summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2010-07-09 18:24:53 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2010-07-09 18:24:53 +0000
commit56d842e750fd3a18f5ac2d3b880a52552c60e46b (patch)
tree5da2ec26e507b2b488088ddbd40cd3f2b26bcf21 /media-video/griffith
parentVersion bump. (diff)
downloadgentoo-2-56d842e750fd3a18f5ac2d3b880a52552c60e46b.tar.gz
gentoo-2-56d842e750fd3a18f5ac2d3b880a52552c60e46b.tar.bz2
gentoo-2-56d842e750fd3a18f5ac2d3b880a52552c60e46b.zip
Remove old ebuilds
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/griffith')
-rw-r--r--media-video/griffith/ChangeLog6
-rw-r--r--media-video/griffith/griffith-0.10-r1.ebuild67
-rw-r--r--media-video/griffith/griffith-0.9.9.ebuild67
3 files changed, 5 insertions, 135 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog
index c6d56d247685..67ab6728de81 100644
--- a/media-video/griffith/ChangeLog
+++ b/media-video/griffith/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/griffith
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.46 2010/07/09 13:26:35 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.47 2010/07/09 18:24:53 hwoarang Exp $
+
+ 09 Jul 2010; Markos Chandras <hwoarang@gentoo.org> -griffith-0.9.9.ebuild,
+ -griffith-0.10-r1.ebuild:
+ Remove old ebuilds
09 Jul 2010; Christian Faulhammer <fauli@gentoo.org> griffith-0.11.ebuild:
stable x86, bug 325637
diff --git a/media-video/griffith/griffith-0.10-r1.ebuild b/media-video/griffith/griffith-0.10-r1.ebuild
deleted file mode 100644
index 942b85463797..000000000000
--- a/media-video/griffith/griffith-0.10-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.10-r1.ebuild,v 1.4 2010/05/28 18:59:49 arfrever Exp $
-
-EAPI="2"
-
-inherit eutils versionator 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
- gnome-base/libglade
- dev-python/pyxml
- >=dev-python/pygtk-2.6.1
- dev-python/pysqlite:2
- >=dev-python/sqlalchemy-0.5.2
- >=dev-python/reportlab-1.19
- csv? ( dev-python/chardet )
- spell? ( >=dev-python/gnome-python-extras-2.0 )"
-DEPEND="${RDEPEND}
- doc? ( app-text/docbook2X )"
-
-S="${WORKDIR}"/"${P/_/-}"
-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}/$(get_version_component_range 1-2)-fix_lib_path.patch"
-}
-
-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}
-}
-
-pkg_postrm() {
- python_mod_cleanup /usr/$(get_libdir)/${PN}
-}
diff --git a/media-video/griffith/griffith-0.9.9.ebuild b/media-video/griffith/griffith-0.9.9.ebuild
deleted file mode 100644
index 1395c415c990..000000000000
--- a/media-video/griffith/griffith-0.9.9.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild,v 1.5 2010/05/28 18:59:49 arfrever 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
-
- 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}
-}