summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/pyquante/ChangeLog3
-rw-r--r--sci-mathematics/pyquante/Manifest4
-rw-r--r--sci-mathematics/pyquante/pyquante-1.5.0.ebuild22
3 files changed, 4 insertions, 25 deletions
diff --git a/sci-mathematics/pyquante/ChangeLog b/sci-mathematics/pyquante/ChangeLog
index 58eb53bf3..d2ce65cb3 100644
--- a/sci-mathematics/pyquante/ChangeLog
+++ b/sci-mathematics/pyquante/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 03 Apr 2007; Markus Ullmann <jokey@gentoo.org> -pyquante-1.5.0.ebuild:
+ Drop old
+
12 Mar 2007; David Grant (dgrant) <davidgrant@gmail.com>
+pyquante-1.5.1.ebuild:
version bump
diff --git a/sci-mathematics/pyquante/Manifest b/sci-mathematics/pyquante/Manifest
index 2ca34ce1b..f2cc604ff 100644
--- a/sci-mathematics/pyquante/Manifest
+++ b/sci-mathematics/pyquante/Manifest
@@ -1,6 +1,4 @@
-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
EBUILD pyquante-1.5.1.ebuild 433 RMD160 f598dec012efe39da82426eeae897ae3d9d3447e SHA1 e82a9c78450ef3d0854f4791a42252bc965eb61f SHA256 0b175710cd572b5d62b8ac73a5da9cb3d54aeca3b533a5dbea84793f56df5428
-MISC ChangeLog 518 RMD160 4ba20f2fa7fbc7341cbcd0c4678bc85d46ce5238 SHA1 cd752d2910a20034c709a5eb66bb11e6ef9edaab SHA256 d35d650b42eeb7ac4f8be9f773e7797e5d819c92446f9eb074fc8f715f9cc6a4
+MISC ChangeLog 603 RMD160 b596b1f62e224389cccb53a88744b6f86fa51fbb SHA1 9c66e9266eedd3745f3e81427d96c7efda6910fd SHA256 18822ad6d22acd9338991cd70a33a983cbc950a146d46ef9d3bc13d3837e97c5
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/sci-mathematics/pyquante/pyquante-1.5.0.ebuild b/sci-mathematics/pyquante/pyquante-1.5.0.ebuild
deleted file mode 100644
index 3266e45e2..000000000
--- a/sci-mathematics/pyquante/pyquante-1.5.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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}"