diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-01-17 16:37:57 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-01-17 16:37:57 +0000 |
commit | 56e7fd72d998fedecd72ce56ee3f55d2831a26f2 (patch) | |
tree | 21f4bb056f8afc21af0ba9e6eb54148902eaebb8 /media-video | |
parent | respect CFLAGS properly, don't install deprecated docs, don't remove data/sav... (diff) | |
download | gentoo-2-56e7fd72d998fedecd72ce56ee3f55d2831a26f2.tar.gz gentoo-2-56e7fd72d998fedecd72ce56ee3f55d2831a26f2.tar.bz2 gentoo-2-56e7fd72d998fedecd72ce56ee3f55d2831a26f2.zip |
Ah, and the live ebuild.
(Portage version: 2.2.0_alpha154/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/griffith/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/griffith/griffith-9999.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index a33b16a9d7a1..a8c3543662e5 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/griffith # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.61 2013/01/17 16:36:44 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.62 2013/01/17 16:37:57 mgorny Exp $ + + 17 Jan 2013; Michał Górny <mgorny@gentoo.org> griffith-9999.ebuild: + Ah, and the live ebuild. 17 Jan 2013; Michał Górny <mgorny@gentoo.org> griffith-0.13.ebuild: Request built-in Python sqlite3 support rather than pysqlite package. diff --git a/media-video/griffith/griffith-9999.ebuild b/media-video/griffith/griffith-9999.ebuild index 909aa61c7e4f..4cd393f74bed 100644 --- a/media-video/griffith/griffith-9999.ebuild +++ b/media-video/griffith/griffith-9999.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.8 2012/03/22 21:56:14 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-9999.ebuild,v 1.9 2013/01/17 16:37:57 mgorny Exp $ EAPI="4" ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/griffith/trunk" +PYTHON_USE_WITH=sqlite inherit eutils python multilib subversion @@ -22,7 +23,6 @@ RDEPEND="dev-python/imaging dev-python/pyxml >=dev-python/pygtk-2.6.1:2 dev-python/pygobject:2 - dev-python/pysqlite:2 >=dev-python/sqlalchemy-0.5.2 >=dev-python/reportlab-1.19 >=dev-python/sqlalchemy-0.4.6" |