* [gentoo-commits] proj/betagarden:master commit in: media-gfx/photon/
@ 2011-10-27 18:02 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2011-10-27 18:02 UTC (permalink / raw
To: gentoo-commits
commit: 5f38871361f17c89c7f2eb3a695f10d26886db08
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 27 17:12:03 2011 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Oct 27 17:12:03 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=5f388713
Removed no-herd from herd tag in metadata.xml
(Portage version: 2.2.0_alpha71/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
---
media-gfx/photon/ChangeLog | 7 +++++++
media-gfx/photon/metadata.xml | 1 -
2 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/media-gfx/photon/ChangeLog b/media-gfx/photon/ChangeLog
new file mode 100644
index 0000000..e6f3f0e
--- /dev/null
+++ b/media-gfx/photon/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for media-gfx/photon
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 27 Oct 2011; Justin Lecher <jlec@gentoo.org> 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 328fbd1..16bcc9f 100644
--- a/media-gfx/photon/metadata.xml
+++ b/media-gfx/photon/metadata.xml
@@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>no-herd</herd>
<maintainer>
<email>sping@gentoo.org</email>
<name>Sebastian Pipping</name>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/photon/
@ 2014-11-18 15:07 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-11-18 15:07 UTC (permalink / raw
To: gentoo-commits
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 <jlec@gentoo.org> photon-0.4.6.ebuild,
+ metadata.xml:
+ Bump to new python eclasses
+
27 Oct 2011; Justin Lecher <jlec@gentoo.org> 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>sping@gentoo.org</email>
- <name>Sebastian Pipping</name>
- </maintainer>
+ <maintainer>
+ <email>sping@gentoo.org</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 )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/betagarden:master commit in: media-gfx/photon/
@ 2014-11-18 15:07 Justin Lecher
0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2014-11-18 15:07 UTC (permalink / raw
To: gentoo-commits
commit: 84f57967c415aa0e54d6fc2df36c61f23f05dad8
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 18 08:45:28 2014 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Tue Nov 18 08:45:28 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=84f57967
media-gfx/photon: Add missing PYTHON_USEDEP
Package-Manager: portage-2.2.14
---
media-gfx/photon/ChangeLog | 3 +++
media-gfx/photon/photon-0.4.6.ebuild | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/media-gfx/photon/ChangeLog b/media-gfx/photon/ChangeLog
index abb4d6f..fd9c089 100644
--- a/media-gfx/photon/ChangeLog
+++ b/media-gfx/photon/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 18 Nov 2014; Justin Lecher <jlec@gentoo.org> photon-0.4.6.ebuild:
+ Add missing PYTHON_USEDEP
+
18 Nov 2014; Justin Lecher <jlec@gentoo.org> photon-0.4.6.ebuild,
metadata.xml:
Bump to new python eclasses
diff --git a/media-gfx/photon/photon-0.4.6.ebuild b/media-gfx/photon/photon-0.4.6.ebuild
index e90a15d..7e811ea 100644
--- a/media-gfx/photon/photon-0.4.6.ebuild
+++ b/media-gfx/photon/photon-0.4.6.ebuild
@@ -20,7 +20,7 @@ IUSE="raw"
DEPEND=""
RDEPEND="
- dev-python/imaging
+ dev-python/imaging[${PYTHON_USEDEP}]
raw? ( media-gfx/dcraw )"
S="${WORKDIR}"/${MY_P}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-11-18 15:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 15:07 [gentoo-commits] proj/betagarden:master commit in: media-gfx/photon/ Justin Lecher
-- strict thread matches above, loose matches on Subject: below --
2014-11-18 15:07 Justin Lecher
2011-10-27 18:02 Justin Lecher
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox