public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/griffith: metadata.xml ChangeLog griffith-0.9.9.ebuild
@ 2009-02-24 15:16 Markos Chandras (hwoarang)
  0 siblings, 0 replies; only message in thread
From: Markos Chandras (hwoarang) @ 2009-02-24 15:16 UTC (permalink / raw
  To: gentoo-commits

hwoarang    09/02/24 15:16:41

  Modified:             metadata.xml ChangeLog
  Added:                griffith-0.9.9.ebuild
  Log:
  Version bump ( bug 250767 ), changing maintainer
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-video/griffith/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/metadata.xml?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/metadata.xml?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml	7 Aug 2008 02:14:04 -0000	1.3
+++ metadata.xml	24 Feb 2009 15:16:41 -0000	1.4
@@ -3,7 +3,8 @@
 <pkgmetadata>
   <herd>video</herd>
   <maintainer>
-    <email>dev-zero@gentoo.org</email>
+    <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>



1.28                 media-video/griffith/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	16 Aug 2008 12:28:33 -0000	1.27
+++ ChangeLog	24 Feb 2009 15:16:41 -0000	1.28
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/griffith
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.27 2008/08/16 12:28:33 dev-zero Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.28 2009/02/24 15:16:41 hwoarang Exp $
+
+*griffith-0.9.9 (24 Feb 2009)
+
+  24 Feb 2009; Markos Chandras <hwoarang@gentoo.org> metadata.xml,
+  +griffith-0.9.9.ebuild:
+  Version bump ( bug #250767 ), changing maintainer
 
 *griffith-9999 (16 Aug 2008)
 *griffith-0.9.7.1 (16 Aug 2008)



1.1                  media-video/griffith/griffith-0.9.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild?rev=1.1&content-type=text/plain

Index: griffith-0.9.9.ebuild
===================================================================
# 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.9.9.ebuild,v 1.1 2009/02/24 15:16:41 hwoarang 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_unpack() {
	unpack ${A}
	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"

	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

	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}
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-24 15:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24 15:16 [gentoo-commits] gentoo-x86 commit in media-video/griffith: metadata.xml ChangeLog griffith-0.9.9.ebuild Markos Chandras (hwoarang)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox