Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/griffith: ChangeLog griffith-0.9.5.ebuild
Date: Sat, 27 Oct 2007 12:35:35
Message-Id: E1Ilksv-0005EN-1z@stork.gentoo.org
1 nelchael 07/10/27 12:35:25
2
3 Modified: ChangeLog
4 Added: griffith-0.9.5.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.15 media-video/griffith/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 27 Oct 2007 12:32:13 -0000 1.14
23 +++ ChangeLog 27 Oct 2007 12:35:24 -0000 1.15
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-video/griffith
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.14 2007/10/27 12:32:13 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.15 2007/10/27 12:35:24 nelchael Exp $
29 +
30 +*griffith-0.9.5 (27 Oct 2007)
31 +
32 + 27 Oct 2007; Krzysiek Pawlik <nelchael@g.o> +griffith-0.9.5.ebuild:
33 + Version bump.
34
35 27 Oct 2007; Krzysiek Pawlik <nelchael@g.o> griffith-0.9.2.ebuild,
36 griffith-0.9.3.1.ebuild:
37
38
39
40 1.1 media-video/griffith/griffith-0.9.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: griffith-0.9.5.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.5.ebuild,v 1.1 2007/10/27 12:35:24 nelchael Exp $
50
51 inherit python
52
53 ARTWORK_PV="0.9.4"
54
55 DESCRIPTION="Movie collection manager"
56 HOMEPAGE="http://griffith.berlios.de/"
57 SRC_URI="http://download.berlios.de/griffith/${P/_/-}.tar.gz
58 http://download.berlios.de/griffith/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="doc spell"
64
65 RDEPEND="dev-python/imaging
66 dev-python/pyxml
67 >=dev-python/pygtk-2.6.1
68 >=dev-python/pysqlite-2.0
69 >=dev-python/sqlalchemy-0.3
70 >=dev-python/reportlab-1.19
71 spell? ( >=dev-python/gnome-python-extras-2.0 )"
72 DEPEND="${RDEPEND}
73 doc? ( app-text/docbook2X )"
74
75 src_unpack() {
76 unpack ${A}
77 cd "${S}"
78 sed -i \
79 -e 's/docbook2x-man/docbook2man.pl/' \
80 -e 's#/pl/#/pl.UTF-8/#' \
81 docs/*/Makefile || die "sed failed"
82 sed -i \
83 -e 's/latin1/iso-8859-1/' \
84 docs/en/*.xml || die "sed failed"
85
86 sed -i \
87 -e 's/ISO-8859-1/UTF-8/' \
88 lib/gconsole.py || die "sed failed"
89 }
90
91 src_compile() {
92 # Nothing to compile and default `emake` spews an error message
93 true
94 }
95
96 src_install() {
97 use doc || sed -i -e '/docs/d' Makefile
98
99 emake DESTDIR="${D}" install || die "emake install failed"
100 dodoc AUTHORS ChangeLog README TODO NEWS TRANSLATORS
101
102 cd "${WORKDIR}/${PN}-extra-artwork-${ARTWORK_PV}/"
103 emake DESTDIR="${D}" install || die "emake install artwork failed"
104 }
105
106 pkg_postinst() {
107 python_mod_optimize ${ROOT}usr/share/${PN}/lib
108 }
109
110 pkg_postrm() {
111 python_mod_cleanup ${ROOT}usr/share/${PN}/lib
112 }
113
114
115
116 --
117 gentoo-commits@g.o mailing list