diff options
| author | NP-Hardass <NP-Hardass@gentoo.org> | 2016-03-25 21:00:47 -0400 |
|---|---|---|
| committer | NP-Hardass <NP-Hardass@gentoo.org> | 2016-08-05 22:11:39 -0400 |
| commit | 8e35d78356e8b038b236d97d4b2568c1e8255ed3 (patch) | |
| tree | c5d19bf3437d9475f0758b8432bd7b1be1ed4a9b /dev-python/python-caja/python-caja-1.8.1.ebuild | |
| parent | dab8dcd2dd691259d8eda75010ceae304faba151 (diff) | |
| download | gentoo-8e35d78356e8b038b236d97d4b2568c1e8255ed3.tar.gz gentoo-8e35d78356e8b038b236d97d4b2568c1e8255ed3.tar.bz2 gentoo-8e35d78356e8b038b236d97d4b2568c1e8255ed3.zip | |
dev-python/python-caja: Drop 1.8.x
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-python/python-caja/python-caja-1.8.1.ebuild')
| -rw-r--r-- | dev-python/python-caja/python-caja-1.8.1.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/dev-python/python-caja/python-caja-1.8.1.ebuild b/dev-python/python-caja/python-caja-1.8.1.ebuild deleted file mode 100644 index 02aa0465ce89..000000000000 --- a/dev-python/python-caja/python-caja-1.8.1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -PYTHON_COMPAT=( python2_7 ) - -inherit gnome2 python-single-r1 versionator - -MATE_BRANCH="$(get_version_component_range 1-2)" - -SRC_URI="http://pub.mate-desktop.org/releases/${MATE_BRANCH}/${P}.tar.xz" -DESCRIPTION="Python bindings for the Caja file manager" -HOMEPAGE="http://www.mate-desktop.org" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="doc" - -RDEPEND="dev-libs/glib:2 - dev-python/pygobject:3[${PYTHON_USEDEP}] - >=mate-base/caja-1.8:0[introspection] - x11-libs/gtk+:2 - ${PYTHON_DEPS}" - -DEPEND="${RDEPEND} - virtual/pkgconfig:* - doc? ( - app-text/docbook-xml-dtd:4.1.2 - )" - -DOCS="AUTHORS ChangeLog NEWS README" - -src_install() { - gnome2_src_install - - # Keep the directory for systemwide extensions. - keepdir /usr/share/python-caja/extensions/ - - # The HTML documentation generation is broken and commented out by upstream. - # - #if use doc ; then - # insinto /usr/share/gtk-doc/html/nautilus-python # for dev-util/devhelp - # doins -r docs/html/* - #fi -} |
