Gentoo Archives: gentoo-commits

From: "Rafael Martins (rafaelmartins)" <rafaelmartins@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/marrie: ChangeLog marrie-9999.ebuild marrie-0.3-r1.ebuild marrie-0.3.ebuild
Date: Fri, 23 Nov 2012 01:29:11
Message-Id: 20121123012857.DC22220C65@flycatcher.gentoo.org
1 rafaelmartins 12/11/23 01:28:57
2
3 Modified: ChangeLog
4 Added: marrie-9999.ebuild marrie-0.3-r1.ebuild
5 Removed: marrie-0.3.ebuild
6 Log:
7 Use distutils.eclass instead of distutils-r1.eclass. Add live ebuild.
8
9 (Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.2 media-sound/marrie/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/marrie/ChangeLog?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/marrie/ChangeLog?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/marrie/ChangeLog?r1=1.1&r2=1.2
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- ChangeLog 22 Nov 2012 04:39:08 -0000 1.1
25 +++ ChangeLog 23 Nov 2012 01:28:57 -0000 1.2
26 @@ -1,6 +1,13 @@
27 # ChangeLog for media-sound/marrie
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.1 2012/11/22 04:39:08 rafaelmartins Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/ChangeLog,v 1.2 2012/11/23 01:28:57 rafaelmartins Exp $
31 +
32 +*marrie-9999 (23 Nov 2012)
33 +*marrie-0.3-r1 (23 Nov 2012)
34 +
35 + 23 Nov 2012; Rafael G. Martins <rafaelmartins@g.o> -marrie-0.3.ebuild,
36 + +marrie-0.3-r1.ebuild, +marrie-9999.ebuild:
37 + Use distutils.eclass instead of distutils-r1.eclass. Add live ebuild.
38
39 *marrie-0.3 (22 Nov 2012)
40
41
42
43
44 1.1 media-sound/marrie/marrie-9999.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/marrie/marrie-9999.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/marrie/marrie-9999.ebuild?rev=1.1&content-type=text/plain
48
49 Index: marrie-9999.ebuild
50 ===================================================================
51 # Copyright 1999-2012 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-9999.ebuild,v 1.1 2012/11/23 01:28:57 rafaelmartins Exp $
54
55 EAPI=4
56
57 PYTHON_DEPEND="2:2.7"
58 SUPPORT_PYTHON_ABIS="1"
59 RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
60
61 HG_ECLASS=""
62 if [[ ${PV} = *9999* ]]; then
63 HG_ECLASS="mercurial"
64 EHG_REPO_URI="http://hg.rafaelmartins.eng.br/marrie/"
65 EHG_REVISION="default"
66 fi
67
68 inherit distutils ${HG_ECLASS}
69
70 DESCRIPTION="A simple podcast client that runs on the Command Line Interface"
71 HOMEPAGE="http://projects.rafaelmartins.eng.br/marrie/"
72
73 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
74 KEYWORDS="~amd64 ~x86"
75 if [[ ${PV} = *9999* ]]; then
76 SRC_URI=""
77 KEYWORDS=""
78 fi
79
80 LICENSE="BSD"
81 SLOT="0"
82 IUSE="doc"
83
84 RDEPEND="virtual/python-argparse
85 dev-python/feedparser"
86 DEPEND="${RDEPEND}
87 doc? ( dev-python/docutils )"
88
89 src_compile() {
90 distutils_src_compile
91 if use doc; then
92 rst2html.py README.rst marrie.html || die "rst2html.py failed"
93 fi
94 }
95
96 src_install() {
97 distutils_src_install
98 if use doc; then
99 dohtml marrie.html
100 fi
101 }
102
103
104
105 1.1 media-sound/marrie/marrie-0.3-r1.ebuild
106
107 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/marrie/marrie-0.3-r1.ebuild?rev=1.1&view=markup
108 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/marrie/marrie-0.3-r1.ebuild?rev=1.1&content-type=text/plain
109
110 Index: marrie-0.3-r1.ebuild
111 ===================================================================
112 # Copyright 1999-2012 Gentoo Foundation
113 # Distributed under the terms of the GNU General Public License v2
114 # $Header: /var/cvsroot/gentoo-x86/media-sound/marrie/marrie-0.3-r1.ebuild,v 1.1 2012/11/23 01:28:57 rafaelmartins Exp $
115
116 EAPI=4
117
118 PYTHON_DEPEND="2:2.7"
119 SUPPORT_PYTHON_ABIS="1"
120 RESTRICT_PYTHON_ABIS="2.4 2.5 2.6 3.*"
121
122 HG_ECLASS=""
123 if [[ ${PV} = *9999* ]]; then
124 HG_ECLASS="mercurial"
125 EHG_REPO_URI="http://hg.rafaelmartins.eng.br/marrie/"
126 EHG_REVISION="default"
127 fi
128
129 inherit distutils ${HG_ECLASS}
130
131 DESCRIPTION="A simple podcast client that runs on the Command Line Interface"
132 HOMEPAGE="http://projects.rafaelmartins.eng.br/marrie/"
133
134 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
135 KEYWORDS="~amd64 ~x86"
136 if [[ ${PV} = *9999* ]]; then
137 SRC_URI=""
138 KEYWORDS=""
139 fi
140
141 LICENSE="BSD"
142 SLOT="0"
143 IUSE="doc"
144
145 RDEPEND="virtual/python-argparse
146 dev-python/feedparser"
147 DEPEND="${RDEPEND}
148 doc? ( dev-python/docutils )"
149
150 src_compile() {
151 distutils_src_compile
152 if use doc; then
153 rst2html.py README.rst marrie.html || die "rst2html.py failed"
154 fi
155 }
156
157 src_install() {
158 distutils_src_install
159 if use doc; then
160 dohtml marrie.html
161 fi
162 }