diff options
author | Markus Dittrich <markusle@gentoo.org> | 2008-05-29 18:54:02 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2008-05-29 18:54:02 +0000 |
commit | 4bb4219c9d7eb37ed02b5bf0d782d8f11432c96b (patch) | |
tree | 96a5e28eba6ecde03bcab19441da4afb6573a440 /sci-chemistry | |
parent | Make sure python_mod* functions are run in required phases, die otherwise. (diff) | |
download | gentoo-2-4bb4219c9d7eb37ed02b5bf0d782d8f11432c96b.tar.gz gentoo-2-4bb4219c9d7eb37ed02b5bf0d782d8f11432c96b.tar.bz2 gentoo-2-4bb4219c9d7eb37ed02b5bf0d782d8f11432c96b.zip |
Fixed broken HOMEPAGE and SRC_URI.
(Portage version: 2.1.5.2)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/gperiodic/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-chemistry/gperiodic/ChangeLog b/sci-chemistry/gperiodic/ChangeLog index cf5308838247..e84a0f6f24ca 100644 --- a/sci-chemistry/gperiodic/ChangeLog +++ b/sci-chemistry/gperiodic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/gperiodic # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.7 2008/05/29 13:29:10 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/ChangeLog,v 1.8 2008/05/29 18:54:02 markusle Exp $ + + 29 May 2008; Markus Dittrich <markusle@gentoo.org> gperiodic-2.0.7.ebuild, + gperiodic-2.0.10.ebuild: + Fixed broken HOMEPAGE and SRC_URI. *gperiodic-2.0.10 (29 May 2008) diff --git a/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild b/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild index 56bbf366476d..a0119d2e415a 100644 --- a/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild +++ b/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.1 2008/05/29 13:29:10 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.10.ebuild,v 1.2 2008/05/29 18:54:02 markusle Exp $ inherit toolchain-funcs eutils DESCRIPTION="Periodic table application for Linux" -SRC_URI="http://www.acclab.helsinki.fi/~frantz/software/${P}.tar.gz" -HOMEPAGE="http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php" +SRC_URI="http://www.frantz.fi/software/${P}.tar.gz" +HOMEPAGE="http://www.frantz.fi/index.php?page=software" KEYWORDS="~x86 ~amd64" SLOT="0" diff --git a/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild b/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild index 81229d39e038..bedea28538b6 100644 --- a/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild +++ b/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.6 2008/05/29 13:29:10 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/gperiodic/gperiodic-2.0.7.ebuild,v 1.7 2008/05/29 18:54:02 markusle Exp $ inherit toolchain-funcs eutils DESCRIPTION="Periodic table application for Linux" -SRC_URI="http://www.acclab.helsinki.fi/~frantz/software/${P}.tar.gz" -HOMEPAGE="http://www.acclab.helsinki.fi/~frantz/software/gperiodic.php" +SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="http://www.frantz.fi/index.php?page=software" KEYWORDS="x86 amd64" SLOT="0" |