summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2010-06-27 12:35:24 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2010-06-27 12:35:24 +0000
commit9861124fadfba076fc4c769508a4c9aea55a6f31 (patch)
treeec2bee699c6e5912f2fe5e8f20f55d86c1b00786 /sci-libs/starparse
parentppc stable #351591 (diff)
downloadgentoo-2-9861124fadfba076fc4c769508a4c9aea55a6f31.tar.gz
gentoo-2-9861124fadfba076fc4c769508a4c9aea55a6f31.tar.bz2
gentoo-2-9861124fadfba076fc4c769508a4c9aea55a6f31.zip
Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/starparse')
-rw-r--r--sci-libs/starparse/ChangeLog5
-rw-r--r--sci-libs/starparse/starparse-1.0.ebuild33
2 files changed, 4 insertions, 34 deletions
diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog
index 4ea5428a859a..f826aebe30c4 100644
--- a/sci-libs/starparse/ChangeLog
+++ b/sci-libs/starparse/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/starparse
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.4 2010/06/27 12:33:35 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/starparse/ChangeLog,v 1.5 2010/06/27 12:35:24 xarthisius Exp $
+
+ 27 Jun 2010; Kacper Kowalik <xarthisius@gentoo.org> -starparse-1.0.ebuild:
+ Remove old.
*starparse-1.0-r1 (27 Jun 2010)
diff --git a/sci-libs/starparse/starparse-1.0.ebuild b/sci-libs/starparse/starparse-1.0.ebuild
deleted file mode 100644
index 7fc8bba8afda..000000000000
--- a/sci-libs/starparse/starparse-1.0.ebuild
+++ /dev/null
@@ -1,33 +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/starparse/starparse-1.0.ebuild,v 1.1 2010/06/24 11:02:54 jlec Exp $
-
-EAPI="2"
-
-inherit autotools
-
-DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files"
-HOMEPAGE="http://burrow-owl.sourceforge.net/"
-#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-# Created from rev 19 @ http://oregonstate.edu/~benisong/software/projects/starparse/releases/1.0
-SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="guile"
-
-RDEPEND="guile? ( dev-scheme/guile )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable guile)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}