summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Grant (dgrant) <davidgrant@gmail.com>2007-03-12 17:38:38 +0000
committerDavid Grant (dgrant) <davidgrant@gmail.com>2007-03-12 17:38:38 +0000
commit1f5af499c384738d791f9c6b13d4a152e1c38314 (patch)
treea4a270546d6b022a4fed99e60046884775fce3f5
parentsys-fs/aufs: Fix up the postinst/postrm checks a bit (diff)
downloadsunrise-1f5af499c384738d791f9c6b13d4a152e1c38314.tar.gz
sunrise-1f5af499c384738d791f9c6b13d4a152e1c38314.tar.bz2
sunrise-1f5af499c384738d791f9c6b13d4a152e1c38314.zip
sci-mathematics/pyquante: version bump
svn path=/sunrise/; revision=3210
-rw-r--r--sci-mathematics/pyquante/ChangeLog4
-rw-r--r--sci-mathematics/pyquante/Manifest4
-rw-r--r--sci-mathematics/pyquante/pyquante-1.5.1.ebuild22
3 files changed, 29 insertions, 1 deletions
diff --git a/sci-mathematics/pyquante/ChangeLog b/sci-mathematics/pyquante/ChangeLog
index 4e2491765..58eb53bf3 100644
--- a/sci-mathematics/pyquante/ChangeLog
+++ b/sci-mathematics/pyquante/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 12 Mar 2007; David Grant (dgrant) <davidgrant@gmail.com>
+ +pyquante-1.5.1.ebuild:
+ version bump
+
20 Oct 2006; Christian Faulhammer (opfer) <gentoo@faulhammer.org>
PyQuante-1.5.0.ebuild:
added trailing slash to HOMEPAGE URL and sf.net -> sourceforge.net
diff --git a/sci-mathematics/pyquante/Manifest b/sci-mathematics/pyquante/Manifest
index 1a1cc43cf..2ca34ce1b 100644
--- a/sci-mathematics/pyquante/Manifest
+++ b/sci-mathematics/pyquante/Manifest
@@ -1,4 +1,6 @@
DIST PyQuante-1.5.0.tar.gz 217831 RMD160 5a3bd2fbcfb81619269a77c91e70d1d98add609d SHA1 34a620e01560322a388c2d65c88bc7b6a0894a12 SHA256 d3cb95abb9cb1f1f64374c1280d1cc4b7eafa39c230108b75cff6372e592fc9a
+DIST PyQuante-1.5.1.tar.gz 247354 RMD160 457d7d520a7d45c151016e04629f93d86dd8d4aa SHA1 d8cdfb1d0e7f614255b7a0a54797f95598a670b0 SHA256 72f8c4d98ebebb8502c2fc2377a330e0fb3d4ec9e74872a2fe4e8ff6e1d81616
EBUILD pyquante-1.5.0.ebuild 433 RMD160 f598dec012efe39da82426eeae897ae3d9d3447e SHA1 e82a9c78450ef3d0854f4791a42252bc965eb61f SHA256 0b175710cd572b5d62b8ac73a5da9cb3d54aeca3b533a5dbea84793f56df5428
-MISC ChangeLog 417 RMD160 dc9650b02cb80f18b83fa28641e7a13e713d285e SHA1 5469ef833aa38aa288a7ca59d23080e2b188ebaa SHA256 12df184d58d315c20322ee7d4a6770aae137622cd4349a385d7b19d286b68dee
+EBUILD pyquante-1.5.1.ebuild 433 RMD160 f598dec012efe39da82426eeae897ae3d9d3447e SHA1 e82a9c78450ef3d0854f4791a42252bc965eb61f SHA256 0b175710cd572b5d62b8ac73a5da9cb3d54aeca3b533a5dbea84793f56df5428
+MISC ChangeLog 518 RMD160 4ba20f2fa7fbc7341cbcd0c4678bc85d46ce5238 SHA1 cd752d2910a20034c709a5eb66bb11e6ef9edaab SHA256 d35d650b42eeb7ac4f8be9f773e7797e5d819c92446f9eb074fc8f715f9cc6a4
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-mathematics/pyquante/pyquante-1.5.1.ebuild b/sci-mathematics/pyquante/pyquante-1.5.1.ebuild
new file mode 100644
index 000000000..3266e45e2
--- /dev/null
+++ b/sci-mathematics/pyquante/pyquante-1.5.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+inherit distutils
+
+MY_PN="PyQuante"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="a quantum chemistry package written in Python."
+HOMEPAGE="http://pyquante.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+IUSE=""
+DEPEND=""
+RDEPEND=""
+
+S="${WORKDIR}/${MY_P}"