diff options
author | Vlastimil Babka <caster@gentoo.org> | 2011-09-09 13:07:52 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2011-09-09 13:07:52 +0000 |
commit | 11b350faae80ff0a18f54a84723a4c15fdd686fe (patch) | |
tree | 3106d5df469445d4a9a2748b9280c76b6a2b842c /dev-java/jmf-bin | |
parent | Added revbump with support of various locking mechanism. Bug 369635 (diff) | |
download | gentoo-2-11b350faae80ff0a18f54a84723a4c15fdd686fe.tar.gz gentoo-2-11b350faae80ff0a18f54a84723a4c15fdd686fe.tar.bz2 gentoo-2-11b350faae80ff0a18f54a84723a4c15fdd686fe.zip |
Update homepage and download URL to Oracle site.
(Portage version: 2.2.0_alpha54/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/jmf-bin')
-rw-r--r-- | dev-java/jmf-bin/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-java/jmf-bin/ChangeLog b/dev-java/jmf-bin/ChangeLog index 2f6381637877..a4a2154172ca 100644 --- a/dev-java/jmf-bin/ChangeLog +++ b/dev-java/jmf-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/jmf-bin -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/ChangeLog,v 1.13 2009/07/07 23:02:09 flameeyes Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/ChangeLog,v 1.14 2011/09/09 13:07:52 caster Exp $ + + 09 Sep 2011; Vlastimil Babka <caster@gentoo.org> jmf-bin-2.1.1e-r2.ebuild: + Update homepage and download URL to Oracle site. 07 Jul 2009; Diego E. Pettenò <flameeyes@gentoo.org> jmf-bin-2.1.1e-r2.ebuild: diff --git a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild index fbf97e35e65a..14b17530f666 100644 --- a/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild +++ b/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild,v 1.6 2009/07/07 23:02:09 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/jmf-bin/jmf-bin-2.1.1e-r2.ebuild,v 1.7 2011/09/09 13:07:52 caster Exp $ inherit java-pkg-2 @@ -8,7 +8,7 @@ At="${PN%-bin}-2_1_1e-alljava.zip" S="${WORKDIR}/JMF-${PV}" DESCRIPTION="The Java Media Framework API (JMF)" SRC_URI="${At}" -HOMEPAGE="http://java.sun.com/products/java-media/jmf/" +HOMEPAGE="http://www.oracle.com/technetwork/java/javase/tech/index-jsp-140239.html" KEYWORDS="amd64 ~ppc x86" IUSE="" LICENSE="sun-bcla-jmf" @@ -16,12 +16,12 @@ SLOT="0" DEPEND=">=app-arch/unzip-5.50-r1" RDEPEND=">=virtual/jre-1.4" RESTRICT="fetch" -DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=7372-jmf-2.1.1e-oth-JPR@CDS-CDS_Developer" +DOWNLOAD_URL="http://www.oracle.com/technetwork/java/javase/download-142937.html" pkg_nofetch() { elog elog " Due to license restrictions, we cannot fetch the" - elog " distributables automagically." + elog " distributables automatically." elog elog " 1. Visit ${DOWNLOAD_URL} and select 'Linux'" elog " 2. Download ${At}" |