diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2006-01-21 18:11:39 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2006-01-21 18:11:39 +0000 |
commit | 73e64f5017a7285cafa45f94040bc83a1d77f10f (patch) | |
tree | 78ba60b7e189318e052df4aa826730c08ae61ffb /sci-biology/readseq | |
parent | added to ~ppc, bug #119099 (diff) | |
download | historical-73e64f5017a7285cafa45f94040bc83a1d77f10f.tar.gz historical-73e64f5017a7285cafa45f94040bc83a1d77f10f.tar.bz2 historical-73e64f5017a7285cafa45f94040bc83a1d77f10f.zip |
Ebuild clean-up
Package-Manager: portage-2.0.53
Diffstat (limited to 'sci-biology/readseq')
-rw-r--r-- | sci-biology/readseq/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/readseq/readseq-19930201.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-biology/readseq/ChangeLog b/sci-biology/readseq/ChangeLog index e74485fcaa76..56069d7b446b 100644 --- a/sci-biology/readseq/ChangeLog +++ b/sci-biology/readseq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/readseq -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/ChangeLog,v 1.3 2005/11/10 19:35:41 dang Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/ChangeLog,v 1.4 2006/01/21 18:09:40 ribosome Exp $ + + 21 Jan 2006; Olivier Fisette <ribosome@gentoo.org> + readseq-19930201.ebuild: + Ebuild clean-up. 10 Nov 2005; <dang@gentoo.org> readseq-19930201.ebuild: Marked ~amd64 diff --git a/sci-biology/readseq/readseq-19930201.ebuild b/sci-biology/readseq/readseq-19930201.ebuild index 052e35cecf83..89f848ebf338 100644 --- a/sci-biology/readseq/readseq-19930201.ebuild +++ b/sci-biology/readseq/readseq-19930201.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/readseq-19930201.ebuild,v 1.2 2005/11/10 19:35:41 dang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/readseq/readseq-19930201.ebuild,v 1.3 2006/01/21 18:09:40 ribosome Exp $ DESCRIPTION="Reads and writes nucleic/protein sequences in various formats." SRC_URI="mirror://debian/pool/main/r/readseq/readseq_1.orig.tar.gz" @@ -18,6 +18,6 @@ src_compile() { } src_install() { - dobin readseq - dodoc Readme Readseq.help + dobin readseq || die + dodoc Readme Readseq.help || die } |