Gentoo Archives: gentoo-commits

From: Nicolas Bock <nicolasbock@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/pyquante/
Date: Sat, 07 Dec 2013 22:09:31
Message-Id: 1386454152.a0eaa3cbc5575d58bf2de39a6e06497b5c3461c7.nicolasbock@gentoo
1 commit: a0eaa3cbc5575d58bf2de39a6e06497b5c3461c7
2 Author: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
3 AuthorDate: Sat Dec 7 22:09:12 2013 +0000
4 Commit: Nicolas Bock <nicolasbock <AT> gmail <DOT> com>
5 CommitDate: Sat Dec 7 22:09:12 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a0eaa3cb
7
8 sci-chemistry/pyquante: Version bump to 1.6.4
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-chemistry/pyquante/ChangeLog | 6 +++++-
14 sci-chemistry/pyquante/pyquante-1.6.4.ebuild | 23 +++++++++++++++++++++++
15 2 files changed, 28 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-chemistry/pyquante/ChangeLog b/sci-chemistry/pyquante/ChangeLog
18 index fee6756..f854df5 100644
19 --- a/sci-chemistry/pyquante/ChangeLog
20 +++ b/sci-chemistry/pyquante/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*pyquante-1.6.4 (07 Dec 2013)
26 +
27 + 07 Dec 2013; Nicolas Bock <nicolasbock@×××××.com> +pyquante-1.6.4.ebuild:
28 + sci-chemistry/pyquante: Version bump to 1.6.4
29 +
30 16 Jun 2013; Justin Lecher <jlec@g.o> pyquante-1.6.3-r1.ebuild,
31 metadata.xml:
32 Bump to EAPI=5 and distutils-r1.eclass
33 @@ -17,4 +22,3 @@
34 13 Jan 2010; Alexey Shvetsov <alexxy@g.o> +pyquante-1.6.3.ebuild,
35 +metadata.xml:
36 Initial version bump
37 -
38
39 diff --git a/sci-chemistry/pyquante/pyquante-1.6.4.ebuild b/sci-chemistry/pyquante/pyquante-1.6.4.ebuild
40 new file mode 100644
41 index 0000000..88f7f96
42 --- /dev/null
43 +++ b/sci-chemistry/pyquante/pyquante-1.6.4.ebuild
44 @@ -0,0 +1,23 @@
45 +# Copyright 1999-2013 Gentoo Foundation
46 +# Distributed under the terms of the GNU General Public License v2
47 +# $Header: $
48 +
49 +EAPI=5
50 +
51 +PYTHON_COMPAT=( python{2_6,2_7} )
52 +
53 +inherit distutils-r1
54 +
55 +MY_PN="PyQuante"
56 +MY_P="${MY_PN}-${PV}"
57 +
58 +DESCRIPTION="Quantum chemistry package written in Python"
59 +HOMEPAGE="http://pyquante.sourceforge.net/"
60 +SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
61 +
62 +SLOT="0"
63 +LICENSE="GPL-2"
64 +KEYWORDS="~amd64 ~x86"
65 +IUSE=""
66 +
67 +S="${WORKDIR}/${MY_P}"