summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2014-12-20 17:06:42 +0000
committerMatthias Maier <tamiko@gentoo.org>2014-12-20 17:06:42 +0000
commitc5f863c30264eeb24815c1dafcf57a7784551e1a (patch)
tree7d4d3c7e63d26686626cacd237a448ab89619951 /dev-python/python-caja
parentdrop old (diff)
downloadgentoo-2-c5f863c30264eeb24815c1dafcf57a7784551e1a.tar.gz
gentoo-2-c5f863c30264eeb24815c1dafcf57a7784551e1a.tar.bz2
gentoo-2-c5f863c30264eeb24815c1dafcf57a7784551e1a.zip
drop old
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key BD3A97A3)
Diffstat (limited to 'dev-python/python-caja')
-rw-r--r--dev-python/python-caja/ChangeLog5
-rw-r--r--dev-python/python-caja/python-caja-1.6.1.ebuild52
2 files changed, 4 insertions, 53 deletions
diff --git a/dev-python/python-caja/ChangeLog b/dev-python/python-caja/ChangeLog
index b7211bcc762b..42b70112196d 100644
--- a/dev-python/python-caja/ChangeLog
+++ b/dev-python/python-caja/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/python-caja
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-caja/ChangeLog,v 1.7 2014/07/02 09:45:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-caja/ChangeLog,v 1.8 2014/12/20 17:06:42 tamiko Exp $
+
+ 20 Dec 2014; Matthias Maier <tamiko@gentoo.org> -python-caja-1.6.1.ebuild:
+ drop old
02 Jul 2014; Pacho Ramos <pacho@gentoo.org> python-caja-1.8.0.ebuild:
x86 stable, bug 513714
diff --git a/dev-python/python-caja/python-caja-1.6.1.ebuild b/dev-python/python-caja/python-caja-1.6.1.ebuild
deleted file mode 100644
index 699061347b79..000000000000
--- a/dev-python/python-caja/python-caja-1.6.1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-caja/python-caja-1.6.1.ebuild,v 1.3 2014/05/04 14:53:18 ago Exp $
-
-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"
-
-IUSE="doc"
-
-RDEPEND="dev-libs/glib:2
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- >=mate-base/mate-file-manager-1.6: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
-}