diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-07-22 09:26:58 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-07-22 09:26:58 +0000 |
commit | 134ba7764a1d6e2eee3dbd7fb5f8df01768656d2 (patch) | |
tree | c90daa596262dc1a6395e8452ee159cda1d612bb /media-video/griffith | |
parent | Add GPL-2 to LICENSE for init scripts. Bug #425882 (diff) | |
download | gentoo-2-134ba7764a1d6e2eee3dbd7fb5f8df01768656d2.tar.gz gentoo-2-134ba7764a1d6e2eee3dbd7fb5f8df01768656d2.tar.bz2 gentoo-2-134ba7764a1d6e2eee3dbd7fb5f8df01768656d2.zip |
Stable on amd64 wrt bug #427240. Remove old ebuild
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'media-video/griffith')
-rw-r--r-- | media-video/griffith/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.12.1.ebuild | 85 | ||||
-rw-r--r-- | media-video/griffith/griffith-0.13.ebuild | 4 |
3 files changed, 7 insertions, 89 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index dd600f9fd954..87003077c7df 100644 --- a/media-video/griffith/ChangeLog +++ b/media-video/griffith/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/griffith # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.59 2012/07/19 18:49:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.60 2012/07/22 09:26:58 hwoarang Exp $ + + 22 Jul 2012; Markos Chandras <hwoarang@gentoo.org> -griffith-0.12.1.ebuild, + griffith-0.13.ebuild: + Stable on amd64 wrt bug #427240. Remove old ebuild 19 Jul 2012; Jeff Horelick <jdhore@gentoo.org> griffith-0.13.ebuild: marked x86 per bug 427240 @@ -253,4 +257,3 @@ 27 Sep 2006; Krzysiek Pawlik <nelchael@gentoo.org> +metadata.xml, +griffith-0.6.2.ebuild: Initial version, see bug #100003. - diff --git a/media-video/griffith/griffith-0.12.1.ebuild b/media-video/griffith/griffith-0.12.1.ebuild deleted file mode 100644 index 890292ea9f86..000000000000 --- a/media-video/griffith/griffith-0.12.1.ebuild +++ /dev/null @@ -1,85 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.12.1.ebuild,v 1.5 2011/08/05 09:17:45 hwoarang Exp $ - -EAPI="3" - -PYTHON_DEPEND="2" - -inherit eutils versionator python multilib - -ARTWORK_PV="0.9.4" - -DESCRIPTION="Movie collection manager" -HOMEPAGE="http://griffith.berlios.de/" -SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${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 - gnome-base/libglade - 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 - csv? ( dev-python/chardet ) - spell? ( dev-python/gtkspell-python )" -DEPEND="${RDEPEND} - doc? ( app-text/docbook2X )" - -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - -src_prepare() { - sed -i \ - -e 's#/pl/#/pl.UTF-8/#' \ - "${S}"/docs/pl/Makefile || die "sed failed" - - sed -i \ - -e 's/ISO-8859-1/UTF-8/' \ - "${S}"/lib/gconsole.py || die "sed failed" - epatch "${FILESDIR}/0.10-fix_lib_path.patch" - - #bug 377789 - if has_version ">=dev-python/sqlalchemy-0.7.1"; then - epatch ${FILESDIR}/${P}-sqlalchemy-0.7.patch - fi -} - -src_compile() { - # Nothing to compile and default `emake` spews an error message - true -} - -src_install() { - use doc || sed -i -e '/docs/d' Makefile - - 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} - einfo - einfo "${PN} can make use of the following optional dependencies" - einfo "dev-python/chardet: CSV file encoding detections" - einfo "dev-python/mysql-python: Python interface for MySQL connectivity" - einfo ">=dev-python/psycopg-2.4: Python interface for PostgreSQL connectivity" - einfo -} - -pkg_postrm() { - python_mod_cleanup /usr/$(get_libdir)/${PN} -} diff --git a/media-video/griffith/griffith-0.13.ebuild b/media-video/griffith/griffith-0.13.ebuild index ff4482506fb1..0871d034d04e 100644 --- a/media-video/griffith/griffith-0.13.ebuild +++ b/media-video/griffith/griffith-0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v 1.2 2012/07/19 18:49:09 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v 1.3 2012/07/22 09:26:58 hwoarang Exp $ EAPI="4" @@ -16,7 +16,7 @@ SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz mirror://berlios/griffith/${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/imaging |