diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-15 14:11:47 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-15 14:11:47 +0000 |
commit | 5675995809a6185d5b6c214f4ba9bfd54fcda293 (patch) | |
tree | 97c9fb1cb9361c26a44a0fe2bccdbbe9ec8d0a62 /sci-chemistry | |
parent | Remove old (diff) | |
download | gentoo-2-5675995809a6185d5b6c214f4ba9bfd54fcda293.tar.gz gentoo-2-5675995809a6185d5b6c214f4ba9bfd54fcda293.tar.bz2 gentoo-2-5675995809a6185d5b6c214f4ba9bfd54fcda293.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/acpype/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/acpype/acpype-374.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/acpype/ChangeLog b/sci-chemistry/acpype/ChangeLog index 160c17f9f838..a54a992f6ee3 100644 --- a/sci-chemistry/acpype/ChangeLog +++ b/sci-chemistry/acpype/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/acpype # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/acpype/ChangeLog,v 1.3 2012/02/13 14:02:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/acpype/ChangeLog,v 1.4 2012/02/15 14:11:47 xarthisius Exp $ + + 15 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> acpype-374.ebuild: + Fix SRC_URI *acpype-374 (13 Feb 2012) diff --git a/sci-chemistry/acpype/acpype-374.ebuild b/sci-chemistry/acpype/acpype-374.ebuild index f96ae91e97d7..3b0767d1e463 100644 --- a/sci-chemistry/acpype/acpype-374.ebuild +++ b/sci-chemistry/acpype/acpype-374.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/acpype/acpype-374.ebuild,v 1.1 2012/02/13 14:02:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/acpype/acpype-374.ebuild,v 1.2 2012/02/15 14:11:47 xarthisius Exp $ EAPI=4 @@ -10,7 +10,7 @@ inherit python DESCRIPTION="AnteChamber PYthon Parser interfacE" HOMEPAGE="http://code.google.com/p/acpype/" -SRC_URI="http://dev.gentoo.org/~jlec/${P}.tar.xz" +SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" LICENSE="GPL-3" SLOT="0" |