public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/rnaplex/
@ 2015-01-11  9:09 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-01-11  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     49de1484da2ae49b3b7e2b218c6ea55214defaa6
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 17:51:26 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 17:51:26 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=49de1484

sci-biology/rnaplex: Fixes according to jlec's advices

---
 sci-biology/rnaplex/ChangeLog          | 2 +-
 sci-biology/rnaplex/rnaplex-0.2.ebuild | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/sci-biology/rnaplex/ChangeLog b/sci-biology/rnaplex/ChangeLog
index 240e682..dbdac52 100644
--- a/sci-biology/rnaplex/ChangeLog
+++ b/sci-biology/rnaplex/ChangeLog
@@ -4,7 +4,7 @@
 
   10 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
   rnaplex-0.2.ebuild:
-  Move to EAPI=5; Update homepage and SRC_URI.
+  Move to EAPI=5; Update homepage and SRC_URI; Cleanup.
 
   29 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
   New package, ebuild written by me

diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index 1ac1499..d9e693b 100644
--- a/sci-biology/rnaplex/rnaplex-0.2.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -8,17 +8,11 @@ MY_P=RNAplex-${PV}
 
 DESCRIPTION="RNA-RNA interaction search"
 HOMEPAGE="http://www.bioinf.uni-leipzig.de/Software/RNAplex/"
-SRC_URI="http://www.bioinf.uni-leipzig.de/Software/RNAplex/RNAplex-0.2.tar.gz"
+SRC_URI="http://www.bioinf.uni-leipzig.de/Software/RNAplex/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
 IUSE=""
 KEYWORDS="~amd64 ~x86"
 
-DEPEND=""
-RDEPEND="${DEPEND}"
 S=${WORKDIR}/${MY_P}
-
-src_install() {
-	emake DESTDIR="${D}" install
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/rnaplex/
@ 2015-01-11  9:09 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-01-11  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     db7ca5d3a8f045d5dc8d92ebee03981130d0b3ea
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 15:57:01 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 15:57:01 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=db7ca5d3

Drop unnecessary die

---
 sci-biology/rnaplex/rnaplex-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index 8aa1b7e..1ac1499 100644
--- a/sci-biology/rnaplex/rnaplex-0.2.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -20,5 +20,5 @@ RDEPEND="${DEPEND}"
 S=${WORKDIR}/${MY_P}
 
 src_install() {
-	emake DESTDIR="${D}" install || die "install failed"
+	emake DESTDIR="${D}" install
 }


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/sci:master commit in: sci-biology/rnaplex/
@ 2015-01-11  9:09 Justin Lecher
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher @ 2015-01-11  9:09 UTC (permalink / raw
  To: gentoo-commits

commit:     564be65c08d2b9079ea9e13a9a91ab7c1381624c
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 15:54:49 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jan 10 15:54:49 2015 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=564be65c

ci-biology/rnaplex: Move to EAPI=5; Update homepage and SRC_URI.

---
 sci-biology/rnaplex/ChangeLog          |  6 +++++-
 sci-biology/rnaplex/rnaplex-0.2.ebuild | 10 +++++-----
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/sci-biology/rnaplex/ChangeLog b/sci-biology/rnaplex/ChangeLog
index a960c4f..240e682 100644
--- a/sci-biology/rnaplex/ChangeLog
+++ b/sci-biology/rnaplex/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sci-biology/rnaplex
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  10 Jan 2015; Marius Brehler <marbre@linux.sungazer.de>
+  rnaplex-0.2.ebuild:
+  Move to EAPI=5; Update homepage and SRC_URI.
+
   29 Apr 2009; Andrey Kislyuk <weaver@gentoo.org> ChangeLog:
   New package, ebuild written by me
 

diff --git a/sci-biology/rnaplex/rnaplex-0.2.ebuild b/sci-biology/rnaplex/rnaplex-0.2.ebuild
index f2a9199..8aa1b7e 100644
--- a/sci-biology/rnaplex/rnaplex-0.2.ebuild
+++ b/sci-biology/rnaplex/rnaplex-0.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=5
 
 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/RNAplex/${MY_P}.tar.gz"
+HOMEPAGE="http://www.bioinf.uni-leipzig.de/Software/RNAplex/"
+SRC_URI="http://www.bioinf.uni-leipzig.de/Software/RNAplex/RNAplex-0.2.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -16,7 +16,7 @@ IUSE=""
 KEYWORDS="~amd64 ~x86"
 
 DEPEND=""
-RDEPEND=""
+RDEPEND="${DEPEND}"
 S=${WORKDIR}/${MY_P}
 
 src_install() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-11  9:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-11  9:09 [gentoo-commits] proj/sci:master commit in: sci-biology/rnaplex/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2015-01-11  9:09 Justin Lecher
2015-01-11  9:09 Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox