summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Babka <caster@gentoo.org>2009-05-29 20:40:58 +0000
committerVlastimil Babka <caster@gentoo.org>2009-05-29 20:40:58 +0000
commit6ba1147506b9a24244b88be8a9d06767ec309f21 (patch)
tree8f36aa9301bbc26add3705f9f0e0375ba5be83e2 /dev-java
parentRemove old versions, remove version from DESCRIPTION - bug #186276. (diff)
downloadgentoo-2-6ba1147506b9a24244b88be8a9d06767ec309f21.tar.gz
gentoo-2-6ba1147506b9a24244b88be8a9d06767ec309f21.tar.bz2
gentoo-2-6ba1147506b9a24244b88be8a9d06767ec309f21.zip
Remove old.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/jrockit-jdk-bin/ChangeLog6
-rw-r--r--dev-java/jrockit-jdk-bin/jrockit-jdk-bin-1.4.2.14_p1.ebuild69
2 files changed, 5 insertions, 70 deletions
diff --git a/dev-java/jrockit-jdk-bin/ChangeLog b/dev-java/jrockit-jdk-bin/ChangeLog
index bd0f13231c7d..100413389766 100644
--- a/dev-java/jrockit-jdk-bin/ChangeLog
+++ b/dev-java/jrockit-jdk-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jrockit-jdk-bin
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jrockit-jdk-bin/ChangeLog,v 1.47 2009/05/29 14:18:59 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jrockit-jdk-bin/ChangeLog,v 1.48 2009/05/29 20:40:58 caster Exp $
+
+ 29 May 2009; Vlastimil Babka <caster@gentoo.org>
+ -jrockit-jdk-bin-1.4.2.14_p1.ebuild:
+ Remove old.
29 May 2009; Petteri Räty <betelgeuse@gentoo.org>
-jrockit-jdk-bin-1.5.0.11_p1.ebuild:
diff --git a/dev-java/jrockit-jdk-bin/jrockit-jdk-bin-1.4.2.14_p1.ebuild b/dev-java/jrockit-jdk-bin/jrockit-jdk-bin-1.4.2.14_p1.ebuild
deleted file mode 100644
index a830b3c9e4c8..000000000000
--- a/dev-java/jrockit-jdk-bin/jrockit-jdk-bin-1.4.2.14_p1.ebuild
+++ /dev/null
@@ -1,69 +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/jrockit-jdk-bin/jrockit-jdk-bin-1.4.2.14_p1.ebuild,v 1.4 2008/01/22 21:32:22 betelgeuse Exp $
-
-# WARNING: This is the default VM on ia64, so treat this ebuild
-# with proper care.
-
-# NOTE: this version is special, future standard releases should use some
-# ebuild without _pX as a base. If there's none in the tree, check attic at
-# sources.g.o
-
-# The stripping of symbols seems to mess up the BEA code. Not sure why.
-RESTRICT="strip mirror"
-JAVA_SUPPORTS_GENERATION_1="true"
-inherit java-vm-2 versionator
-
-PV_MAJOR="$(get_version_component_range 1-3 ${PV})"
-PV_EXTRA="$(get_version_component_range 4 ${PV})"
-MY_PV="${PV_MAJOR}_${PV_EXTRA}"
-
-SRC_URI_BASE="ftp://anonymous:dev2dev%40bea%2Ecom@ftpna.bea.com/pub/releases/security/jrockit-jdk${MY_PV}-linux_"
-SRC_URI="ia64? ( ${SRC_URI_BASE}ia64.tar.gz )
- x86? ( ${SRC_URI_BASE}ia32.tar.gz )"
-DESCRIPTION="BEA WebLogic's J2SE Development Kit"
-
-HOMEPAGE="http://commerce.bea.com/products/weblogicjrockit/jrockit_prod_fam.jsp"
-LICENSE="jrockit"
-SLOT="1.4"
-KEYWORDS="-* ia64 x86"
-DEPEND=""
-RDEPEND="doc? ( =dev-java/java-sdk-docs-1.4.2* )"
-IUSE="doc examples"
-
-QA_TEXTRELS_x86="opt/${P}/jre/lib/i386/jrockit/libjvm.so
-opt/${P}/jre/lib/i386/libjmapi.so
-opt/${P}/jre/lib/i386/libawt.so"
-
-QA_EXECSTACK_x86="opt/${P}/bin/*
-opt/${P}/jre/bin/*
-opt/${P}/jre/lib/i386/jrockit/libjvm.so
-opt/${P}/jre/lib/i386/libnet.so"
-
-S="${WORKDIR}/jrockit-jdk${MY_PV}"
-
-src_install() {
- local dirs="bin include jre lib missioncontrol src.zip"
-
- insinto "/opt/${P}"
- for i in ${dirs} ; do
- doins -r $i || die
- done
-
- if use examples; then
- doins -r demo || die
- fi
-
- newdoc README.txt README || die
- dodoc LICENSE || die
-
- chmod +x "${D}"/opt/${P}/bin/* "${D}"/opt/${P}/jre/bin/* || die "Could not chmod"
- set_java_env
-}
-
-pkg_postinst () {
- # Set as default VM if none exists
- java-vm-2_pkg_postinst
- elog "Please review the license agreement in /usr/share/doc/${PF}/LICENSE"
- elog "If you do not agree to the terms of this license, please uninstall this package"
-}