* [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/
@ 2019-08-11 11:20 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2019-08-11 11:20 UTC (permalink / raw
To: gentoo-commits
commit: 6781c617c456e87ab2ecac23cc879437070eb1cc
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 11:19:43 2019 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 11:19:43 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6781c617
media-video/griffith: [QA] Fix missing trailing slash
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: David Seifert <soap <AT> gentoo.org>
media-video/griffith/griffith-0.13-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/griffith/griffith-0.13-r2.ebuild b/media-video/griffith/griffith-0.13-r2.ebuild
index a4a8911d4db..74c6fc2d2ff 100644
--- a/media-video/griffith/griffith-0.13-r2.ebuild
+++ b/media-video/griffith/griffith-0.13-r2.ebuild
@@ -71,7 +71,7 @@ src_install() {
cd "${WORKDIR}/${PN}-extra-artwork-${ARTWORK_PV}/" || die
emake DESTDIR="${D}" install
# This carries over from -0.13 but appears to have no effect.
- python_optimize "${ED}"usr/share/${PN}
+ python_optimize "${ED}"/usr/share/${PN}
}
pkg_postinst() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/
@ 2020-02-09 16:31 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-02-09 16:31 UTC (permalink / raw
To: gentoo-commits
commit: 73c4175b2039e1353cc95b9c26611383fdfd2051
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 16:57:25 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:31:29 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c4175b
media-video/griffith: Switch to PYTHON_MULTI_USEDEP API
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{griffith-0.13-r2.ebuild => griffith-0.13-r3.ebuild} | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/media-video/griffith/griffith-0.13-r2.ebuild b/media-video/griffith/griffith-0.13-r3.ebuild
similarity index 83%
rename from media-video/griffith/griffith-0.13-r2.ebuild
rename to media-video/griffith/griffith-0.13-r3.ebuild
index aa9efbb2fc6..d606fd887aa 100644
--- a/media-video/griffith/griffith-0.13-r2.ebuild
+++ b/media-video/griffith/griffith-0.13-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -22,12 +22,14 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}"
RDEPEND="
${PYTHON_DEPS}
- dev-python/pillow[${PYTHON_USEDEP}]
- gnome-base/libglade[${PYTHON_USEDEP}]
- >=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}]
- dev-python/pygobject:2[${PYTHON_USEDEP}]
- >=dev-python/sqlalchemy-0.5.2[${PYTHON_USEDEP}]
- >=dev-python/reportlab-1.19[${PYTHON_USEDEP}]"
+ gnome-base/libglade[${PYTHON_SINGLE_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/pillow[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/pygtk-2.6.1:2[${PYTHON_MULTI_USEDEP}]
+ dev-python/pygobject:2[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/sqlalchemy-0.5.2[${PYTHON_MULTI_USEDEP}]
+ >=dev-python/reportlab-1.19[${PYTHON_MULTI_USEDEP}]
+ ')"
DEPEND="${RDEPEND}
doc? ( app-text/docbook2X )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/
@ 2018-04-21 7:58 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-04-21 7:58 UTC (permalink / raw
To: gentoo-commits
commit: 8ab9ca6ce67aa8738ade692534b785f2ef959d96
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 21 07:57:31 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 21 07:58:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab9ca6c
media-video/griffith: Remove obsolete dep on dev-python/pyxml
This package does not appear to mention PyXML anywhere, and all xml.*
imports seem to be compatible with built-in xml module.
.../griffith/{griffith-0.13-r1.ebuild => griffith-0.13-r2.ebuild} | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-video/griffith/griffith-0.13-r1.ebuild b/media-video/griffith/griffith-0.13-r2.ebuild
similarity index 96%
rename from media-video/griffith/griffith-0.13-r1.ebuild
rename to media-video/griffith/griffith-0.13-r2.ebuild
index 55114ed5969..66b03bc29c8 100644
--- a/media-video/griffith/griffith-0.13-r1.ebuild
+++ b/media-video/griffith/griffith-0.13-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -24,7 +24,6 @@ RDEPEND="
${PYTHON_DEPS}
dev-python/pillow[${PYTHON_USEDEP}]
gnome-base/libglade[${PYTHON_USEDEP}]
- dev-python/pyxml[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
>=dev-python/sqlalchemy-0.5.2[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/
@ 2017-04-23 11:29 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-04-23 11:29 UTC (permalink / raw
To: gentoo-commits
commit: b4852e98734f2bb672d198bc04409820a3499938
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 23 10:43:01 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 23 11:28:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4852e98
media-video/griffith: [QA] Add missing python metadata variables
Package-Manager: Portage-2.3.5, Repoman-2.3.2
media-video/griffith/griffith-0.13-r1.ebuild | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-video/griffith/griffith-0.13-r1.ebuild b/media-video/griffith/griffith-0.13-r1.ebuild
index eccdabea31e..55114ed5969 100644
--- a/media-video/griffith/griffith-0.13-r1.ebuild
+++ b/media-video/griffith/griffith-0.13-r1.ebuild
@@ -18,9 +18,12 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86 ~x86-fbsd"
IUSE="doc"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-RDEPEND="dev-python/pillow
- gnome-base/libglade
+RDEPEND="
+ ${PYTHON_DEPS}
+ dev-python/pillow[${PYTHON_USEDEP}]
+ gnome-base/libglade[${PYTHON_USEDEP}]
dev-python/pyxml[${PYTHON_USEDEP}]
>=dev-python/pygtk-2.6.1:2[${PYTHON_USEDEP}]
dev-python/pygobject:2[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/
@ 2016-12-20 15:51 Tobias Klausmann
0 siblings, 0 replies; 5+ messages in thread
From: Tobias Klausmann @ 2016-12-20 15:51 UTC (permalink / raw
To: gentoo-commits
commit: b529dbf2d9749e77b37d517a9e0cb7cbbf76701c
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 15:51:21 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 15:51:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b529dbf2
media-video/griffith-0.13-r1: stable on amd64
Gentoo-Bug: 593564
media-video/griffith/griffith-0.13-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-video/griffith/griffith-0.13-r1.ebuild b/media-video/griffith/griffith-0.13-r1.ebuild
index 8f0d5ff..321f773 100644
--- a/media-video/griffith/griffith-0.13-r1.ebuild
+++ b/media-video/griffith/griffith-0.13-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz
https://dev.gentoo.org/~hwoarang/distfiles/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~x86 ~x86-fbsd"
IUSE="doc"
RDEPEND="dev-python/pillow
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-02-09 16:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-11 11:20 [gentoo-commits] repo/gentoo:master commit in: media-video/griffith/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2020-02-09 16:31 Michał Górny
2018-04-21 7:58 Michał Górny
2017-04-23 11:29 David Seifert
2016-12-20 15:51 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox