Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/hcs-utils: hcs-utils-1.1.1.ebuild metadata.xml ChangeLog
Date: Sun, 29 Aug 2010 18:52:45
Message-Id: 20100829185240.19D4520051@flycatcher.gentoo.org
1 hwoarang 10/08/29 18:52:40
2
3 Added: hcs-utils-1.1.1.ebuild metadata.xml ChangeLog
4 Log:
5 Moved from sunrise overlay. Bug #334267. Thanks to Fabiano Francesconi (elbryan) <fabiano.francesconi@×××××.com> for the initial ebuild
6
7 (Portage version: 2.2_rc71/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-python/hcs-utils/hcs-utils-1.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/hcs-utils-1.1.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/hcs-utils-1.1.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: hcs-utils-1.1.1.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/hcs-utils-1.1.1.ebuild,v 1.1 2010/08/29 18:52:39 hwoarang Exp $
20
21 EAPI="2"
22 PYTHON_DEPEND="2:2.5"
23 SUPPORT_PYTHON_ABIS="1"
24 inherit distutils
25
26 DESCRIPTION="A library containing some useful snippets"
27 HOMEPAGE="http://pypi.python.org/pypi/hcs_utils"
28 SRC_URI="mirror://pypi/h/${PN/-/_}/${P/-/_}.tar.gz"
29
30 LICENSE="GPL-3"
31 SLOT="0"
32 KEYWORDS="~amd64 ~x86"
33 IUSE=""
34
35 RDEPEND=""
36
37 RESTRICT_PYTHON_ABIS="3.*"
38
39 S="${WORKDIR}/${P/-/_}"
40
41
42
43 1.1 dev-python/hcs-utils/metadata.xml
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/metadata.xml?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/metadata.xml?rev=1.1&content-type=text/plain
47
48 Index: metadata.xml
49 ===================================================================
50 <?xml version="1.0" encoding="UTF-8"?>
51 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 <pkgmetadata>
53 <herd>no-herd</herd>
54 <maintainer>
55 <email>hwoarang@g.o</email>
56 <name>Markos Chandras</name>
57 <description>Proxy maintainer. CC him on bugs</description>
58 </maintainer>
59 <maintainer>
60 <email>fabiano.francesconi@×××××.com</email>
61 <name>Fabiano Francesconi</name>
62 <description>Maintainer. Assign bugs to him</description>
63 </maintainer>
64 <longdescription lang="en">
65 </longdescription>
66 </pkgmetadata>
67
68
69
70
71 1.1 dev-python/hcs-utils/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/ChangeLog?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/hcs-utils/ChangeLog?rev=1.1&content-type=text/plain
75
76 Index: ChangeLog
77 ===================================================================
78 # ChangeLog for dev-python/hcs-utils
79 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
80 # $Header: /var/cvsroot/gentoo-x86/dev-python/hcs-utils/ChangeLog,v 1.1 2010/08/29 18:52:39 hwoarang Exp $
81
82 *hcs-utils-1.1.1 (29 Aug 2010)
83
84 29 Aug 2010; Markos Chandras <hwoarang@g.o>
85 +hcs-utils-1.1.1.ebuild, +metadata.xml:
86 Moved from sunrise overlay. Bug #334267. Thanks to Fabiano Francesconi
87 (elbryan) <fabiano.francesconi@×××××.com> for the initial ebuild