Gentoo Archives: gentoo-commits

From: Tim Cera <timcera@×××××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/simpy/
Date: Wed, 23 Nov 2011 04:15:15
Message-Id: 685a9f54531935e1bf3739ac4b50e9146e50311d.timcera@gentoo
1 commit: 685a9f54531935e1bf3739ac4b50e9146e50311d
2 Author: timcera <tim <AT> cerazone <DOT> net>
3 AuthorDate: Wed Nov 23 04:08:11 2011 +0000
4 Commit: Tim Cera <timcera <AT> earthlink <DOT> net>
5 CommitDate: Wed Nov 23 04:08:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=685a9f54
7
8 sci-misc/simpy: Version bump.
9
10 ---
11 sci-misc/simpy/ChangeLog | 6 +++
12 sci-misc/simpy/metadata.xml | 4 +-
13 sci-misc/simpy/simpy-2.0.1.ebuild | 46 --------------------
14 .../simpy/{simpy-2.1.0.ebuild => simpy-2.2.ebuild} | 0
15 4 files changed, 8 insertions(+), 48 deletions(-)
16
17 diff --git a/sci-misc/simpy/ChangeLog b/sci-misc/simpy/ChangeLog
18 index 075ae2c..a14d834 100644
19 --- a/sci-misc/simpy/ChangeLog
20 +++ b/sci-misc/simpy/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*simpy-2.2 (23 Nov 2011)
26 +
27 + 23 Nov 2011; Tim Cera <tim@××××××××.net> -simpy-2.0.1.ebuild,
28 + -simpy-2.1.0.ebuild, +simpy-2.2.ebuild, metadata.xml:
29 + Version bump.
30 +
31 13 Apr 2011; Justin Lecher <jlec@g.o> simpy-2.1.0.ebuild:
32 Fix ups
33
34
35 diff --git a/sci-misc/simpy/metadata.xml b/sci-misc/simpy/metadata.xml
36 index 31b2c77..1480cd4 100644
37 --- a/sci-misc/simpy/metadata.xml
38 +++ b/sci-misc/simpy/metadata.xml
39 @@ -3,10 +3,10 @@
40 <pkgmetadata>
41 <herd>sci</herd>
42 <maintainer>
43 -<email>timcera@×××××××××.net</email>
44 +<email>tim@××××××××.net</email>
45 <name>Tim Cera</name>
46 </maintainer>
47 <longdescription lang="en">
48 -Process and event simulation.
49 +Simpy is a simulation environment.
50 </longdescription>
51 </pkgmetadata>
52
53 diff --git a/sci-misc/simpy/simpy-2.0.1.ebuild b/sci-misc/simpy/simpy-2.0.1.ebuild
54 deleted file mode 100644
55 index 652a8f9..0000000
56 --- a/sci-misc/simpy/simpy-2.0.1.ebuild
57 +++ /dev/null
58 @@ -1,46 +0,0 @@
59 -# Copyright 1999-2010 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Header: $
62 -
63 -EAPI="2"
64 -
65 -PYTHON_DEPEND="2"
66 -SUPPORT_PYTHON_ABIS="1"
67 -PYTHON_USE_WITH="tk"
68 -RESTRICT_PYTHON_ABIS="3.*"
69 -PYTHON_MODNAME="SimPy"
70 -
71 -inherit distutils
72 -
73 -MY_P="${P/simpy/SimPy}"
74 -
75 -DESCRIPTION="Process and event simulation."
76 -HOMEPAGE="http://simpy.sourceforge.net"
77 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
78 -
79 -LICENSE="LGPL-2.1"
80 -SLOT="0"
81 -KEYWORDS="~amd64 ~x86"
82 -IUSE="doc"
83 -
84 -S="${WORKDIR}/${MY_P}"
85 -
86 -src_install() {
87 - distutils_src_install
88 -
89 - if use doc ; then
90 - dodoc SimPyDocs
91 - dodoc SimPyModels
92 - # Took the following from 'dodoc' in order to not compress
93 - # the pdf file. 'dodoc' always compresses.
94 - dir="${D}usr/share/doc/${PF}/${DOCDESTTREE}"
95 - if [ ! -d "${dir}" ] ; then
96 - install -d "${dir}"
97 - fi
98 - for dname in `find SimPyDocs SimPyModels -type d`
99 - do
100 - install -d "${dir}/${dname}"
101 - install -m0644 "${dname}"/* "${dir}/${dname}"
102 - done
103 - fi
104 -}
105
106 diff --git a/sci-misc/simpy/simpy-2.1.0.ebuild b/sci-misc/simpy/simpy-2.2.ebuild
107 similarity index 100%
108 rename from sci-misc/simpy/simpy-2.1.0.ebuild
109 rename to sci-misc/simpy/simpy-2.2.ebuild