summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2008-09-13 22:30:28 +0000
committerVlastimil Babka <caster@gentoo.org>2008-09-13 22:30:28 +0000
commitb2039ee70c74eb3084f1591a711fc426431588ee (patch)
tree661e3f3c9c363a385793342d8076f5bd5f59c783 /dev-java/jnlp-bin/jnlp-bin-1.2.ebuild
parentRemove obsolete gen-1 ebuilds. (diff)
downloadgentoo-2-b2039ee70c74eb3084f1591a711fc426431588ee.tar.gz
gentoo-2-b2039ee70c74eb3084f1591a711fc426431588ee.tar.bz2
gentoo-2-b2039ee70c74eb3084f1591a711fc426431588ee.zip
Remove obsolete gen-1 ebuilds.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1-perfctr x86_64)
Diffstat (limited to 'dev-java/jnlp-bin/jnlp-bin-1.2.ebuild')
-rw-r--r--dev-java/jnlp-bin/jnlp-bin-1.2.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild b/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild
deleted file mode 100644
index b95c9e6421fb..000000000000
--- a/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jnlp-bin/jnlp-bin-1.2.ebuild,v 1.10 2008/06/07 10:53:43 serkan Exp $
-
-inherit java-pkg
-
-DESCRIPTION="Java Network Launching Protocol (JNLP)"
-
-HOMEPAGE="http://java.sun.com/products/javawebstart/download-jnlp.html"
-SRC_URI="javaws-1_2-dev.zip"
-LICENSE="MPL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-DEPEND="app-arch/unzip"
-RDEPEND=">=virtual/jre-1.3"
-RESTRICT="fetch"
-
-S=${WORKDIR}
-
-DOWNLOAD_URL="https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=7026-jaws_dev_pack-1.2-oth-JPR@CDS-CDS_Developer"
-
-pkg_nofetch() {
- einfo "Please download ${A} and place it in ${DISTDIR}"
- einfo "${DOWNLOAD_URL}"
-}
-
-src_install() {
- java-pkg_dojar *.jar
- java-pkg_dohtml -r .
-}