summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-12-02 08:20:57 +0000
committerJustin Lecher <jlec@gentoo.org>2010-12-02 08:20:57 +0000
commit1b7312da41188d34519b62b9458b242d1b954123 (patch)
treea92821b2bafcee03b76da03efb643c0869b27097 /sci-libs
parenttidy (diff)
downloadgentoo-2-1b7312da41188d34519b62b9458b242d1b954123.tar.gz
gentoo-2-1b7312da41188d34519b62b9458b242d1b954123.tar.bz2
gentoo-2-1b7312da41188d34519b62b9458b242d1b954123.zip
Removed odl versions
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/libghemical/ChangeLog6
-rw-r--r--sci-libs/libghemical/libghemical-2.10.ebuild39
-rw-r--r--sci-libs/libghemical/libghemical-2.96.ebuild41
-rw-r--r--sci-libs/libghemical/libghemical-2.98.ebuild42
4 files changed, 5 insertions, 123 deletions
diff --git a/sci-libs/libghemical/ChangeLog b/sci-libs/libghemical/ChangeLog
index c82b1bee2831..c29e4997b29f 100644
--- a/sci-libs/libghemical/ChangeLog
+++ b/sci-libs/libghemical/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/libghemical
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.23 2010/10/10 11:15:55 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/ChangeLog,v 1.24 2010/12/02 08:20:57 jlec Exp $
+
+ 02 Dec 2010; Justin Lecher <jlec@gentoo.org> -libghemical-2.10.ebuild,
+ -libghemical-2.96.ebuild, -libghemical-2.98.ebuild:
+ Removed odl versions
10 Oct 2010; Markos Chandras <hwoarang@gentoo.org>
libghemical-2.99.1.ebuild:
diff --git a/sci-libs/libghemical/libghemical-2.10.ebuild b/sci-libs/libghemical/libghemical-2.10.ebuild
deleted file mode 100644
index 575e8d804d68..000000000000
--- a/sci-libs/libghemical/libghemical-2.10.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.10.ebuild,v 1.3 2008/06/09 09:15:45 je_fro Exp $
-inherit autotools
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/"
-SRC_URI="http://www.bioinformatics.org/ghemical/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="mopac7 mpqc"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.15"
-RDEPEND="mopac7? ( sci-chemistry/mopac7 )
- mpqc? ( >=sci-chemistry/mpqc-2.3.1-r1
- virtual/blas
- virtual/lapack )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-gcc43.patch
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable mopac7) \
- $(use_enable mpqc) \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
-}
diff --git a/sci-libs/libghemical/libghemical-2.96.ebuild b/sci-libs/libghemical/libghemical-2.96.ebuild
deleted file mode 100644
index a56f7c80eb27..000000000000
--- a/sci-libs/libghemical/libghemical-2.96.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.96.ebuild,v 1.2 2008/07/13 21:04:08 je_fro Exp $
-
-inherit autotools
-
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/"
-SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="mopac7 mpqc"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.15"
-RDEPEND="mopac7? ( >=sci-chemistry/mopac7-1.13-r1 )
- mpqc? ( >=sci-chemistry/mpqc-2.3.1-r1
- virtual/blas
- virtual/lapack )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-gcc43.patch
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable mopac7) \
- $(use_enable mpqc) \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}
diff --git a/sci-libs/libghemical/libghemical-2.98.ebuild b/sci-libs/libghemical/libghemical-2.98.ebuild
deleted file mode 100644
index dbbf27901931..000000000000
--- a/sci-libs/libghemical/libghemical-2.98.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/libghemical/libghemical-2.98.ebuild,v 1.3 2010/06/18 17:54:50 jlec Exp $
-
-inherit autotools
-
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/"
-SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="mopac7 mpqc"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.15"
-RDEPEND="mopac7? ( >=sci-chemistry/mopac7-1.13-r1 )
- mpqc? ( >=sci-chemistry/mpqc-2.3.1-r1
- virtual/blas
- virtual/lapack )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-gcc43.patch
- epatch "${FILESDIR}"/${P}-gl.patch
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable mopac7) \
- $(use_enable mpqc) \
- || die "configure failed"
-
- emake || die "make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}