aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2007-01-14 13:01:24 +0000
committercryos <cryos@32389bae-6d03-0410-99cf-db05cde120eb>2007-01-14 13:01:24 +0000
commit0bf47e77b41d1acc143fb1aaa6236032d5c135de (patch)
tree22b47dd9adde19d632a7cefd3a3c5fb4ec9bfe0f
parentAdding the forgotten metadata file. (diff)
downloadsci-0bf47e77b41d1acc143fb1aaa6236032d5c135de.tar.gz
sci-0bf47e77b41d1acc143fb1aaa6236032d5c135de.tar.bz2
sci-0bf47e77b41d1acc143fb1aaa6236032d5c135de.zip
Corrected SRC_URI.
git-svn-id: http://overlays.gentoo.org/svn/proj/science/overlay@458 32389bae-6d03-0410-99cf-db05cde120eb
-rw-r--r--sci-chemistry/jmol/ChangeLog5
-rw-r--r--sci-chemistry/jmol/jmol-10.2.0.ebuild2
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-chemistry/jmol/ChangeLog b/sci-chemistry/jmol/ChangeLog
index 43782f2ad..ec2aa6d90 100644
--- a/sci-chemistry/jmol/ChangeLog
+++ b/sci-chemistry/jmol/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for sci-chemistry/jmol
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jan 2007; Marcus D. Hanwell <cryos@gentoo.org> ChangeLog:
+ Corrected SRC_URI.
+
01 Nov 2006; Jeff Gardner <je_fro@gentoo.org> ChangeLog:
Make sed statement more readable.
diff --git a/sci-chemistry/jmol/jmol-10.2.0.ebuild b/sci-chemistry/jmol/jmol-10.2.0.ebuild
index 3de7d2e75..63c993362 100644
--- a/sci-chemistry/jmol/jmol-10.2.0.ebuild
+++ b/sci-chemistry/jmol/jmol-10.2.0.ebuild
@@ -5,7 +5,7 @@
inherit eutils java-pkg-2 webapp
DESCRIPTION="Jmol is a java molecular viever for 3-D chemical structures."
-SRC_URI="mirror://sourceforge.net/${PN}/${P}-full.tar.gz"
+SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
HOMEPAGE="http://jmol.sourceforge.net/"
KEYWORDS="~amd64"
LICENSE="LGPL-2.1"