summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-06-13 21:57:24 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-06-13 21:57:24 +0000
commit4ef23ddc72f7ee7d0d42f0ab2384fec9acc184ec (patch)
treef41af91c7b5a121fd76a2a91feb266e6feb4cac9 /dev-java
parentModule::Build is no longer part of core Perl and has been moved to dev-perl (diff)
downloadgentoo-2-4ef23ddc72f7ee7d0d42f0ab2384fec9acc184ec.tar.gz
gentoo-2-4ef23ddc72f7ee7d0d42f0ab2384fec9acc184ec.tar.bz2
gentoo-2-4ef23ddc72f7ee7d0d42f0ab2384fec9acc184ec.zip
Remove old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/rhino/ChangeLog6
-rw-r--r--dev-java/rhino/rhino-1.5.5-r4.ebuild43
-rw-r--r--dev-java/rhino/rhino-1.5.5-r5.ebuild44
3 files changed, 5 insertions, 88 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog
index c3b86d2e98aa..8dc3e667da22 100644
--- a/dev-java/rhino/ChangeLog
+++ b/dev-java/rhino/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/rhino
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.77 2015/06/11 10:55:06 chewi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.78 2015/06/13 21:57:24 monsieurp Exp $
+
+ 13 Jun 2015; Patrice Clement <monsieurp@gentoo.org> -rhino-1.5.5-r4.ebuild,
+ -rhino-1.5.5-r5.ebuild:
+ Remove old.
11 Jun 2015; <chewi@gentoo.org> rhino-1.7.2-r2.ebuild:
Drop ia64 keyword before the EAPI 1 banhammer hits.
diff --git a/dev-java/rhino/rhino-1.5.5-r4.ebuild b/dev-java/rhino/rhino-1.5.5-r4.ebuild
deleted file mode 100644
index f6c691666b8f..000000000000
--- a/dev-java/rhino/rhino-1.5.5-r4.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5.5-r4.ebuild,v 1.9 2014/08/10 20:22:50 slyfox Exp $
-
-inherit eutils java-pkg-2 java-ant-2
-
-MY_P="rhino1_5R5"
-DESCRIPTION="Rhino is an open-source Java implementation of JavaScript"
-SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.zip
- http://dev.gentoo.org/~karltk/projects/java/distfiles/rhino-swing-ex-1.0.zip"
-HOMEPAGE="http://www.mozilla.org/rhino/"
-LICENSE="NPL-1.1"
-SLOT="1.5"
-KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd"
-IUSE="doc source"
-S="${WORKDIR}/${MY_P}"
-DEPEND="dev-java/ant-core
- >=virtual/jdk-1.3
- app-arch/unzip
- source? ( app-arch/zip )"
-RDEPEND=">=virtual/jre-1.3"
-
-src_unpack() {
- unpack ${MY_P}.zip
- cd ${S}
- mkdir build/
- epatch ${FILESDIR}/${PV}_jdk15.patch
- epatch ${FILESDIR}/00_dont-fetch-swing-ex.patch
- epatch ${FILESDIR}/public-NativeScript.patch
- cp ${DISTDIR}/rhino-swing-ex-1.0.zip build/swingExSrc.zip || die "unpack error"
-}
-
-src_compile() {
- eant jar
-}
-
-src_install() {
- java-pkg_dolauncher jsscript-${SLOT} \
- --main org.mozilla.javascript.tools.shell.Main
- java-pkg_dojar build/*/js.jar
- use source && java-pkg_dosrc {src,toolsrc}/org
- use doc && java-pkg_dohtml -r docs/*
-}
diff --git a/dev-java/rhino/rhino-1.5.5-r5.ebuild b/dev-java/rhino/rhino-1.5.5-r5.ebuild
deleted file mode 100644
index ed28774af35a..000000000000
--- a/dev-java/rhino/rhino-1.5.5-r5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5.5-r5.ebuild,v 1.4 2014/08/10 20:22:50 slyfox Exp $
-
-JAVA_PKG_IUSE="doc source"
-inherit eutils java-pkg-2 java-ant-2
-
-MY_P="rhino1_5R5"
-DESCRIPTION="Rhino is an open-source Java implementation of JavaScript"
-SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/js/${MY_P}.zip
- mirror://gentoo/rhino-swing-ex-1.0.zip"
-HOMEPAGE="http://www.mozilla.org/rhino/"
-LICENSE="NPL-1.1"
-SLOT="1.5"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE=""
-DEPEND="dev-java/ant-core
- >=virtual/jdk-1.3
- app-arch/unzip
- source? ( app-arch/zip )"
-RDEPEND=">=virtual/jre-1.3"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${MY_P}.zip
- cd "${S}"
- mkdir build/
- epatch "${FILESDIR}/${PV}_jdk15.patch"
- epatch "${FILESDIR}/00_dont-fetch-swing-ex.patch"
- cp "${DISTDIR}/rhino-swing-ex-1.0.zip" build/swingExSrc.zip || die "unpack error"
-}
-
-src_compile() {
- eant jar
-}
-
-src_install() {
- java-pkg_dolauncher jsscript-${SLOT} \
- --main org.mozilla.javascript.tools.shell.Main
- java-pkg_dojar build/*/js.jar
- use source && java-pkg_dosrc {src,toolsrc}/org
- use doc && java-pkg_dohtml -r docs/*
-}