dev-python/python-caja: remove old
authorMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 19:26:28 +0000 (22:26 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sat, 6 Oct 2018 20:21:17 +0000 (23:21 +0300)
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

dev-python/python-caja/Manifest
dev-python/python-caja/metadata.xml
dev-python/python-caja/python-caja-1.12.0-r1.ebuild [deleted file]
dev-python/python-caja/python-caja-1.14.0.ebuild [deleted file]
dev-python/python-caja/python-caja-1.16.0.ebuild [deleted file]

index b504ae7f78d395f09a57aebfb79ef3e3b241df6f..865bc68448a8360db0d07fe84bf7e94d5eae2a95 100644 (file)
@@ -1,4 +1 @@
-DIST python-caja-1.12.0.tar.xz 265720 BLAKE2B 6d1d1e9609b24ee0632eda68730aa2ae2aacffb3e4762a9b5269cd76fefde40dfa3cfc20857567a2d2470372695b0356e4329a11ffd159e349231f109d5077e0 SHA512 fbec1a7f5e560cda2b3bba41dcd93c0484f2b7b7527577a2b2114c84019203df92c136fecbbe6c889785c610035a582f1912ad7da9bb1258ada661b56edf4be7
-DIST python-caja-1.14.0.tar.xz 279432 BLAKE2B 15bbf397373125fba85c5ec0ee694be500cab1b4252a73666259bde7984318baa1cc5f760a492f4b930305c99c040f5e3c12b7dc77d82889f5dcea0d4bea3d07 SHA512 835d9c1df112746fb3ecfe2e661e0c36814f3e2b21c763450354ce9bc0119d055b6773efa64d252ea8a618ec6c36e2d9cbfca698ffa6652cad0b94a499167497
-DIST python-caja-1.16.0.tar.xz 280956 BLAKE2B 0850c7aaa4e61a620340bb6f2d8518c423341d2918491519cd7105097c8a226750db6a499eb601b972972e1d0122158a011ee1efb9128f8a75d8efcd31ba9d6f SHA512 ce82fbd6d1127df33153920fbf703f77be2e1dabeb6ba33275fb1b1ba5d8aabc96222cf42280844237f0e182b0eccf764fd8ea33a8de96e844eeb0d5ef0cd5de
 DIST python-caja-1.18.1.tar.xz 284020 BLAKE2B 9513c89450c07330471b2ee9a9d9644eef33858060e66054ab00fb16d3d63292e14704c9f80d7cd5928fcf108bb1cf8c5afd7eb8713814554574cda39b0a8960 SHA512 5907f0769e43b592228aa66f9b51e227a414051975066c16734397afa05c1235d442c625bb00a51e9356768fc3b9f46cfca51e9563e4368b39a8e58a9e514e7d
index 9870e15abde19c69722ec0b4779f2dd702751ae6..2d0b288058732d71146467071bb30cc34b370024 100644 (file)
@@ -5,9 +5,6 @@
                <email>mate@gentoo.org</email>
                <name>Gentoo MATE Desktop</name>
        </maintainer>
-       <use>
-               <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag>
-       </use>
        <upstream>
                <remote-id type="github">mate-desktop/python-caja</remote-id>
        </upstream>
diff --git a/dev-python/python-caja/python-caja-1.12.0-r1.ebuild b/dev-python/python-caja/python-caja-1.12.0-r1.ebuild
deleted file mode 100644 (file)
index 8e84490..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="amd64 ~arm x86"
-fi
-
-DESCRIPTION="Python bindings for the Caja file manager"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc gtk3"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="dev-libs/glib:2
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=mate-base/caja-1.8[gtk3(-)=,introspection]
-       !gtk3? ( x11-libs/gtk+:2 )
-       gtk3? ( x11-libs/gtk+:3 )
-       ${PYTHON_DEPS}"
-
-DEPEND="${RDEPEND}
-       dev-util/gtk-doc
-       dev-util/gtk-doc-am
-       virtual/pkgconfig:*
-       doc? ( app-text/docbook-xml-dtd:4.1.2 )"
-
-src_install() {
-       mate_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
-}
diff --git a/dev-python/python-caja/python-caja-1.14.0.ebuild b/dev-python/python-caja/python-caja-1.14.0.ebuild
deleted file mode 100644 (file)
index 8e2f6d0..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Python bindings for the Caja file manager"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc gtk3"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-       dev-libs/glib:2
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=mate-base/caja-1.8[gtk3(-)=,introspection]
-       !gtk3? ( x11-libs/gtk+:2 )
-       gtk3? ( x11-libs/gtk+:3 )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       dev-util/gtk-doc
-       dev-util/gtk-doc-am
-       virtual/pkgconfig:*
-       doc? ( app-text/docbook-xml-dtd:4.1.2 )"
-
-src_install() {
-       mate_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
-}
diff --git a/dev-python/python-caja/python-caja-1.16.0.ebuild b/dev-python/python-caja/python-caja-1.16.0.ebuild
deleted file mode 100644 (file)
index 8e2f6d0..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MATE_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 )
-
-inherit mate python-single-r1
-
-if [[ ${PV} != 9999 ]]; then
-       KEYWORDS="~amd64 ~arm ~x86"
-fi
-
-DESCRIPTION="Python bindings for the Caja file manager"
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="doc gtk3"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-       dev-libs/glib:2
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=mate-base/caja-1.8[gtk3(-)=,introspection]
-       !gtk3? ( x11-libs/gtk+:2 )
-       gtk3? ( x11-libs/gtk+:3 )"
-
-RDEPEND="${COMMON_DEPEND}"
-
-DEPEND="${COMMON_DEPEND}
-       dev-util/gtk-doc
-       dev-util/gtk-doc-am
-       virtual/pkgconfig:*
-       doc? ( app-text/docbook-xml-dtd:4.1.2 )"
-
-src_install() {
-       mate_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
-}