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: griffith-0.9.3.1.ebuild ChangeLog griffith-0.9.2.ebuild
Date: Sat, 27 Oct 2007 12:34:01
Message-Id: E1Ilkpq-0005BK-Bp@stork.gentoo.org
1 nelchael 07/10/27 12:32:14
2
3 Modified: griffith-0.9.3.1.ebuild ChangeLog
4 griffith-0.9.2.ebuild
5 Log:
6 Update homepage, see bug #196998.
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.2 media-video/griffith/griffith-0.9.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild?r1=1.1&r2=1.2
15
16 Index: griffith-0.9.3.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- griffith-0.9.3.1.ebuild 3 Jul 2007 09:43:36 -0000 1.1
23 +++ griffith-0.9.3.1.ebuild 27 Oct 2007 12:32:13 -0000 1.2
24 @@ -1,13 +1,13 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v 1.1 2007/07/03 09:43:36 nelchael Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.3.1.ebuild,v 1.2 2007/10/27 12:32:13 nelchael Exp $
29
30 inherit python
31
32 ARTWORK_PV="0.9.3"
33
34 DESCRIPTION="Movie collection manager"
35 -HOMEPAGE="http://griffith.vasconunes.net/"
36 +HOMEPAGE="http://griffith.berlios.de/"
37 SRC_URI="http://download.berlios.de/griffith/${P/_/-}.tar.gz
38 http://download.berlios.de/griffith/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz"
39
40
41
42
43 1.14 media-video/griffith/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.14&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?rev=1.14&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/ChangeLog?r1=1.13&r2=1.14
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
52 retrieving revision 1.13
53 retrieving revision 1.14
54 diff -u -r1.13 -r1.14
55 --- ChangeLog 3 Jul 2007 09:43:36 -0000 1.13
56 +++ ChangeLog 27 Oct 2007 12:32:13 -0000 1.14
57 @@ -1,6 +1,10 @@
58 # ChangeLog for media-video/griffith
59 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.13 2007/07/03 09:43:36 nelchael Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.14 2007/10/27 12:32:13 nelchael Exp $
62 +
63 + 27 Oct 2007; Krzysiek Pawlik <nelchael@g.o> griffith-0.9.2.ebuild,
64 + griffith-0.9.3.1.ebuild:
65 + Update homepage, see bug #196998.
66
67 *griffith-0.9.3.1 (03 Jul 2007)
68
69
70
71
72 1.6 media-video/griffith/griffith-0.9.2.ebuild
73
74 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild?rev=1.6&view=markup
75 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild?rev=1.6&content-type=text/plain
76 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild?r1=1.5&r2=1.6
77
78 Index: griffith-0.9.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v
81 retrieving revision 1.5
82 retrieving revision 1.6
83 diff -u -r1.5 -r1.6
84 --- griffith-0.9.2.ebuild 29 Jun 2007 07:13:23 -0000 1.5
85 +++ griffith-0.9.2.ebuild 27 Oct 2007 12:32:13 -0000 1.6
86 @@ -1,13 +1,13 @@
87 # Copyright 1999-2007 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v 1.5 2007/06/29 07:13:23 opfer Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.2.ebuild,v 1.6 2007/10/27 12:32:13 nelchael Exp $
91
92 inherit python
93
94 ARTWORK_PV=0.9.2
95
96 DESCRIPTION="Movie collection manager"
97 -HOMEPAGE="http://griffith.vasconunes.net/"
98 +HOMEPAGE="http://griffith.berlios.de/"
99 SRC_URI="http://download.berlios.de/griffith/${P/_/-}.tar.gz
100 http://download.berlios.de/griffith/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz"
101
102
103
104
105 --
106 gentoo-commits@g.o mailing list