diff options
author | Justin Lecher (jlec) <jlec@j-schmitz.net> | 2009-07-31 21:12:04 +0200 |
---|---|---|
committer | Justin Lecher (jlec) <jlec@j-schmitz.net> | 2009-07-31 21:12:04 +0200 |
commit | 8bd00fc9dbf0fbcfedfacb7edb1e23c4c23f7a06 (patch) | |
tree | ac6c11cd15fbda1d139053867d90881577adebd1 | |
parent | netcdf removed and bug 279817 filed (diff) | |
download | sci-8bd00fc9dbf0fbcfedfacb7edb1e23c4c23f7a06.tar.gz sci-8bd00fc9dbf0fbcfedfacb7edb1e23c4c23f7a06.tar.bz2 sci-8bd00fc9dbf0fbcfedfacb7edb1e23c4c23f7a06.zip |
starparse Manifest fix and tree version removed
-rw-r--r-- | sci-libs/starparse/ChangeLog | 13 | ||||
-rw-r--r-- | sci-libs/starparse/Manifest | 4 | ||||
-rw-r--r-- | sci-libs/starparse/metadata.xml | 8 | ||||
-rw-r--r-- | sci-libs/starparse/starparse-9999.ebuild | 27 | ||||
-rw-r--r-- | sci-libs/starparse/starparse-9999_pre10.ebuild | 33 |
5 files changed, 85 insertions, 0 deletions
diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog new file mode 100644 index 000000000..148b0b2bf --- /dev/null +++ b/sci-libs/starparse/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for sci-libs/starparse +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*starparse-9999 (31 Jul 2009) +*starparse-9999_pre10 (31 Jul 2009) + + 31 Jul 2009; Justin Lecher (jlec) <jlec@j-schmitz.net> + +starparse-9999_pre10.ebuild, +starparse-9999.ebuild, + +metadata.xml: + sci-libs/starparse moved from dberkholz overlay to sci + bzr.eclass changes fixed + diff --git a/sci-libs/starparse/Manifest b/sci-libs/starparse/Manifest new file mode 100644 index 000000000..2766f4af7 --- /dev/null +++ b/sci-libs/starparse/Manifest @@ -0,0 +1,4 @@ +EBUILD starparse-9999.ebuild 695 RMD160 ce0c4e203ae1c6cce9cfd3fe1b01427ba825df7c SHA1 bd9c673c9a96156cd3e7b24ef3b341ae6bbf2402 SHA256 9cd8f0c95418b5765b734ea537c6134c609efebe805a0fdbd88761836ec2e1a3 +EBUILD starparse-9999_pre10.ebuild 757 RMD160 e0fda4ee7a1d5b5e6874f9ecee8d04bfb97d5046 SHA1 2e4868259d64d165d839d8fef782e402d2348279 SHA256 a77dc9a4f35e66d8c7ab7fdca43a882e3e3e876c4e667dccf62691690956d0ec +MISC ChangeLog 402 RMD160 25147fd28b93e13559de419338392d41e5eda1b1 SHA1 950d99c7666d33b4e19f402f6291764224685dc6 SHA256 81210d617cabc6bd3c893cbadb4e8274d1e4a23b0321cbb6c3015f1aa6c867b8 +MISC metadata.xml 215 RMD160 bc9c07aa91f2f175542244e4e4522a73558210a1 SHA1 facb283386de1c0b6b938cdcd4dde04d1694298b SHA256 13f32353652adbd3d934d41381cfc2cacc9e1127c508cebc73806cc1026ee80c diff --git a/sci-libs/starparse/metadata.xml b/sci-libs/starparse/metadata.xml new file mode 100644 index 000000000..efb490d78 --- /dev/null +++ b/sci-libs/starparse/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>sci</herd> +<maintainer> + <email>sci@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/sci-libs/starparse/starparse-9999.ebuild b/sci-libs/starparse/starparse-9999.ebuild new file mode 100644 index 000000000..4b754097e --- /dev/null +++ b/sci-libs/starparse/starparse-9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EBZR_REPO_URI="http://oregonstate.edu/~benisong/software/projects/starparse/head" +EBZR_BOOTSTRAP="eautoreconf" + +inherit autotools bzr + +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.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="guile" +RDEPEND="guile? ( dev-scheme/guile )" +DEPEND="${RDEPEND}" + +src_compile() { + econf $(use_enable guile) || die + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} diff --git a/sci-libs/starparse/starparse-9999_pre10.ebuild b/sci-libs/starparse/starparse-9999_pre10.ebuild new file mode 100644 index 000000000..1e6c830b1 --- /dev/null +++ b/sci-libs/starparse/starparse-9999_pre10.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +if [[ ${PV} = 9999* ]]; then + EBZR_REPO_URI="http://oregonstate.edu/~benisong/software/projects/starparse/releases/1.0" + EBZR_BOOTSTRAP="eautoreconf" + BZR="bzr" +else + SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +fi + +inherit autotools ${BZR} + +DESCRIPTION="Library for parsing NMR star files (peak-list format) and CIF files" +HOMEPAGE="http://burrow-owl.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="guile" + +RDEPEND="guile? ( dev-scheme/guile )" +DEPEND="${RDEPEND}" + +src_compile() { + econf $(use_enable guile) || die + emake || die +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |