Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/eyeD3: eyeD3-0.7.1.ebuild eyeD3-0.6.18-r1.ebuild
Date: Wed, 30 Jan 2013 11:00:53
Message-Id: 20130130110049.B8A852171D@flycatcher.gentoo.org
1 ssuominen 13/01/30 11:00:49
2
3 Modified: eyeD3-0.7.1.ebuild eyeD3-0.6.18-r1.ebuild
4 Log:
5 Commit the correct ebuild
6
7 (Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
8
9 Revision Changes Path
10 1.2 dev-python/eyeD3/eyeD3-0.7.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild?r1=1.1&r2=1.2
15
16 Index: eyeD3-0.7.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- eyeD3-0.7.1.ebuild 30 Jan 2013 10:56:25 -0000 1.1
23 +++ eyeD3-0.7.1.ebuild 30 Jan 2013 11:00:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild,v 1.1 2013/01/30 10:56:25 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild,v 1.2 2013/01/30 11:00:49 ssuominen Exp $
29
30 EAPI=5
31
32 @@ -14,18 +14,12 @@
33
34 LICENSE="GPL-2"
35 SLOT="0.7"
36 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
37 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
38 IUSE=""
39
40 RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
41 DEPEND="${RDEPEND}
42 - app-arch/unzip"
43 -
44 -src_unpack() {
45 - unpack ${A}
46 - cd "${S}"
47 -# unpack ./paver-minilib.zip
48 -}
49 + dev-python/paver"
50
51 src_install() {
52 dodoc AUTHORS ChangeLog README.rst
53
54
55
56 1.2 dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild
57
58 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild?rev=1.2&view=markup
59 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild?rev=1.2&content-type=text/plain
60 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild?r1=1.1&r2=1.2
61
62 Index: eyeD3-0.6.18-r1.ebuild
63 ===================================================================
64 RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild,v
65 retrieving revision 1.1
66 retrieving revision 1.2
67 diff -u -r1.1 -r1.2
68 --- eyeD3-0.6.18-r1.ebuild 30 Jan 2013 10:56:25 -0000 1.1
69 +++ eyeD3-0.6.18-r1.ebuild 30 Jan 2013 11:00:49 -0000 1.2
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2013 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild,v 1.1 2013/01/30 10:56:25 ssuominen Exp $
74 +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild,v 1.2 2013/01/30 11:00:49 ssuominen Exp $
75
76 EAPI="4"
77 PYTHON_DEPEND="2:2.5"
78 @@ -14,7 +14,7 @@
79
80 LICENSE="GPL-2"
81 SLOT="0"
82 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
83 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
84 IUSE=""
85
86 DEPEND=""