dev-python/python-caja: Drop old
authorMikle Kolyada <zlogene@gentoo.org>
Sun, 14 Apr 2019 21:04:40 +0000 (00:04 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Sun, 14 Apr 2019 21:24:29 +0000 (00:24 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11

dev-python/python-caja/Manifest
dev-python/python-caja/python-caja-1.18.1.ebuild [deleted file]

index 4f66acd609a2dc84c8244d23a21dbeb99cb7b2ed..177af445c543a7b378985b713ff8114880d65059 100644 (file)
@@ -1,2 +1 @@
-DIST python-caja-1.18.1.tar.xz 284020 BLAKE2B 9513c89450c07330471b2ee9a9d9644eef33858060e66054ab00fb16d3d63292e14704c9f80d7cd5928fcf108bb1cf8c5afd7eb8713814554574cda39b0a8960 SHA512 5907f0769e43b592228aa66f9b51e227a414051975066c16734397afa05c1235d442c625bb00a51e9356768fc3b9f46cfca51e9563e4368b39a8e58a9e514e7d
 DIST python-caja-1.22.0.tar.xz 288324 BLAKE2B 11649dc0d201e9bc0063ad8845ccf0ac7b474e87edce1938311723687253c73058f2411170897acf80e4166169ad2675afff171c31808b22269dcdf857954fa1 SHA512 36ac6feec8dbff345d5657d0bc9eceed7a58648c104ce309f20aaff18cedd8822fb8bc0c13662796d15391af72285fa3ae4185043cce9e471f22a2868f37cc2c
diff --git a/dev-python/python-caja/python-caja-1.18.1.ebuild b/dev-python/python-caja/python-caja-1.18.1.ebuild
deleted file mode 100644 (file)
index 64080cb..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2018 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"
-
-COMMON_DEPEND="${PYTHON_DEPS}
-       dev-libs/glib:2
-       dev-python/pygobject:3[${PYTHON_USEDEP}]
-       >=mate-base/caja-1.17.1[introspection]
-       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
-}