public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-biology/sff_dump/
@ 2011-06-25 17:21 Justin Lecher
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher @ 2011-06-25 17:21 UTC (permalink / raw
  To: gentoo-commits

commit:     64369ae648872150342c629dc61fdf9463b4d961
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 24 17:48:44 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 24 17:48:44 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=64369ae6

Some ebuild cleaning

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sci-biology/sff_dump/ChangeLog            |    7 +++++++
 sci-biology/sff_dump/sff_dump-1.04.ebuild |   26 ++++++++++++++------------
 2 files changed, 21 insertions(+), 12 deletions(-)

diff --git a/sci-biology/sff_dump/ChangeLog b/sci-biology/sff_dump/ChangeLog
new file mode 100644
index 0000000..a9d53a3
--- /dev/null
+++ b/sci-biology/sff_dump/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for sci-biology/sff_dump
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  24 Jun 2011; Justin Lecher <jlec@gentoo.org> sff_dump-1.04.ebuild:
+  Some ebuild cleaning
+

diff --git a/sci-biology/sff_dump/sff_dump-1.04.ebuild b/sci-biology/sff_dump/sff_dump-1.04.ebuild
index 136e727..b094276 100644
--- a/sci-biology/sff_dump/sff_dump-1.04.ebuild
+++ b/sci-biology/sff_dump/sff_dump-1.04.ebuild
@@ -1,28 +1,30 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=3
+EAPI=4
 
-DESCRIPTION="Convert Roche SFF files to FASTA file format (alternative to sffdump from Roche and sff_extract from mira)"
+inherit toolchain-funcs
+
+DESCRIPTION="Convert Roche SFF files to FASTA file format"
 HOMEPAGE="http://genome.imb-jena.de/software/roche454ace2caf"
-SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/sff_dump-1.04.tgz"
+SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/${P}.tgz"
 
 LICENSE="FLI-Jena"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-DEPEND=""
-RDEPEND="${DEPEND}"
-
 src_prepare(){
-	sed -i 's:^CC :#CC :' Makefile
-	sed -i 's:^LD :#LD :' Makefile
-	sed -i 's:^CFLAGS.*:CFLAGS+= -D__LINUX__ -Wcast-align:' Makefile
-	sed -i 's:^LDFLAGS=:#LDFLAGS=:' Makefile
+	sed \
+		-e 's:^CC :#CC :' \
+		-e 's:^LD :#LD :' \
+		-e 's:^CFLAGS.*:CFLAGS+= -D__LINUX__ -Wcast-align:' \
+		-e 's:^LDFLAGS=:#LDFLAGS=:' \
+		-i Makefile || die
+	tc-export CC LD
 }
 
 src_install(){
-	dobin sff_dump || die
+	dobin sff_dump
 }



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

* [gentoo-commits] proj/sci:master commit in: sci-biology/sff_dump/
@ 2021-03-06 14:25 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-06 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     b6f38786ebf672f55dbb0e342f6098fffeb179f2
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sat Mar  6 14:06:32 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sat Mar  6 14:06:32 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=b6f38786

sci-biology/sff_dump: EAPI bump

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 sci-biology/sff_dump/sff_dump-1.04.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sci-biology/sff_dump/sff_dump-1.04.ebuild b/sci-biology/sff_dump/sff_dump-1.04.ebuild
index 8ae736155..3f434a1ea 100644
--- a/sci-biology/sff_dump/sff_dump-1.04.ebuild
+++ b/sci-biology/sff_dump/sff_dump-1.04.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit toolchain-funcs
 
@@ -12,9 +12,9 @@ SRC_URI="http://genome.imb-jena.de/software/roche454ace2caf/download/src/${P}.tg
 LICENSE="FLI-Jena"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
 src_prepare(){
+	default
 	sed \
 		-e 's:^CC :#CC :' \
 		-e 's:^LD :#LD :' \


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

end of thread, other threads:[~2021-03-06 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-06 14:25 [gentoo-commits] proj/sci:master commit in: sci-biology/sff_dump/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2011-06-25 17:21 Justin Lecher

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