diff options
author | Andreas Hüttel <dilfridge@gentoo.org> | 2010-08-23 19:13:25 +0000 |
---|---|---|
committer | Andreas Hüttel <dilfridge@gentoo.org> | 2010-08-23 19:13:25 +0000 |
commit | fb3bd3aad7481ac320b06381e1cf6a08bad4ee29 (patch) | |
tree | 984957a1ae5c1fd4c00442bf5e3107d45590aeed /sci-biology | |
parent | [sci-biology/clover] Removed since the sci overlay has a newer ebuild. (diff) | |
download | sunrise-reviewed-fb3bd3aad7481ac320b06381e1cf6a08bad4ee29.tar.gz sunrise-reviewed-fb3bd3aad7481ac320b06381e1cf6a08bad4ee29.tar.bz2 sunrise-reviewed-fb3bd3aad7481ac320b06381e1cf6a08bad4ee29.zip |
[sci-biology/proda] Removed since the sci overlay has the same ebuild and it's more likely to be maintained there.
svn path=/sunrise/; revision=11206
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/proda/ChangeLog | 10 | ||||
-rw-r--r-- | sci-biology/proda/Manifest | 4 | ||||
-rw-r--r-- | sci-biology/proda/metadata.xml | 6 | ||||
-rw-r--r-- | sci-biology/proda/proda-1.0.ebuild | 32 |
4 files changed, 0 insertions, 52 deletions
diff --git a/sci-biology/proda/ChangeLog b/sci-biology/proda/ChangeLog deleted file mode 100644 index c573a9685..000000000 --- a/sci-biology/proda/ChangeLog +++ /dev/null @@ -1,10 +0,0 @@ -# ChangeLog for sci-biology/proda -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 22 Apr 2007; AK <gentoo@horizon.ath.cx> proda-1.0.ebuild: - correct license - - 22 Apr 2007; AK <gentoo@horizon.ath.cx> +proda-1.0.ebuild, +metadata.xml: - new package (bug 175524) - diff --git a/sci-biology/proda/Manifest b/sci-biology/proda/Manifest deleted file mode 100644 index a1b7825be..000000000 --- a/sci-biology/proda/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST proda_1_0.tar.gz 38868 RMD160 b024496c935cebb74d50479d8cdeacce820358b1 SHA1 44303e1639b5c52278758d23d149ef1c434593a4 SHA256 439a93bf35e1a29ac1d5dde51e61f2cb174618596afaaaaa27d33a8ea1868a08 -EBUILD proda-1.0.ebuild 703 RMD160 bf217db260e049ced4612a36802b8f31d62a6807 SHA1 987cd2e888f469d33eda8914233a62f6038a4d15 SHA256 459b4ca3c04c1175cb9f38aedd0b53832017b1a42b3a5d2bfeebcc341f2c1c39 -MISC ChangeLog 301 RMD160 f76966307f39a1fbf16dc258162c880341eef137 SHA1 311a7a0a0843af9387f71b11f9d39bb2f72100f3 SHA256 52dca111a942d1ff277fe0f5b847f8d0621f4f0f9bfbe8c2e4c3d57078a6b96a -MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f diff --git a/sci-biology/proda/metadata.xml b/sci-biology/proda/metadata.xml deleted file mode 100644 index e6233b5dc..000000000 --- a/sci-biology/proda/metadata.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> -</pkgmetadata> diff --git a/sci-biology/proda/proda-1.0.ebuild b/sci-biology/proda/proda-1.0.ebuild deleted file mode 100644 index 455d7eebd..000000000 --- a/sci-biology/proda/proda-1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit versionator - -MY_PV=$(replace_all_version_separators '_') - -DESCRIPTION="Multiple alignment of protein sequences with repeated and shuffled elements" -HOMEPAGE="http://proda.stanford.edu/" -SRC_URI="http://proda.stanford.edu/${PN}_${MY_PV}.tar.gz" - -LICENSE="public-domain" -SLOT="0" -IUSE="" -KEYWORDS="~x86" - -DEPEND="" -RDEPEND="" - -S="${WORKDIR}/${PN}" - -src_unpack() { - unpack ${A} - sed -i -e 's/^\(CXXFLAGS =\)/#\1/' \ - -e 's/#CXXFLAGS = \(-O3.*$(OTHERFLAGS) -funroll-loops\)/CXXFLAGS := ${CXXFLAGS} \1/' \ - "${S}/Makefile" || die "sed failed" -} - -src_install() { - dobin proda -} |