summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2007-05-05 11:40:15 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2007-05-05 11:40:15 +0000
commitb5625e413158266c1d9ce1811e933e9e2c1e642f (patch)
tree882a07d1d6db35ecd77d43ea9198aeb8ca7f2ca9 /media-video
parentMarked ~hppa (bug #172755). (diff)
downloadgentoo-2-b5625e413158266c1d9ce1811e933e9e2c1e642f.tar.gz
gentoo-2-b5625e413158266c1d9ce1811e933e9e2c1e642f.tar.bz2
gentoo-2-b5625e413158266c1d9ce1811e933e9e2c1e642f.zip
Remove old version.
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-video')
-rw-r--r--media-video/griffith/ChangeLog5
-rw-r--r--media-video/griffith/files/digest-griffith-0.6.26
-rw-r--r--media-video/griffith/griffith-0.6.2.ebuild36
3 files changed, 4 insertions, 43 deletions
diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog
index b182270724e1..bdc07938312d 100644
--- a/media-video/griffith/ChangeLog
+++ b/media-video/griffith/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-video/griffith
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.4 2007/03/17 15:08:00 nelchael Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.5 2007/05/05 11:40:15 nelchael Exp $
+
+ 05 May 2007; Krzysiek Pawlik <nelchael@gentoo.org> -griffith-0.6.2.ebuild:
+ Remove old version.
*griffith-0.9.2 (17 Mar 2007)
diff --git a/media-video/griffith/files/digest-griffith-0.6.2 b/media-video/griffith/files/digest-griffith-0.6.2
deleted file mode 100644
index d9a715be3d60..000000000000
--- a/media-video/griffith/files/digest-griffith-0.6.2
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 e1366baf254c587937389f5fef728c96 griffith-0.6.2.tar.gz 507994
-RMD160 6d422c1c65b9b1facab45848a2d834765d2c0a72 griffith-0.6.2.tar.gz 507994
-SHA256 b5dd4ccbf0d41bf070bc091ee553ae8eb3916638bd9b5928b1951aa9e5fe7fb6 griffith-0.6.2.tar.gz 507994
-MD5 7d76d1db9f3eb9f19d41b187591e3ba5 griffith-extra-artwork-0.6.2.tar.gz 102336
-RMD160 8c9774f8a739753a1a7c419e3d896753465989bf griffith-extra-artwork-0.6.2.tar.gz 102336
-SHA256 d66f0c7be51cc65608ba43d4ef07959e4ec59e17e2f7aee5ffd226c4c33aa028 griffith-extra-artwork-0.6.2.tar.gz 102336
diff --git a/media-video/griffith/griffith-0.6.2.ebuild b/media-video/griffith/griffith-0.6.2.ebuild
deleted file mode 100644
index 0e8ec5951191..000000000000
--- a/media-video/griffith/griffith-0.6.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.6.2.ebuild,v 1.1 2006/09/27 21:21:43 nelchael Exp $
-
-DESCRIPTION="Movie collection manager"
-HOMEPAGE="http://griffith.vasconunes.net/"
-SRC_URI="http://download.berlios.de/griffith/${P}.tar.gz
- http://download.berlios.de/griffith/${PN}-extra-artwork-${PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="spell"
-
-DEPEND="dev-python/imaging
- =dev-python/pygtk-2*
- =dev-python/pysqlite-1*
- dev-python/reportlab
- spell? ( dev-python/gnome-python-extras )"
-
-src_compile() {
- # Nothing to compile and default `emake` spews an error message
- true
-}
-
-src_install() {
-
- einfo "Installing Griffith ..."
- make DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog README TODO NEWS TRANSLATORS
-
- einfo "Installing Griffith extra artwork ..."
- cd "${WORKDIR}/${PN}-extra-artwork-${PV}/"
- make DESTDIR="${D}" install
-
-}