diff options
-rw-r--r-- | media-video/griffith/Manifest | 5 | ||||
-rw-r--r-- | media-video/griffith/files/0.10-fix_lib_path.patch | 13 | ||||
-rw-r--r-- | media-video/griffith/files/fix_lib_path.patch | 13 | ||||
-rw-r--r-- | media-video/griffith/griffith-9999.ebuild | 84 | ||||
-rw-r--r-- | media-video/griffith/metadata.xml | 12 |
5 files changed, 0 insertions, 127 deletions
diff --git a/media-video/griffith/Manifest b/media-video/griffith/Manifest deleted file mode 100644 index 8e62a0e..0000000 --- a/media-video/griffith/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 0.10-fix_lib_path.patch 667 RMD160 3fefe17aa5edaed7c1531f59be717f661e8b5bad SHA1 bbe76a6bf701260d5ee8adaf2d0888891b93f944 SHA256 f9c5a58ac4552ddfe254cdb9e02ef3e91a5feb500c7afe92f9faed9cc02687f2 -AUX fix_lib_path.patch 667 RMD160 3fefe17aa5edaed7c1531f59be717f661e8b5bad SHA1 bbe76a6bf701260d5ee8adaf2d0888891b93f944 SHA256 f9c5a58ac4552ddfe254cdb9e02ef3e91a5feb500c7afe92f9faed9cc02687f2 -DIST griffith-extra-artwork-0.9.4.tar.gz 124008 RMD160 926081627d650803d4a16b140a23de4e9798321e SHA1 c518bcca5f279fc3e5f0263c29296b9ba431b54f SHA256 96bc01a05ad54aad9fabcf411809c46c78b990fc7656ea004cebdfd8ea9894fd -EBUILD griffith-9999.ebuild 2206 RMD160 937c04a443071832018aade19467f862006f0001 SHA1 c69a11f6f129daac96c03a1b697101cf99c20510 SHA256 870e956e9cf142bb5c05f06c05f22403f77f805175b6dd8a5e591af46117c4bb -MISC metadata.xml 396 RMD160 bd923c9f95910d90c221d7ab2fb605ad04be4ea1 SHA1 0965485891286a8571c29a1975ece94d0cc20392 SHA256 ccf6be79fb955aeaafc2fffe07ba6a1cd8aaf7fe4afc1b5baa7a32153efc928d diff --git a/media-video/griffith/files/0.10-fix_lib_path.patch b/media-video/griffith/files/0.10-fix_lib_path.patch deleted file mode 100644 index 952448f..0000000 --- a/media-video/griffith/files/0.10-fix_lib_path.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: lib/initialize.py -=================================================================== ---- lib.orig/initialize.py -+++ lib/initialize.py -@@ -73,7 +73,7 @@ def locations(self, home_dir): - os.environ['LANG'] = lang - - elif os.name == 'posix': -- locations['share'] = os.path.abspath(os.path.join(locations['lib'], '..')) -+ locations['share'] = os.path.abspath(os.path.join(locations['lib'], '../../share/griffith/')) - locations['glade'] = os.path.join(locations['share'], 'glade') - locations['i18n'] = os.path.abspath(os.path.join(locations['share'], '..', 'locale')) - if not os.path.isdir(locations['i18n']): diff --git a/media-video/griffith/files/fix_lib_path.patch b/media-video/griffith/files/fix_lib_path.patch deleted file mode 100644 index 952448f..0000000 --- a/media-video/griffith/files/fix_lib_path.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: lib/initialize.py -=================================================================== ---- lib.orig/initialize.py -+++ lib/initialize.py -@@ -73,7 +73,7 @@ def locations(self, home_dir): - os.environ['LANG'] = lang - - elif os.name == 'posix': -- locations['share'] = os.path.abspath(os.path.join(locations['lib'], '..')) -+ locations['share'] = os.path.abspath(os.path.join(locations['lib'], '../../share/griffith/')) - locations['glade'] = os.path.join(locations['share'], 'glade') - locations['i18n'] = os.path.abspath(os.path.join(locations['share'], '..', 'locale')) - if not os.path.isdir(locations['i18n']): diff --git a/media-video/griffith/griffith-9999.ebuild b/media-video/griffith/griffith-9999.ebuild deleted file mode 100644 index b8f017c..0000000 --- a/media-video/griffith/griffith-9999.ebuild +++ /dev/null @@ -1,84 +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-9999.ebuild,v 1.2 2009/02/24 18:13:28 hwoarang Exp $ - -EAPI="1" -ESVN_REPO_URI="http://svn.berlios.de/svnroot/repos/griffith/trunk" - -inherit eutils python multilib subversion - -ARTWORK_PV="0.9.4" - -DESCRIPTION="Movie collection manager" -HOMEPAGE="http://griffith.berlios.de/" -SRC_URI="mirror://berlios/griffith/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="" -IUSE="csv doc spell" - -RDEPEND="dev-python/imaging - dev-util/glade:3 - dev-python/pyxml - >=dev-python/pygtk-2.6.1 - dev-python/pysqlite:2 - >=dev-python/sqlalchemy-0.5.2 - >=dev-python/reportlab-1.19 - >=dev-python/sqlalchemy-0.4.6 - csv? ( dev-python/chardet ) - spell? ( >=dev-python/gnome-python-extras-2.0 )" -DEPEND="${RDEPEND} - doc? ( app-text/docbook2X )" - -pkg_setup() { - ewarn "This version is _not_ compatible with databases created with previous versions" - ewarn "of griffith and the database upgrade is currently (16 Aug 2008) broken." - ewarn "Please move your ~/.griffith away before starting." -} - -src_unpack() { - unpack ${A} - subversion_src_unpack - - cd "${S}" - 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" - - sed -i \ - -e "s|locations\['lib'\], '..')|locations\['lib'\], '..', '..', 'share', 'griffith')|" \ - lib/initialize.py || die "sed failed" - - # this patch has to go upstream - epatch "${FILESDIR}"/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 - - 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} -} diff --git a/media-video/griffith/metadata.xml b/media-video/griffith/metadata.xml deleted file mode 100644 index 7379930..0000000 --- a/media-video/griffith/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <herd>video</herd> - <maintainer> - <email>hwoarang@gentoo.org</email> - <name>Markos Chandras</name> - </maintainer> - <use> - <flag name="csv">Enable proper support for csv import (respectively auto-detection encoding of csv files)</flag> - </use> -</pkgmetadata> |