Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/griffith: griffith-0.10-r1.ebuild griffith-0.11.ebuild ChangeLog griffith-0.9.9.ebuild
Date: Fri, 28 May 2010 18:59:54
Message-Id: 20100528185949.C27802CF37@corvid.gentoo.org
1 arfrever 10/05/28 18:59:49
2
3 Modified: griffith-0.10-r1.ebuild griffith-0.11.ebuild
4 ChangeLog griffith-0.9.9.ebuild
5 Log:
6 Delete calls to deprecated python_version().
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 media-video/griffith/griffith-0.10-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.10-r1.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.10-r1.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.10-r1.ebuild?r1=1.3&r2=1.4
15
16 Index: griffith-0.10-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.10-r1.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- griffith-0.10-r1.ebuild 10 Jan 2010 20:27:09 -0000 1.3
23 +++ griffith-0.10-r1.ebuild 28 May 2010 18:59:49 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 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.10-r1.ebuild,v 1.3 2010/01/10 20:27:09 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.10-r1.ebuild,v 1.4 2010/05/28 18:59:49 arfrever Exp $
29
30 EAPI="2"
31
32 @@ -49,7 +49,6 @@
33 src_install() {
34 use doc || sed -i -e '/docs/d' Makefile
35
36 - python_version
37 emake \
38 LIBDIR="${D}/usr/$(get_libdir)/griffith" \
39 DESTDIR="${D}" DOC2MAN=docbook2man.pl install || die "emake install failed"
40
41
42
43 1.2 media-video/griffith/griffith-0.11.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.11.ebuild?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.11.ebuild?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.11.ebuild?r1=1.1&r2=1.2
48
49 Index: griffith-0.11.ebuild
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.11.ebuild,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- griffith-0.11.ebuild 11 Jan 2010 19:46:41 -0000 1.1
56 +++ griffith-0.11.ebuild 28 May 2010 18:59:49 -0000 1.2
57 @@ -1,6 +1,6 @@
58 # Copyright 1999-2010 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.11.ebuild,v 1.1 2010/01/11 19:46:41 hwoarang Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.11.ebuild,v 1.2 2010/05/28 18:59:49 arfrever Exp $
62
63 EAPI="2"
64
65 @@ -48,7 +48,6 @@
66 src_install() {
67 use doc || sed -i -e '/docs/d' Makefile
68
69 - python_version
70 emake \
71 LIBDIR="${D}/usr/$(get_libdir)/griffith" \
72 DESTDIR="${D}" DOC2MAN=docbook2man.pl install || die "emake install failed"
73
74
75
76 1.43 media-video/griffith/ChangeLog
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.43&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?rev=1.43&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/ChangeLog?r1=1.42&r2=1.43
81
82 Index: ChangeLog
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v
85 retrieving revision 1.42
86 retrieving revision 1.43
87 diff -u -r1.42 -r1.43
88 --- ChangeLog 11 Jan 2010 19:46:41 -0000 1.42
89 +++ ChangeLog 28 May 2010 18:59:49 -0000 1.43
90 @@ -1,6 +1,10 @@
91 # ChangeLog for media-video/griffith
92 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
93 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.42 2010/01/11 19:46:41 hwoarang Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/ChangeLog,v 1.43 2010/05/28 18:59:49 arfrever Exp $
95 +
96 + 28 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
97 + griffith-0.9.9.ebuild, griffith-0.10-r1.ebuild, griffith-0.11.ebuild:
98 + Delete calls to deprecated python_version().
99
100 *griffith-0.11 (11 Jan 2010)
101
102
103
104
105 1.5 media-video/griffith/griffith-0.9.9.ebuild
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild?rev=1.5&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild?rev=1.5&content-type=text/plain
109 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild?r1=1.4&r2=1.5
110
111 Index: griffith-0.9.9.ebuild
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild,v
114 retrieving revision 1.4
115 retrieving revision 1.5
116 diff -u -r1.4 -r1.5
117 --- griffith-0.9.9.ebuild 2 Jul 2009 19:19:27 -0000 1.4
118 +++ griffith-0.9.9.ebuild 28 May 2010 18:59:49 -0000 1.5
119 @@ -1,6 +1,6 @@
120 -# Copyright 1999-2009 Gentoo Foundation
121 +# Copyright 1999-2010 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild,v 1.4 2009/07/02 19:19:27 maekke Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/media-video/griffith/griffith-0.9.9.ebuild,v 1.5 2010/05/28 18:59:49 arfrever Exp $
125
126 EAPI="2"
127
128 @@ -49,7 +49,6 @@
129 src_install() {
130 use doc || sed -i -e '/docs/d' Makefile
131
132 - python_version
133 emake \
134 LIBDIR="${D}/usr/$(get_libdir)/griffith" \
135 DESTDIR="${D}" DOC2MAN=docbook2man.pl install || die "emake install failed"