Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/stsci-distutils: stsci-distutils-0.3.ebuild ChangeLog stsci-distutils-0.2.2.ebuild
Date: Fri, 02 Mar 2012 10:36:40
Message-Id: 20120302103631.321182004B@flycatcher.gentoo.org
1 xarthisius 12/03/02 10:36:31
2
3 Modified: ChangeLog
4 Added: stsci-distutils-0.3.ebuild
5 Removed: stsci-distutils-0.2.2.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.4 dev-python/stsci-distutils/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 16 Feb 2012 09:49:53 -0000 1.3
25 +++ ChangeLog 2 Mar 2012 10:36:30 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-python/stsci-distutils
28 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.3 2012/02/16 09:49:53 xarthisius Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/ChangeLog,v 1.4 2012/03/02 10:36:30 xarthisius Exp $
31 +
32 +*stsci-distutils-0.3 (02 Mar 2012)
33 +
34 + 02 Mar 2012; Kacper Kowalik <xarthisius@g.o>
35 + +stsci-distutils-0.3.ebuild, -stsci-distutils-0.2.2.ebuild:
36 + Version bump, drop old
37
38 16 Feb 2012; Kacper Kowalik <xarthisius@g.o>
39 stsci-distutils-0.2.2.ebuild:
40
41
42
43 1.1 dev-python/stsci-distutils/stsci-distutils-0.3.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild?rev=1.1&content-type=text/plain
47
48 Index: stsci-distutils-0.3.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-python/stsci-distutils/stsci-distutils-0.3.ebuild,v 1.1 2012/03/02 10:36:30 xarthisius Exp $
53
54 EAPI=3
55
56 SUPPORT_PYTHON_ABIS="1"
57 MY_PN=${PN/-/.}
58 MY_P=${MY_PN}-${PV}
59
60 inherit distutils
61
62 DESCRIPTION="Utilities used to package some of STScI's Python projects"
63 HOMEPAGE="http://www.stsci.edu/resources/software_hardware/stsci_python
64 http://pypi.python.org/pypi/stsci.distutils/"
65 SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
66
67 LICENSE="BSD"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 DEPEND="dev-python/setuptools
73 dev-python/d2to1"
74 RDEPEND="${DEPEND}"
75
76 S=${WORKDIR}/${MY_P}