commit: afda5c140f6f134ab5faec1d3ad8a541ba624ba7 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Tue Nov 18 08:43:33 2014 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Tue Nov 18 08:43:33 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=afda5c14
media-gfx/photon: Bump to new python eclasses Package-Manager: portage-2.2.14 --- media-gfx/photon/ChangeLog | 6 +++++- media-gfx/photon/metadata.xml | 8 ++++---- media-gfx/photon/photon-0.4.6.ebuild | 16 ++++++++-------- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/media-gfx/photon/ChangeLog b/media-gfx/photon/ChangeLog index e6f3f0e..abb4d6f 100644 --- a/media-gfx/photon/ChangeLog +++ b/media-gfx/photon/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for media-gfx/photon -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 18 Nov 2014; Justin Lecher <[email protected]> photon-0.4.6.ebuild, + metadata.xml: + Bump to new python eclasses + 27 Oct 2011; Justin Lecher <[email protected]> metadata.xml: Removed no-herd from herd tag in metadata.xml diff --git a/media-gfx/photon/metadata.xml b/media-gfx/photon/metadata.xml index 16bcc9f..3d7a619 100644 --- a/media-gfx/photon/metadata.xml +++ b/media-gfx/photon/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer> - <email>[email protected]</email> - <name>Sebastian Pipping</name> - </maintainer> + <maintainer> + <email>[email protected]</email> + <name>Sebastian Pipping</name> + </maintainer> </pkgmetadata> diff --git a/media-gfx/photon/photon-0.4.6.ebuild b/media-gfx/photon/photon-0.4.6.ebuild index 490b61b..e90a15d 100644 --- a/media-gfx/photon/photon-0.4.6.ebuild +++ b/media-gfx/photon/photon-0.4.6.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI="3" -PYTHON_DEPEND="2" +EAPI=5 -inherit eutils distutils +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 MY_P="${PN^}-${PV}" DESCRIPTION="Static HTML gallery generator" @@ -18,11 +19,10 @@ KEYWORDS="~amd64 ~x86" IUSE="raw" DEPEND="" -RDEPEND="dev-python/imaging +RDEPEND=" + dev-python/imaging raw? ( media-gfx/dcraw )" S="${WORKDIR}"/${MY_P} -src_prepare() { - epatch "${FILESDIR}"/${P}-pil.patch -} +PATCHES=( "${FILESDIR}"/${P}-pil.patch )
