diff options
author | 2010-07-19 06:14:48 +0000 | |
---|---|---|
committer | 2010-07-19 06:14:48 +0000 | |
commit | 85311643d6511ba23e385821bf6f048243a30df7 (patch) | |
tree | f1a7450d8044531021bb32fc9137d60c3e7f11a0 /sci-chemistry/aqua | |
parent | Use java eclasses to find jars. Fixes bug #300852. (diff) | |
download | historical-85311643d6511ba23e385821bf6f048243a30df7.tar.gz historical-85311643d6511ba23e385821bf6f048243a30df7.tar.bz2 historical-85311643d6511ba23e385821bf6f048243a30df7.zip |
Cleaned SRC_URI
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'sci-chemistry/aqua')
-rw-r--r-- | sci-chemistry/aqua/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/aqua/aqua-3.2.ebuild | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-chemistry/aqua/ChangeLog b/sci-chemistry/aqua/ChangeLog index 7b66dabc7ec2..f178c477b793 100644 --- a/sci-chemistry/aqua/ChangeLog +++ b/sci-chemistry/aqua/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/aqua # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aqua/ChangeLog,v 1.1 2010/07/18 19:13:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aqua/ChangeLog,v 1.2 2010/07/19 06:14:48 jlec Exp $ + + 19 Jul 2010; Justin Lecher <jlec@gentoo.org> aqua-3.2.ebuild: + Cleaned SRC_URI *aqua-3.2 (18 Jul 2010) diff --git a/sci-chemistry/aqua/aqua-3.2.ebuild b/sci-chemistry/aqua/aqua-3.2.ebuild index 6fb122b842e6..67d946c0b475 100644 --- a/sci-chemistry/aqua/aqua-3.2.ebuild +++ b/sci-chemistry/aqua/aqua-3.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aqua/aqua-3.2.ebuild,v 1.1 2010/07/18 19:13:37 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/aqua/aqua-3.2.ebuild,v 1.2 2010/07/19 06:14:48 jlec Exp $ EAPI="3" @@ -8,7 +8,9 @@ inherit eutils prefix toolchain-funcs DESCRIPTION="Program suite in this distribution calculates restraint violations" HOMEPAGE="http://www.biochem.ucl.ac.uk/~roman/procheck/procheck.html" -SRC_URI="${PN}${PV}.tar.gz" +SRC_URI=" + ${PN}${PV}.tar.gz + doc? ( ${P}-nmr_manual.tar.gz )" SLOT="0" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" @@ -24,7 +26,7 @@ S="${WORKDIR}"/${PN}${PV} pkg_nofetch() { elog "Please visit http://www.ebi.ac.uk/thornton-srv/software/PROCHECK/download.html" - elog "And follow the instruction for downloading ${A} -> ${DISTDIR}/aqua3.2.tar.gz." + elog "And follow the instruction for downloading ${PN}${PV}.tar.gz -> ${DISTDIR}/${PN}${PV}.tar.gz." if use doc; then elog "nmr_manual.tar.gz -> ${DISTDIR}/${P}-nmr_manual.tar.gz" fi |