diff options
author | Olivier Fisette <ribosome@gentoo.org> | 2004-11-01 02:56:24 +0000 |
---|---|---|
committer | Olivier Fisette <ribosome@gentoo.org> | 2004-11-01 02:56:24 +0000 |
commit | 1c80b2aa555eca4b02a3d51a32e4531b9ef8a8dc (patch) | |
tree | 494de52ddbdf9c81721bf8f8cf7277ac4cfb151d /app-sci/readseq | |
parent | Added to x86. (diff) | |
download | historical-1c80b2aa555eca4b02a3d51a32e4531b9ef8a8dc.tar.gz historical-1c80b2aa555eca4b02a3d51a32e4531b9ef8a8dc.tar.bz2 historical-1c80b2aa555eca4b02a3d51a32e4531b9ef8a8dc.zip |
Added to x86.
Diffstat (limited to 'app-sci/readseq')
-rw-r--r-- | app-sci/readseq/ChangeLog | 5 | ||||
-rw-r--r-- | app-sci/readseq/readseq-19930201.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/app-sci/readseq/ChangeLog b/app-sci/readseq/ChangeLog index b94c51d84938..561c3b1799a9 100644 --- a/app-sci/readseq/ChangeLog +++ b/app-sci/readseq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-sci/readseq # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/readseq/ChangeLog,v 1.3 2004/08/09 21:10:43 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/readseq/ChangeLog,v 1.4 2004/11/01 02:53:10 ribosome Exp $ + + 31 Oct 2004; Olivier Fisette <ribosome@gentoo.org> readseq-19930201.ebuild: + Added to x86. Fixed bug with SRC_URI. 09 Aug 2004; Olivier Fisette <ribosome@gentoo.org> readseq-19930201.ebuild: Use "mirror://debian/" syntax. diff --git a/app-sci/readseq/readseq-19930201.ebuild b/app-sci/readseq/readseq-19930201.ebuild index 21d0a0a8a52e..bd10f9cf0032 100644 --- a/app-sci/readseq/readseq-19930201.ebuild +++ b/app-sci/readseq/readseq-19930201.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/readseq/readseq-19930201.ebuild,v 1.4 2004/08/09 21:10:43 ribosome Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/readseq/readseq-19930201.ebuild,v 1.5 2004/11/01 02:53:10 ribosome Exp $ DESCRIPTION="Reads and writes nucleic/protein sequences in various formats." -SRC_URI="mirror://debian/pool/main/r/readseq/readseq_11.orig.tar.gz" +SRC_URI="mirror://debian/pool/main/r/readseq/readseq_1.orig.tar.gz" HOMEPAGE="http://iubio.bio.indiana.edu/soft/molbio/readseq/" LICENSE="public-domain" -KEYWORDS="~x86" +KEYWORDS="x86" SLOT="0" IUSE="" |