diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2009-12-01 17:31:27 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2009-12-01 17:31:27 +0000 |
commit | b76d957a1ba4ee74ca0d49f121a8f42e56481d64 (patch) | |
tree | 5b1e1e6c9cc42d3f12e2e1073942855471557fbd /media-video | |
parent | Revbump for minor ommision in bash-completion.sh file which didn't clean up t... (diff) | |
download | gentoo-2-b76d957a1ba4ee74ca0d49f121a8f42e56481d64.tar.gz gentoo-2-b76d957a1ba4ee74ca0d49f121a8f42e56481d64.tar.bz2 gentoo-2-b76d957a1ba4ee74ca0d49f121a8f42e56481d64.zip |
Depend to libglade instead of glade ( bug #295291 ). Drop old ebuilds
(Portage version: 2.2_rc54/cvs/Linux x86_64)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/griffith/ChangeLog | 20 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.10-r1.ebuild (renamed from media-video/griffith/griffith-0.10.ebuild) | 4 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.9.10.ebuild | 68 |
3 files changed, 15 insertions, 77 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index 3cba3de26759..ead11f51c962 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-video/griffith # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.37 2009/10/05 10:18:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.38 2009/12/01 17:31:27 hwoarang Exp $ + +*griffith-0.10-r1 (01 Dec 2009) + + 01 Dec 2009; <hwoarang@gentoo.org> -griffith-0.9.10.ebuild, + -griffith-0.10.ebuild, +griffith-0.10-r1.ebuild: + Depend to libglade instead of glade ( bug #295291 ). Drop old ebuilds *griffith-0.10 (05 Oct 2009) @@ -52,7 +58,7 @@ *griffith-9999 (16 Aug 2008) *griffith-0.9.7.1 (16 Aug 2008) - 16 Aug 2008; Tiziano Müller <dev-zero@gentoo.org> + 16 Aug 2008; Tiziano MΓΌller <dev-zero@gentoo.org> +files/0.9.7.1-fix_spellcheck.patch, +griffith-0.9.7.1.ebuild, +griffith-9999.ebuild: Version bump. Added live ebuild for testing (no bundled sqlalchemy @@ -63,20 +69,20 @@ keyword ~x86-fbsd, thanks to Davide Italiano <dav_it@gentoo.org>, bug #231906 - 27 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> + 27 Jun 2008; Tiziano MΓΌller <dev-zero@gentoo.org> griffith-0.9.6-r1.ebuild: Added csv USE flag and dependency on dev-python/chardet *griffith-0.9.6-r1 (07 Jun 2008) - 07 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> + 07 Jun 2008; Tiziano MΓΌller <dev-zero@gentoo.org> +files/0.9.6-moving_share_dir.patch, -griffith-0.9.6.ebuild, +griffith-0.9.6-r1.ebuild: Finally fixed bug #202484 *griffith-0.9.6 (07 Jun 2008) - 07 Jun 2008; Tiziano Müller <dev-zero@gentoo.org> metadata.xml, + 07 Jun 2008; Tiziano MΓΌller <dev-zero@gentoo.org> metadata.xml, +griffith-0.9.6.ebuild: Version bump (bug #210993): Currently installs a copy of SQLAlchemy-0.3, this will be fixed in 0.10. @@ -127,7 +133,7 @@ 01 Jul 2007; Krzysiek Pawlik <nelchael@gentoo.org> +griffith-0.9.3.ebuild: Version bump. - 01 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> + 01 Jul 2007; Piotr JaroszyΕski <peper@gentoo.org> +files/digest-griffith-0.9.2, Manifest: (QA) Add digests. @@ -158,7 +164,7 @@ *griffith-0.9_rc1 (29 Dec 2006) - 29 Dec 2006; Tiziano Müller <dev-zero@gentoo.org> + 29 Dec 2006; Tiziano MΓΌller <dev-zero@gentoo.org> +griffith-0.9_rc1.ebuild: Version bump diff --git a/media-video/griffith/griffith-0.10.ebuild b/media-video/griffith/griffith-0.10-r1.ebuild index 55cd9a15147a..8d93623dc1c6 100644 --- a/media-video/griffith/griffith-0.10.ebuild +++ b/media-video/griffith/griffith-0.10-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.10.ebuild,v 1.1 2009/10/05 10:18:18 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.10-r1.ebuild,v 1.1 2009/12/01 17:31:27 hwoarang Exp $ EAPI="2" @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~x86 ~x86-fbsd" IUSE="csv doc spell" RDEPEND="dev-python/imaging - dev-util/glade:3 + gnome-base/libglade dev-python/pyxml >=dev-python/pygtk-2.6.1 dev-python/pysqlite:2 diff --git a/media-video/griffith/griffith-0.9.10.ebuild b/media-video/griffith/griffith-0.9.10.ebuild deleted file mode 100644 index 79d2bbd85f69..000000000000 --- a/media-video/griffith/griffith-0.9.10.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.10.ebuild,v 1.1 2009/06/08 13:46:02 hwoarang Exp $ - -EAPI="2" - -inherit eutils python multilib - -ARTWORK_PV="0.9.4" - -DESCRIPTION="Movie collection manager" -HOMEPAGE="http://griffith.berlios.de/" -SRC_URI="mirror://berlios/griffith/${P/_/-}.tar.gz - mirror://berlios/griffith/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="csv doc spell" - -RDEPEND="dev-python/imaging - dev-python/pyxml - >=dev-python/pygtk-2.6.1 - dev-python/pysqlite:2 - >=dev-python/reportlab-1.19 - csv? ( dev-python/chardet ) - spell? ( >=dev-python/gnome-python-extras-2.0 )" -DEPEND="${RDEPEND} - doc? ( app-text/docbook2X )" - -src_prepare() { - sed -i \ - -e 's#/pl/#/pl.UTF-8/#' \ - docs/pl/Makefile || die "sed failed" - - sed -i \ - -e 's/ISO-8859-1/UTF-8/' \ - lib/gconsole.py || die "sed failed" - - epatch \ - "${FILESDIR}/0.9.6-moving_share_dir.patch" \ - "${FILESDIR}/0.9.7.1-fix_spellcheck.patch" -} - -src_compile() { - # Nothing to compile and default `emake` spews an error message - true -} - -src_install() { - use doc || sed -i -e '/docs/d' Makefile - - python_version - emake \ - LIBDIR="${D}/usr/$(get_libdir)/griffith" \ - DESTDIR="${D}" DOC2MAN=docbook2man.pl install || die "emake install failed" - dodoc AUTHORS ChangeLog README THANKS TODO NEWS TRANSLATORS - - cd "${WORKDIR}/${PN}-extra-artwork-${ARTWORK_PV}/" - emake DESTDIR="${D}" install || die "emake install artwork failed" -} - -pkg_postinst() { - python_mod_optimize /usr/$(get_libdir)/${PN} -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/${PN} -} |