diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-21 20:44:55 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-21 20:44:55 +0000 |
commit | 773eaa3b148865139bf4f5ea8624157d78b61994 (patch) | |
tree | b901d2926a9b051333fd71fa4c6c9633fa599b68 /dev-python/thunarx-python | |
parent | Remove old. (diff) | |
download | gentoo-2-773eaa3b148865139bf4f5ea8624157d78b61994.tar.gz gentoo-2-773eaa3b148865139bf4f5ea8624157d78b61994.tar.bz2 gentoo-2-773eaa3b148865139bf4f5ea8624157d78b61994.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-python/thunarx-python')
-rw-r--r-- | dev-python/thunarx-python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/thunarx-python/thunarx-python-0.3.0.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/dev-python/thunarx-python/ChangeLog b/dev-python/thunarx-python/ChangeLog index feef17db6500..59ae8b442720 100644 --- a/dev-python/thunarx-python/ChangeLog +++ b/dev-python/thunarx-python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/thunarx-python # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/ChangeLog,v 1.12 2015/07/01 16:31:33 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/ChangeLog,v 1.13 2015/07/21 20:44:55 mrueg Exp $ + + 21 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -thunarx-python-0.3.0.ebuild: + Remove old. 01 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> thunarx-python-0.3.0-r1.ebuild: diff --git a/dev-python/thunarx-python/thunarx-python-0.3.0.ebuild b/dev-python/thunarx-python/thunarx-python-0.3.0.ebuild deleted file mode 100644 index b2b1dee0ddf0..000000000000 --- a/dev-python/thunarx-python/thunarx-python-0.3.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0.ebuild,v 1.7 2013/04/11 18:08:48 ago Exp $ - -EAPI=5 -PYTHON_DEPEND=2 -inherit python xfconf - -DESCRIPTION="Python bindings for the Thunar file manager" -HOMEPAGE="http://goodies.xfce.org/projects/bindings/thunarx-python" -SRC_URI="mirror://xfce/src/bindings/${PN}/0.3/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug" - -RDEPEND="x11-libs/gtk+:2 - dev-libs/glib:2 - >=dev-python/pygobject-2.16:2 - dev-python/pygtk:2 - >=xfce-base/thunar-1.1.0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - XFCONF=( - --disable-dependency-tracking - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README ) - - python_set_active_version 2 - python_pkg_setup -} - -src_install() { - xfconf_src_install \ - docsdir=/usr/share/doc/${PF} \ - examplesdir=/usr/share/doc/${PF}/examples -} |