diff options
author | Benda XU <heroxbd@gentoo.org> | 2012-09-26 17:22:56 +0000 |
---|---|---|
committer | Benda XU <heroxbd@gentoo.org> | 2012-09-26 17:22:56 +0000 |
commit | 75ef9ba797e2810635c30cb97738d539a73635eb (patch) | |
tree | 99801a6138e78c8c652ff72f766075bcc3dd04b6 | |
parent | new ebuild (diff) | |
download | gentoo-2-75ef9ba797e2810635c30cb97738d539a73635eb.tar.gz gentoo-2-75ef9ba797e2810635c30cb97738d539a73635eb.tar.bz2 gentoo-2-75ef9ba797e2810635c30cb97738d539a73635eb.zip |
fix URI_SRC and manifest
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r-- | sci-mathematics/pymc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/pymc/pymc-2.2.ebuild | 4 | ||||
-rw-r--r-- | sci-mathematics/pymc/pymc-9999.ebuild | 2 |
3 files changed, 8 insertions, 4 deletions
diff --git a/sci-mathematics/pymc/ChangeLog b/sci-mathematics/pymc/ChangeLog index b7c1f9b27807..3ed8f4a43a34 100644 --- a/sci-mathematics/pymc/ChangeLog +++ b/sci-mathematics/pymc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/pymc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/ChangeLog,v 1.1 2012/09/26 17:16:53 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/ChangeLog,v 1.2 2012/09/26 17:22:56 heroxbd Exp $ + + 27 Sep 2012; Benda Xu <heroxbd@gentoo.org> metadata.xml, pymc-2.2.ebuild, + pymc-9999.ebuild: + fix URI_SRC and manifest *pymc-2.2 (27 Sep 2012) *pymc-9999 (27 Sep 2012) diff --git a/sci-mathematics/pymc/pymc-2.2.ebuild b/sci-mathematics/pymc/pymc-2.2.ebuild index e06e14cda067..e8a146fe1a31 100644 --- a/sci-mathematics/pymc/pymc-2.2.ebuild +++ b/sci-mathematics/pymc/pymc-2.2.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-mathematics/pymc/pymc-2.2.ebuild,v 1.1 2012/09/26 17:16:53 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-2.2.ebuild,v 1.2 2012/09/26 17:22:56 heroxbd Exp $ EAPI=4 @@ -8,7 +8,7 @@ inherit distutils vcs-snapshot DESCRIPTION="Markov Chain Monte Carlo sampling toolkit." HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}" -SRC_URI="http://github.com/example/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="http://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz" SLOT=0 KEYWORDS="~amd64-linux ~x86-linux" diff --git a/sci-mathematics/pymc/pymc-9999.ebuild b/sci-mathematics/pymc/pymc-9999.ebuild index 4e1b9cc28402..978116baf811 100644 --- a/sci-mathematics/pymc/pymc-9999.ebuild +++ b/sci-mathematics/pymc/pymc-9999.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-mathematics/pymc/pymc-9999.ebuild,v 1.1 2012/09/26 17:16:53 heroxbd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pymc/pymc-9999.ebuild,v 1.2 2012/09/26 17:22:56 heroxbd Exp $ EAPI=4 |