summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/pyquante/ChangeLog22
-rw-r--r--sci-mathematics/pyquante/Manifest4
-rw-r--r--sci-mathematics/pyquante/metadata.xml5
-rw-r--r--sci-mathematics/pyquante/pyquante-1.5.1.ebuild27
4 files changed, 0 insertions, 58 deletions
diff --git a/sci-mathematics/pyquante/ChangeLog b/sci-mathematics/pyquante/ChangeLog
deleted file mode 100644
index 2df4e3e69..000000000
--- a/sci-mathematics/pyquante/ChangeLog
+++ /dev/null
@@ -1,22 +0,0 @@
-# ChangeLog for sci-mathematics/pyquante
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 29 Apr 2011; Justin Lecher <jlec@gentoo.org> pyquante-1.5.1.ebuild:
- Corrected for multiple PyABI installation, added ~amd64
-
- 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
-
- 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
-
- 15 Aug 2006; David Grant (dgrant) <davidgrant@gmail.com>
- +PyQuante-1.5.0.ebuild, +metadata.xml:
- New ebuild for bug 144048
-
diff --git a/sci-mathematics/pyquante/Manifest b/sci-mathematics/pyquante/Manifest
deleted file mode 100644
index 342552a84..000000000
--- a/sci-mathematics/pyquante/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST PyQuante-1.5.1.tar.gz 247354 RMD160 457d7d520a7d45c151016e04629f93d86dd8d4aa SHA1 d8cdfb1d0e7f614255b7a0a54797f95598a670b0 SHA256 72f8c4d98ebebb8502c2fc2377a330e0fb3d4ec9e74872a2fe4e8ff6e1d81616
-EBUILD pyquante-1.5.1.ebuild 522 RMD160 81aa95a7e06042fff6956fc1acbc822adb249537 SHA1 c6b2bd054c62ea921b741e4da5c9ddbc6b4c5baa SHA256 185d740d362a286554e3e8741deaa1621362d5a815b5c2e3e53c3e768485a05b
-MISC ChangeLog 732 RMD160 a5e3e09cb542ce2ffece25820b0e45c25b616171 SHA1 3351a916e14a03d12f932e6b5d758b4faedf1502 SHA256 491d8826ee8d4ee881daa21c4f4f19f53961962afdc0e36cc09abcf4b0278b3b
-MISC metadata.xml 208 RMD160 c18611400760e42bdd001905be0a63c2e963bcea SHA1 595816105cac477cb85792a182e15888029118a1 SHA256 c4841c87f0c2b9b5e679a27dc72180be8d508fb3f5df0fbab2ec2c805c0a6d82
diff --git a/sci-mathematics/pyquante/metadata.xml b/sci-mathematics/pyquante/metadata.xml
deleted file mode 100644
index 31dc017fa..000000000
--- a/sci-mathematics/pyquante/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
-</pkgmetadata>
diff --git a/sci-mathematics/pyquante/pyquante-1.5.1.ebuild b/sci-mathematics/pyquante/pyquante-1.5.1.ebuild
deleted file mode 100644
index e929b47ac..000000000
--- a/sci-mathematics/pyquante/pyquante-1.5.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3.*"
-
-inherit distutils
-
-MY_PN="PyQuante"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="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="~amd64 ~x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${MY_PN}"