Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/griffith: griffith-0.13.ebuild ChangeLog griffith-9999.ebuild
Date: Sat, 31 Jan 2015 12:45:17
Message-Id: 20150131124511.9F60710C23@oystercatcher.gentoo.org
1 hwoarang 15/01/31 12:45:11
2
3 Modified: griffith-0.13.ebuild ChangeLog
4 Removed: griffith-9999.ebuild
5 Log:
6 Update HOMEPAGE and host artwork tarball ourselves. Drop 9999 ebuild since upstream is gone
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
9
10 Revision Changes Path
11 1.6 media-video/griffith/griffith-0.13.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.13.ebuild?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.13.ebuild?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.13.ebuild?r1=1.5&r2=1.6
16
17 Index: griffith-0.13.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- griffith-0.13.ebuild 9 Jun 2013 18:42:42 -0000 1.5
24 +++ griffith-0.13.ebuild 31 Jan 2015 12:45:11 -0000 1.6
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v 1.5 2013/06/09 18:42:42 floppym Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.13.ebuild,v 1.6 2015/01/31 12:45:11 hwoarang Exp $
31
32 EAPI="4"
33
34 @@ -12,9 +12,9 @@
35 ARTWORK_PV="0.9.4"
36
37 DESCRIPTION="Movie collection manager"
38 -HOMEPAGE="http://griffith.berlios.de/"
39 +HOMEPAGE="http://www.griffith.cc/"
40 SRC_URI="http://launchpad.net/${PN}/trunk/${PV}/+download/${P}.tar.gz
41 - mirror://berlios/griffith/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz"
42 + http://dev.gentoo.org/~hwoarang/${PN}-extra-artwork-${ARTWORK_PV}.tar.gz"
43 LICENSE="GPL-2"
44 SLOT="0"
45 KEYWORDS="amd64 x86 ~x86-fbsd"
46
47
48
49 1.67 media-video/griffith/ChangeLog
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.67&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.67&content-type=text/plain
53 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?r1=1.66&r2=1.67
54
55 Index: ChangeLog
56 ===================================================================
57 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
58 retrieving revision 1.66
59 retrieving revision 1.67
60 diff -u -r1.66 -r1.67
61 --- ChangeLog 4 Oct 2014 11:33:14 -0000 1.66
62 +++ ChangeLog 31 Jan 2015 12:45:11 -0000 1.67
63 @@ -1,6 +1,11 @@
64 # ChangeLog for media-video/griffith
65 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
66 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.66 2014/10/04 11:33:14 hwoarang Exp $
67 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
68 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.67 2015/01/31 12:45:11 hwoarang Exp $
69 +
70 + 31 Jan 2015; Markos Chandras <hwoarang@g.o> -griffith-9999.ebuild,
71 + griffith-0.13.ebuild:
72 + Update HOMEPAGE and host artwork tarball ourselves. Drop 9999 ebuild since
73 + upstream is gone
74
75 04 Oct 2014; Markos Chandras <hwoarang@g.o> griffith-9999.ebuild:
76 depend on libglade. Bug #295291