aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorje_fro <je_fro@gentoo.org>2011-01-30 14:57:54 -0600
committerje_fro <je_fro@gentoo.org>2011-01-30 14:57:54 -0600
commit7deaa3a209a5f604ad9eb309c718cb0e8fc593d3 (patch)
treeaeeafad7c1766221d316f0004e854ef0fcd445fe /sci-biology/rnaplex
parent[sys-block/tgt] Moved to tree (diff)
downloadsci-7deaa3a209a5f604ad9eb309c718cb0e8fc593d3.tar.gz
sci-7deaa3a209a5f604ad9eb309c718cb0e8fc593d3.tar.bz2
sci-7deaa3a209a5f604ad9eb309c718cb0e8fc593d3.zip
Fix up ebuild per bug #344721. Thanks to Joel Berendzen.
(Portage version: 2.1.9.35/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-biology/rnaplex')
-rw-r--r--sci-biology/rnaplex/Manifest4
-rw-r--r--sci-biology/rnaplex/rnaplex-0.2.ebuild (renamed from sci-biology/rnaplex/rnaplex-1.0.0.ebuild)9
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/rnaplex/Manifest b/sci-biology/rnaplex/Manifest
index 207862ef1..4afec1f41 100644
--- a/sci-biology/rnaplex/Manifest
+++ b/sci-biology/rnaplex/Manifest
@@ -1,4 +1,4 @@
-DIST rnaplex-1.0.0.tar.gz 218553 RMD160 1700b530a8091757c0c964d3530530248e18a178 SHA1 0c7581af356f339e107c592b547c02701329b64d SHA256 2670e687c8e4d2b91ac10b4a5efffa78d4bf485336c873dcb00faec52f13e2a7
-EBUILD rnaplex-1.0.0.ebuild 524 RMD160 96816d442ecb5c9094bb4c708f496eeadefe4beb SHA1 47197ac94903f15329dc4daaae28e6701d220b83 SHA256 a879495b835a3c53e7d5832abe745f1b1920bcbc02e3f35f28197197a60915f5
+DIST RNAplex-0.2.tar.gz 581128 RMD160 870778a0d645978110230704a1ead5dd2f787bfb SHA1 91322eec529242655715035a0bdbbad6b54e23ff SHA256 7907873009c8fc03b1918400bb82122774bc5df2602adc1426c5686a0b3f37de
+EBUILD rnaplex-0.2.ebuild 480 RMD160 229d3f5b4f6b91d3ef7bfee036c44ea77bbc0e21 SHA1 8b31cd580fcb57ca4835ea5733cf2ed3e4142978 SHA256 9ea39ac91a807649ec3329c2a6421ef00795920df8385134d937b4f0ddc06056
MISC ChangeLog 218 RMD160 7b52a1e36ad9c15c9afe3ef388da8e92c24f26e0 SHA1 29a63a899be98fdcd039f8553a549d32786652f9 SHA256 9d81b4f59981dc73faad5dd4479436dbe3325d8af0b27debe358326450e9e2d7
MISC metadata.xml 259 RMD160 d9d81b67d635fabd81aef8ae0edf971211ae9072 SHA1 8e32f751c67ff891fa35405a2cf6fb33752d6eb1 SHA256 541c3fbcf299d9a8ccf4132ee61f9e53a5d737cefdaa6fdc77764d8d4c7f3110
diff --git a/sci-biology/rnaplex/rnaplex-1.0.0.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index 67d750b7c..4678a95b5 100644
--- a/sci-biology/rnaplex/rnaplex-1.0.0.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-biology/amos/amos-2.0.8.ebuild,v 1.2 2009/03/15 17:58:50 maekke Exp $
+# $Header: $
EAPI=2
+MY_P=RNAplex-${PV}
+
DESCRIPTION="RNA-RNA interaction search"
HOMEPAGE="http://www.tbi.univie.ac.at/~htafer/"
-SRC_URI="http://www.tbi.univie.ac.at/~htafer/${P}.tar.gz"
+SRC_URI="http://www.tbi.univie.ac.at/~htafer/RNAplex/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -15,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
DEPEND=""
RDEPEND=""
+S=${WORKDIR}/${MY_P}
src_install() {
emake DESTDIR="${D}" install || die "install failed"