diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-04-23 14:01:33 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-04-23 14:01:33 +0000 |
commit | 0a9ecada5c3f984d19831cd0e091ed87bf34d35b (patch) | |
tree | c69751f02350bf8fa783da0e0c3097849204593e /sci-chemistry/apbs | |
parent | Bump. (diff) | |
download | gentoo-2-0a9ecada5c3f984d19831cd0e091ed87bf34d35b.tar.gz gentoo-2-0a9ecada5c3f984d19831cd0e091ed87bf34d35b.tar.bz2 gentoo-2-0a9ecada5c3f984d19831cd0e091ed87bf34d35b.zip |
sci-chemistry/apbs: Fix HOMEPAGE
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'sci-chemistry/apbs')
-rw-r--r-- | sci-chemistry/apbs/ChangeLog | 6 | ||||
-rw-r--r-- | sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/apbs/apbs-1.3-r3.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-chemistry/apbs/ChangeLog b/sci-chemistry/apbs/ChangeLog index 4445735d0d9b..1bcfac9a3083 100644 --- a/sci-chemistry/apbs/ChangeLog +++ b/sci-chemistry/apbs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-chemistry/apbs # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.61 2013/02/27 14:06:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/ChangeLog,v 1.62 2013/04/23 14:01:32 jlec Exp $ + + 23 Apr 2013; Justin Lecher <jlec@gentoo.org> apbs-1.2.1b-r4.ebuild, + apbs-1.3-r3.ebuild: + Fix HOMEPAGE 27 Feb 2013; Justin Lecher <jlec@gentoo.org> apbs-1.2.1b-r4.ebuild, apbs-1.3-r3.ebuild: diff --git a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild index 834dcbcf671d..d083881ab707 100644 --- a/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild +++ b/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.16 2013/02/27 14:06:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.2.1b-r4.ebuild,v 1.17 2013/04/23 14:01:32 jlec Exp $ EAPI="3" @@ -11,8 +11,8 @@ inherit autotools eutils flag-o-matic fortran-2 python toolchain-funcs versionat MY_PV=$(get_version_component_range 1-3) MY_P="${PN}-${MY_PV}" -DESCRIPTION="Software for evaluating the electrostatic properties of nanoscale biomolecular systems" -HOMEPAGE="http://apbs.sourceforge.net/" +DESCRIPTION="Evaluation of electrostatic properties of nanoscale biomolecular systems" +HOMEPAGE="http://www.poissonboltzmann.org/apbs/" SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz" SLOT="0" diff --git a/sci-chemistry/apbs/apbs-1.3-r3.ebuild b/sci-chemistry/apbs/apbs-1.3-r3.ebuild index 987f83fb7455..4ebdf13e538e 100644 --- a/sci-chemistry/apbs/apbs-1.3-r3.ebuild +++ b/sci-chemistry/apbs/apbs-1.3-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild,v 1.3 2013/02/27 14:06:26 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/apbs/apbs-1.3-r3.ebuild,v 1.4 2013/04/23 14:01:33 jlec Exp $ EAPI=4 @@ -11,8 +11,8 @@ inherit autotools-utils eutils fortran-2 python toolchain-funcs versionator MY_PV=$(get_version_component_range 1-3) MY_P="${PN}-${MY_PV}" -DESCRIPTION="For evaluation of electrostatic properties of nanoscale biomolecular systems" -HOMEPAGE="http://apbs.sourceforge.net/" +DESCRIPTION="Evaluation of electrostatic properties of nanoscale biomolecular systems" +HOMEPAGE="http://www.poissonboltzmann.org/apbs/" SRC_URI="mirror://sourceforge/${PN}/${P}-source.tar.gz" SLOT="0" |