From 749f424509a0ba6e5cfb81684cd9df110089ad8c Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Mon, 5 Oct 2009 10:18:18 +0000 Subject: Version bump. Remove _rc ebuild (Portage version: 2.2_rc43/cvs/Linux x86_64) --- media-video/griffith/ChangeLog | 8 +++- media-video/griffith/griffith-0.10.ebuild | 68 +++++++++++++++++++++++++++ media-video/griffith/griffith-0.10_rc1.ebuild | 68 --------------------------- 3 files changed, 75 insertions(+), 69 deletions(-) create mode 100644 media-video/griffith/griffith-0.10.ebuild delete mode 100644 media-video/griffith/griffith-0.10_rc1.ebuild diff --git a/media-video/griffith/ChangeLog b/media-video/griffith/ChangeLog index acc024a15e92..3cba3de26759 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.36 2009/07/21 13:01:48 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.37 2009/10/05 10:18:18 hwoarang Exp $ + +*griffith-0.10 (05 Oct 2009) + + 05 Oct 2009; Markos Chandras + -griffith-0.10_rc1.ebuild, +griffith-0.10.ebuild: + Version bump to 0.10. Remove _rc release *griffith-0.10_rc1 (21 Jul 2009) diff --git a/media-video/griffith/griffith-0.10.ebuild b/media-video/griffith/griffith-0.10.ebuild new file mode 100644 index 000000000000..55cd9a15147a --- /dev/null +++ b/media-video/griffith/griffith-0.10.ebuild @@ -0,0 +1,68 @@ +# 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 $ + +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 + 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 + 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 + + 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/griffith-0.10_rc1.ebuild b/media-video/griffith/griffith-0.10_rc1.ebuild deleted file mode 100644 index 5480a728bbce..000000000000 --- a/media-video/griffith/griffith-0.10_rc1.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.10_rc1.ebuild,v 1.1 2009/07/21 13:01:48 hwoarang 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 - 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 - 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 - - 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} -} -- cgit v1.2.3-65-gdbad