diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-20 08:49:50 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-10-20 08:49:50 +0000 |
commit | 0a7ca14f14a37ed1caecd6e20851027f61a51103 (patch) | |
tree | 44cfdb4576981de1669738119eb699211db865a3 /sci-biology/embassy-structure | |
parent | Fix SRC_URI for emboss (diff) | |
download | gentoo-2-0a7ca14f14a37ed1caecd6e20851027f61a51103.tar.gz gentoo-2-0a7ca14f14a37ed1caecd6e20851027f61a51103.tar.bz2 gentoo-2-0a7ca14f14a37ed1caecd6e20851027f61a51103.zip |
Fix SRC_URI for emboss
(Portage version: 2.2.0_alpha69/cvs/Linux x86_64)
Diffstat (limited to 'sci-biology/embassy-structure')
3 files changed, 9 insertions, 5 deletions
diff --git a/sci-biology/embassy-structure/ChangeLog b/sci-biology/embassy-structure/ChangeLog index 8c4e74ec59bf..fa7454dba1a8 100644 --- a/sci-biology/embassy-structure/ChangeLog +++ b/sci-biology/embassy-structure/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-biology/embassy-structure # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-structure/ChangeLog,v 1.21 2011/04/05 06:07:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-structure/ChangeLog,v 1.22 2011/10/20 08:49:50 xarthisius Exp $ + + 20 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> + embassy-structure-0.1.0-r4.ebuild, embassy-structure-0.1.0-r3.ebuild: + Fix SRC_URI for emboss 05 Apr 2011; Justin Lecher <jlec@gentoo.org> -embassy-structure-0.1.0-r1.ebuild: diff --git a/sci-biology/embassy-structure/embassy-structure-0.1.0-r3.ebuild b/sci-biology/embassy-structure/embassy-structure-0.1.0-r3.ebuild index 67760b71deb4..747c78cb1234 100644 --- a/sci-biology/embassy-structure/embassy-structure-0.1.0-r3.ebuild +++ b/sci-biology/embassy-structure/embassy-structure-0.1.0-r3.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-structure/embassy-structure-0.1.0-r3.ebuild,v 1.3 2011/03/13 12:59:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-structure/embassy-structure-0.1.0-r3.ebuild,v 1.4 2011/10/20 08:49:50 xarthisius Exp $ EBOV="6.0.1" inherit embassy DESCRIPTION="Protein structure add-on package for EMBOSS" -SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-${EBOV}.tar.gz +SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/old/${EBOV}/EMBOSS-${EBOV}.tar.gz mirror://gentoo/embassy-${EBOV}-${PN:8}-${PV}.tar.gz" KEYWORDS="amd64 ~ppc x86" diff --git a/sci-biology/embassy-structure/embassy-structure-0.1.0-r4.ebuild b/sci-biology/embassy-structure/embassy-structure-0.1.0-r4.ebuild index d6f171206606..9939738081af 100644 --- a/sci-biology/embassy-structure/embassy-structure-0.1.0-r4.ebuild +++ b/sci-biology/embassy-structure/embassy-structure-0.1.0-r4.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-structure/embassy-structure-0.1.0-r4.ebuild,v 1.3 2011/03/13 12:59:38 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-biology/embassy-structure/embassy-structure-0.1.0-r4.ebuild,v 1.4 2011/10/20 08:49:50 xarthisius Exp $ EBOV="6.1.0" inherit embassy DESCRIPTION="Protein structure add-on package for EMBOSS" -SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/EMBOSS-${EBOV}.tar.gz +SRC_URI="ftp://emboss.open-bio.org/pub/EMBOSS/old/${EBOV}/EMBOSS-${EBOV}.tar.gz mirror://gentoo/embassy-${EBOV}-${PN:8}-${PV}.tar.gz" KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos" |