Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/pyslice/
Date: Wed, 04 Dec 2013 15:00:37
Message-Id: 1386169169.bd6379bd4cf87a1f6b0fd684eb4b692a43479607.jlec@gentoo
1 commit: bd6379bd4cf87a1f6b0fd684eb4b692a43479607
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 4 14:59:29 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 4 14:59:29 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bd6379bd
7
8 sys-cluster/pyslice: Version BUmp; Bump to distutils-r1 eclass
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sys-cluster/pyslice/ChangeLog | 8 +++++++-
14 sys-cluster/pyslice/metadata.xml | 4 ++--
15 sys-cluster/pyslice/pyslice-1.6.4-r1.ebuild | 24 ------------------------
16 sys-cluster/pyslice/pyslice-1.7.ebuild | 21 +++++++++++++++++++++
17 4 files changed, 30 insertions(+), 27 deletions(-)
18
19 diff --git a/sys-cluster/pyslice/ChangeLog b/sys-cluster/pyslice/ChangeLog
20 index dcdaaa9..686e794 100644
21 --- a/sys-cluster/pyslice/ChangeLog
22 +++ b/sys-cluster/pyslice/ChangeLog
23 @@ -1,7 +1,13 @@
24 # ChangeLog for sys-cluster/pyslice
25 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 # $Header: $
28
29 +*pyslice-1.7 (04 Dec 2013)
30 +
31 + 04 Dec 2013; Justin Lecher <jlec@g.o> -pyslice-1.6.4-r1.ebuild,
32 + +pyslice-1.7.ebuild, metadata.xml:
33 + Version BUmp; Bump to distutils-r1 eclass
34 +
35 *pyslice-1.6.4-r1 (13 Apr 2011)
36
37 13 Apr 2011; Justin Lecher <jlec@g.o> -pyslice-1.6.4.ebuild,
38
39 diff --git a/sys-cluster/pyslice/metadata.xml b/sys-cluster/pyslice/metadata.xml
40 index 2d9586f..65f154a 100644
41 --- a/sys-cluster/pyslice/metadata.xml
42 +++ b/sys-cluster/pyslice/metadata.xml
43 @@ -1,8 +1,8 @@
44 <?xml version="1.0" encoding="UTF-8"?>
45 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
46 <pkgmetadata>
47 -<herd>cluster</herd>
48 -<longdescription>
49 + <herd>cluster</herd>
50 + <longdescription>
51 Templating system for parametric modeling.
52 </longdescription>
53 </pkgmetadata>
54
55 diff --git a/sys-cluster/pyslice/pyslice-1.6.4-r1.ebuild b/sys-cluster/pyslice/pyslice-1.6.4-r1.ebuild
56 deleted file mode 100644
57 index 94a3cac..0000000
58 --- a/sys-cluster/pyslice/pyslice-1.6.4-r1.ebuild
59 +++ /dev/null
60 @@ -1,24 +0,0 @@
61 -# Copyright 1999-2011 Gentoo Foundation
62 -# Distributed under the terms of the GNU General Public License v2
63 -# $Header: $
64 -
65 -EAPI="3"
66 -
67 -PYTHON_DEPEND="2"
68 -SUPPORT_PYTHON_ABIS="1"
69 -RESTRICT_PYTHON_ABIS="3.*"
70 -
71 -inherit distutils
72 -
73 -DESCRIPTION="Templating system for parametric modeling."
74 -HOMEPAGE="http://pyslice.sourceforge.net/"
75 -SRC_URI="mirror://sourceforge/pyslice/${P}.tar.gz"
76 -
77 -LICENSE="GPL-2"
78 -SLOT="0"
79 -KEYWORDS="~amd64 ~x86"
80 -IUSE=""
81 -
82 -RDEPEND=""
83 -DEPEND="${RDEPEND}
84 - dev-python/setuptools"
85
86 diff --git a/sys-cluster/pyslice/pyslice-1.7.ebuild b/sys-cluster/pyslice/pyslice-1.7.ebuild
87 new file mode 100644
88 index 0000000..ab8383e
89 --- /dev/null
90 +++ b/sys-cluster/pyslice/pyslice-1.7.ebuild
91 @@ -0,0 +1,21 @@
92 +# Copyright 1999-2013 Gentoo Foundation
93 +# Distributed under the terms of the GNU General Public License v2
94 +# $Header: $
95 +
96 +EAPI=5
97 +
98 +PYTHON_COMPAT=( python{2_6,2_7} )
99 +
100 +inherit distutils-r1
101 +
102 +DESCRIPTION="Templating system for parametric modeling"
103 +HOMEPAGE="http://pyslice.sourceforge.net/"
104 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
105 +
106 +LICENSE="GPL-2"
107 +SLOT="0"
108 +KEYWORDS="~amd64 ~x86"
109 +IUSE=""
110 +
111 +RDEPEND=""
112 +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"