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: ChangeLog eyeD3-0.7.1.ebuild eyeD3-0.6.18-r1.ebuild
Date: Wed, 30 Jan 2013 10:56:30
Message-Id: 20130130105625.842992171D@flycatcher.gentoo.org
1 ssuominen 13/01/30 10:56:25
2
3 Modified: ChangeLog
4 Added: eyeD3-0.7.1.ebuild eyeD3-0.6.18-r1.ebuild
5 Log:
6 Version bump wrt #445140 by Travis Shirk
7
8 (Portage version: 2.2.0_alpha155/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.54 dev-python/eyeD3/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.54&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?rev=1.54&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/ChangeLog?r1=1.53&r2=1.54
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v
20 retrieving revision 1.53
21 retrieving revision 1.54
22 diff -u -r1.53 -r1.54
23 --- ChangeLog 30 Jan 2013 10:31:30 -0000 1.53
24 +++ ChangeLog 30 Jan 2013 10:56:25 -0000 1.54
25 @@ -1,6 +1,13 @@
26 # ChangeLog for dev-python/eyeD3
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.53 2013/01/30 10:31:30 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/ChangeLog,v 1.54 2013/01/30 10:56:25 ssuominen Exp $
30 +
31 +*eyeD3-0.7.1 (30 Jan 2013)
32 +*eyeD3-0.6.18-r1 (30 Jan 2013)
33 +
34 + 30 Jan 2013; Samuli Suominen <ssuominen@g.o> +eyeD3-0.6.18-r1.ebuild,
35 + +eyeD3-0.7.1.ebuild:
36 + Version bump wrt #445140 by Travis Shirk
37
38 30 Jan 2013; Samuli Suominen <ssuominen@g.o> -eyeD3-0.6.17.ebuild:
39 old
40
41
42
43 1.1 dev-python/eyeD3/eyeD3-0.7.1.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild?rev=1.1&content-type=text/plain
47
48 Index: eyeD3-0.7.1.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/eyeD3/eyeD3-0.7.1.ebuild,v 1.1 2013/01/30 10:56:25 ssuominen Exp $
53
54 EAPI=5
55
56 PYTHON_COMPAT=( python2_7 )
57
58 inherit distutils-r1
59
60 DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
61 HOMEPAGE="http://eyed3.nicfit.net/"
62 SRC_URI="http://eyed3.nicfit.net/releases/${P}.tgz"
63
64 LICENSE="GPL-2"
65 SLOT="0.7"
66 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
67 IUSE=""
68
69 RDEPEND="!<${CATEGORY}/${PN}-0.6.18-r1:0"
70 DEPEND="${RDEPEND}
71 app-arch/unzip"
72
73 src_unpack() {
74 unpack ${A}
75 cd "${S}"
76 # unpack ./paver-minilib.zip
77 }
78
79 src_install() {
80 dodoc AUTHORS ChangeLog README.rst
81 distutils-r1_src_install
82 }
83
84
85
86 1.1 dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild?rev=1.1&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/eyeD3/eyeD3-0.6.18-r1.ebuild?rev=1.1&content-type=text/plain
90
91 Index: eyeD3-0.6.18-r1.ebuild
92 ===================================================================
93 # Copyright 1999-2013 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 # $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 $
96
97 EAPI="4"
98 PYTHON_DEPEND="2:2.5"
99 SUPPORT_PYTHON_ABIS="1"
100
101 inherit distutils
102
103 DESCRIPTION="Module for manipulating ID3 (v1 + v2) tags in Python"
104 HOMEPAGE="http://eyed3.nicfit.net/"
105 SRC_URI="http://eyed3.nicfit.net/releases/${P}.tar.gz"
106
107 LICENSE="GPL-2"
108 SLOT="0"
109 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris"
110 IUSE=""
111
112 DEPEND=""
113 # Pull in eyeD3 binary
114 RDEPEND="${CATEGORY}/${PN}:0.7"
115 RESTRICT_PYTHON_ABIS="2.4 3.*"
116
117 DOCS="AUTHORS ChangeLog NEWS README TODO"
118
119 src_configure() {
120 python_execute_function -d -f -q
121 }
122
123 src_install() {
124 dohtml *.html && rm -f *.html
125 distutils_src_install
126
127 install_script() {
128 mkdir -p "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
129 cp bin/eyeD3 "${T}/images/${PYTHON_ABI}${EPREFIX}/usr/bin"
130 }
131 python_execute_function -q install_script
132 python_merge_intermediate_installation_images "${T}/images"
133
134 doman doc/*.1
135
136 # Use the eyeD3 binary from SLOT="0.7"
137 rm -rf "${ED}"/usr/bin
138 }