public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/amos-short/
@ 2015-04-03 17:53 Guillaume Horel
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Horel @ 2015-04-03 17:53 UTC (permalink / raw
  To: gentoo-commits

commit:     5da7381c816cbacb5aef50144bf678cf6cf0ba25
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Fri Apr  3 10:58:27 2015 +0000
Commit:     Guillaume Horel <guillaume.horel <AT> gmail <DOT> com>
CommitDate: Fri Apr  3 10:58:27 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5da7381c

sci-biology/amos-short: Bump to EAPI=5, but drop KEYWORDS as SRC is unavailable

Package-Manager: portage-2.2.14

 sci-biology/amos-short/ChangeLog               |  8 ++++++++
 sci-biology/amos-short/amos-short-0.9.3.ebuild | 14 ++++++--------
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/sci-biology/amos-short/ChangeLog b/sci-biology/amos-short/ChangeLog
new file mode 100644
index 0000000..5a2a78f
--- /dev/null
+++ b/sci-biology/amos-short/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/amos-short
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de>
+  amos-short-0.9.3.ebuild:
+  Bump to EAPI=5, but drop KEYWORDS as SRC is
+  unavailable

diff --git a/sci-biology/amos-short/amos-short-0.9.3.ebuild b/sci-biology/amos-short/amos-short-0.9.3.ebuild
index 3dcfac9..ad261eb 100644
--- a/sci-biology/amos-short/amos-short-0.9.3.ebuild
+++ b/sci-biology/amos-short/amos-short-0.9.3.ebuild
@@ -1,20 +1,18 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="3"
+EAPI=5
 
 inherit eutils
 
 DESCRIPTION="A Modular, Open-Source whole genome assembler with defaults for short reads"
 HOMEPAGE="http://amos.sourceforge.net/"
-SRC_URI="http://sourceforge.net/projects/amos/files/short_read_assembly/0.9.3/AMOS-short.tgz"
-#SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+SRC_URI="http://sourceforge.net/projects/amos/files/short_read_assembly/${PV}/AMOS-short.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE=""
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 
 DEPEND=""
 RDEPEND="${DEPEND}"
@@ -26,9 +24,9 @@ src_prepare() {
 }
 
 src_compile() {
-	emake -j1 || die "emake failed"
+	emake -j1
 }
 
 src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
+	emake DESTDIR="${D}" install
 }


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

* [gentoo-commits] proj/sci:master commit in: sci-biology/amos-short/
@ 2015-09-06 21:15 Martin Mokrejs
  0 siblings, 0 replies; 2+ messages in thread
From: Martin Mokrejs @ 2015-09-06 21:15 UTC (permalink / raw
  To: gentoo-commits

commit:     d2343a3e1cd09d0820e9a21838649c6acff7ee8a
Author:     Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
AuthorDate: Sun Sep  6 21:14:34 2015 +0000
Commit:     Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
CommitDate: Sun Sep  6 21:14:34 2015 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=d2343a3e

sci-biology/amos-short: simplify package description; fix 'Malformed CVS Header on line: 3'

Package-Manager: portage-2.2.18

 sci-biology/amos-short/ChangeLog               | 4 ++++
 sci-biology/amos-short/amos-short-0.9.3.ebuild | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sci-biology/amos-short/ChangeLog b/sci-biology/amos-short/ChangeLog
index 114a047..9d643a4 100644
--- a/sci-biology/amos-short/ChangeLog
+++ b/sci-biology/amos-short/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+  06 Sep 2015; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
+  amos-short-0.9.3.ebuild:
+  sci-biology/amos-short: simplify package description
+
   03 Apr 2015; Marius Brehler <marbre@linux.sungazer.de>
   amos-short-0.9.3.ebuild:
   Bump to EAPI=5, but drop KEYWORDS as SRC is

diff --git a/sci-biology/amos-short/amos-short-0.9.3.ebuild b/sci-biology/amos-short/amos-short-0.9.3.ebuild
index f56ee2b..2493899 100644
--- a/sci-biology/amos-short/amos-short-0.9.3.ebuild
+++ b/sci-biology/amos-short/amos-short-0.9.3.ebuild
@@ -1,12 +1,12 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
+# $Header: $
 
 EAPI=5
 
 inherit eutils
 
-DESCRIPTION="A Modular, Open-Source whole genome assembler with defaults for short reads"
+DESCRIPTION="Whole genome assembler with defaults for short reads"
 HOMEPAGE="http://amos.sourceforge.net/"
 SRC_URI="http://sourceforge.net/projects/amos/files/short_read_assembly/${PV}/AMOS-short.tgz"
 


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

end of thread, other threads:[~2015-09-06 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-03 17:53 [gentoo-commits] proj/sci:master commit in: sci-biology/amos-short/ Guillaume Horel
  -- strict thread matches above, loose matches on Subject: below --
2015-09-06 21:15 Martin Mokrejs

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