diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-31 18:41:42 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-31 18:41:42 +0000 |
commit | 1d55ec420dec9716d76d2dd25f6b6dfff3fb2b51 (patch) | |
tree | 5641fc12146987ac27f82785c5b74becb2aa5ba9 /sci-biology/augustus | |
parent | Stable for amd64, wrt bug #453524 (diff) | |
download | gentoo-2-1d55ec420dec9716d76d2dd25f6b6dfff3fb2b51.tar.gz gentoo-2-1d55ec420dec9716d76d2dd25f6b6dfff3fb2b51.tar.bz2 gentoo-2-1d55ec420dec9716d76d2dd25f6b6dfff3fb2b51.zip |
Stable for amd64, wrt bug #454842
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-biology/augustus')
-rw-r--r-- | sci-biology/augustus/ChangeLog | 8 | ||||
-rw-r--r-- | sci-biology/augustus/augustus-2.5.5.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sci-biology/augustus/ChangeLog b/sci-biology/augustus/ChangeLog index 6be9176fcc61..9ed63e6d84d5 100644 --- a/sci-biology/augustus/ChangeLog +++ b/sci-biology/augustus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/augustus -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/augustus/ChangeLog,v 1.15 2011/06/23 14:58:14 jlec Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/augustus/ChangeLog,v 1.16 2013/01/31 18:41:42 ago Exp $ + + 31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> augustus-2.5.5.ebuild: + Stable for amd64, wrt bug #454842 *augustus-2.5.5 (23 Jun 2011) @@ -63,4 +66,3 @@ +files/augustus-2.0.3-cflags.patch, +files/augustus-2.0.3-gcc4.3.patch, +metadata.xml, +augustus-2.0.3.ebuild: Initial commit, ebuild written by me - diff --git a/sci-biology/augustus/augustus-2.5.5.ebuild b/sci-biology/augustus/augustus-2.5.5.ebuild index 3bbf25951425..0cab3803abec 100644 --- a/sci-biology/augustus/augustus-2.5.5.ebuild +++ b/sci-biology/augustus/augustus-2.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/augustus/augustus-2.5.5.ebuild,v 1.1 2011/06/23 14:58:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/augustus/augustus-2.5.5.ebuild,v 1.2 2013/01/31 18:41:42 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://augustus.gobics.de/binaries/${PN}.${PV}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="examples" S="${WORKDIR}/${PN}.${PV}" |