diff options
-rw-r--r-- | sci-libs/starparse/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/starparse/starparse-1.0.ebuild | 33 |
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" -} |