diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-15 14:14:10 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-02-15 14:14:10 +0000 |
commit | 618b8b515cbf629115a56d186a3eddea15272b5d (patch) | |
tree | 676f68cb9b352ad12038bc3456081f2d4125c5dd /sci-chemistry | |
parent | Fix SRC_URI (diff) | |
download | gentoo-2-618b8b515cbf629115a56d186a3eddea15272b5d.tar.gz gentoo-2-618b8b515cbf629115a56d186a3eddea15272b5d.tar.bz2 gentoo-2-618b8b515cbf629115a56d186a3eddea15272b5d.zip |
Fix SRC_URI
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/jmol/ChangeLog | 5 | ||||
-rw-r--r-- | sci-chemistry/jmol/jmol-11.0.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-chemistry/jmol/ChangeLog b/sci-chemistry/jmol/ChangeLog index 588b644d2ffa..179e1b816284 100644 --- a/sci-chemistry/jmol/ChangeLog +++ b/sci-chemistry/jmol/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-chemistry/jmol # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.11 2012/01/26 17:34:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/ChangeLog,v 1.12 2012/02/15 14:14:10 xarthisius Exp $ + + 15 Feb 2012; Kacper Kowalik <xarthisius@gentoo.org> jmol-11.0.3-r1.ebuild: + Fix SRC_URI 26 Jan 2012; Justin Lecher <jlec@gentoo.org> jmol-11.0.3-r1.ebuild, jmol-12.0.45.ebuild, -files/selfSignedCertificate.store: diff --git a/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild b/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild index 97301969291d..38e14332e39c 100644 --- a/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild +++ b/sci-chemistry/jmol/jmol-11.0.3-r1.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/jmol/jmol-11.0.3-r1.ebuild,v 1.7 2012/01/26 17:34:04 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/jmol/jmol-11.0.3-r1.ebuild,v 1.8 2012/02/15 14:14:10 xarthisius Exp $ EAPI=1 WEBAPP_OPTIONAL="yes" @@ -11,7 +11,7 @@ DESCRIPTION="Java molecular viever for 3-D chemical structures" HOMEPAGE="http://jmol.sourceforge.net/" SRC_URI=" mirror://sourceforge/${PN}/${P}-full.tar.gz - http://dev.gentoo.org/~jlec/${PN}-selfSignedCertificate.store.tar" + http://dev.gentoo.org/~jlec/distfiles/${PN}-selfSignedCertificate.store.tar" WEBAPP_MANUAL_SLOT="yes" SLOT="0" |