mgorny 15/04/03 18:46:59 Modified: thunarx-python-0.3.0-r1.ebuild ChangeLog Log: Fix the ebuild to use python-single-r1, add missing metadata. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.2 dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild?r1=1.1&r2=1.2 Index: thunarx-python-0.3.0-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- thunarx-python-0.3.0-r1.ebuild 12 Mar 2015 05:13:04 -0000 1.1 +++ thunarx-python-0.3.0-r1.ebuild 3 Apr 2015 18:46:59 -0000 1.2 @@ -1,11 +1,11 @@ # Copyright 1999-2015 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-r1.ebuild,v 1.1 2015/03/12 05:13:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/thunarx-python-0.3.0-r1.ebuild,v 1.2 2015/04/03 18:46:59 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) -inherit python-r1 xfconf +inherit python-single-r1 xfconf DESCRIPTION="Python bindings for the Thunar file manager" HOMEPAGE="http://goodies.xfce.org/projects/bindings/thunarx-python" @@ -16,13 +16,15 @@ KEYWORDS="~amd64 ~x86" IUSE="debug" -RDEPEND="x11-libs/gtk+:2 +RDEPEND="${PYTHON_DEPS} + x11-libs/gtk+:2 dev-libs/glib:2 >=dev-python/pygobject-2.16:2[${PYTHON_USEDEP}] dev-python/pygtk:2[${PYTHON_USEDEP}] >=xfce-base/thunar-1.1.0" DEPEND="${RDEPEND} virtual/pkgconfig" +REQUIRED_USE=${PYTHON_REQUIRED_USE} pkg_setup() { XFCONF=( @@ -31,6 +33,8 @@ ) DOCS=( AUTHORS ChangeLog NEWS README ) + + python-single-r1_pkg_setup } src_install() { 1.10 dev-python/thunarx-python/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/thunarx-python/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 12 Mar 2015 05:13:04 -0000 1.9 +++ ChangeLog 3 Apr 2015 18:46:59 -0000 1.10 @@ -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.9 2015/03/12 05:13:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/thunarx-python/ChangeLog,v 1.10 2015/04/03 18:46:59 mgorny Exp $ + + 03 Apr 2015; Michał Górny <[email protected]> thunarx-python-0.3.0-r1.ebuild: + Fix the ebuild to use python-single-r1, add missing metadata. *thunarx-python-0.3.0-r1 (12 Mar 2015)
