diff options
author | Jeffrey Gardner <je_fro@gentoo.org> | 2012-04-25 08:38:13 +0000 |
---|---|---|
committer | Jeffrey Gardner <je_fro@gentoo.org> | 2012-04-25 08:38:13 +0000 |
commit | 8a1661837ae05a9ff79e7e269db2cb5b92cac3b6 (patch) | |
tree | 0ca4d970b3a33d837cd7b09e8a0f2c524fdc4450 /sci-biology/ApE | |
parent | marked x86 per bug 393461 (diff) | |
download | gentoo-2-8a1661837ae05a9ff79e7e269db2cb5b92cac3b6.tar.gz gentoo-2-8a1661837ae05a9ff79e7e269db2cb5b92cac3b6.tar.bz2 gentoo-2-8a1661837ae05a9ff79e7e269db2cb5b92cac3b6.zip |
Fix SRC_URI thanks to Horea Christian in bug #405367.
(Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/ApE')
-rw-r--r-- | sci-biology/ApE/ApE-2.0.7.ebuild | 6 | ||||
-rw-r--r-- | sci-biology/ApE/ChangeLog | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-biology/ApE/ApE-2.0.7.ebuild b/sci-biology/ApE/ApE-2.0.7.ebuild index c5a8d4d47fb9..292c8c4ba426 100644 --- a/sci-biology/ApE/ApE-2.0.7.ebuild +++ b/sci-biology/ApE/ApE-2.0.7.ebuild @@ -1,13 +1,13 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ApE-2.0.7.ebuild,v 1.1 2011/06/15 16:11:04 je_fro Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ApE-2.0.7.ebuild,v 1.2 2012/04/25 08:38:13 je_fro Exp $ EAPI=2 inherit eutils DESCRIPTION="ApE - A Plasmid Editor" HOMEPAGE="http://www.biology.utah.edu/jorgensen/wayned/ape/" -SRC_URI="http://www.biology.utah.edu/jorgensen/wayned/ape/Download/ApE_linux_current.zip -> ${P}.zip" +SRC_URI="http://www.biology.utah.edu/jorgensen/wayned/ape/Download/Linux/ApE_linux_current.zip -> ${P}.zip" LICENSE="ApE" RESTRICT="mirror" diff --git a/sci-biology/ApE/ChangeLog b/sci-biology/ApE/ChangeLog index 646dcc965558..ba74620196fb 100644 --- a/sci-biology/ApE/ChangeLog +++ b/sci-biology/ApE/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-biology/ApE -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ChangeLog,v 1.7 2011/06/15 16:11:04 je_fro Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-biology/ApE/ChangeLog,v 1.8 2012/04/25 08:38:13 je_fro Exp $ + + 25 Apr 2012; Jeff Gardner <je_fro@gentoo.org> ApE-2.0.7.ebuild: + Fix SRC_URI thanks to Horea Christian in bug #405367. *ApE-2.0.7 (15 Jun 2011) |