diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-10-28 18:34:21 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-10-28 20:51:05 +0000 |
commit | eb58cef2bb19eef4234e3a89a07e8ccedf350d5d (patch) | |
tree | 78cdacc17dfe8b9b917f0befffaf97a36fa61e46 /java-virtuals/jmx | |
parent | java-virtuals/jmx: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLAR... (diff) | |
download | gentoo-eb58cef2bb19eef4234e3a89a07e8ccedf350d5d.tar.gz gentoo-eb58cef2bb19eef4234e3a89a07e8ccedf350d5d.tar.bz2 gentoo-eb58cef2bb19eef4234e3a89a07e8ccedf350d5d.zip |
java-virtuals/jmx: Clean up old.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'java-virtuals/jmx')
-rw-r--r-- | java-virtuals/jmx/jmx-1.0-r3.ebuild | 28 | ||||
-rw-r--r-- | java-virtuals/jmx/jmx-1.0-r4.ebuild | 2 |
2 files changed, 1 insertions, 29 deletions
diff --git a/java-virtuals/jmx/jmx-1.0-r3.ebuild b/java-virtuals/jmx/jmx-1.0-r3.ebuild deleted file mode 100644 index 4e2412b8937a..000000000000 --- a/java-virtuals/jmx/jmx-1.0-r3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit java-virtuals-2 - -DESCRIPTION="Virtual for Java Management Extensions (JMX)" -HOMEPAGE="https://www.gentoo.org" -SRC_URI="" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" -IUSE="" - -RDEPEND="|| ( - virtual/jre:1.7 - virtual/jre:1.6 - virtual/jre:1.5 - dev-java/sun-jmx:0 - ) - >=dev-java/java-config-2.1.8 - " - -JAVA_VIRTUAL_PROVIDES="sun-jmx" -JAVA_VIRTUAL_VM="=virtual/jre-1.7 =virtual/jre-1.6 =virtual/jre-1.5" diff --git a/java-virtuals/jmx/jmx-1.0-r4.ebuild b/java-virtuals/jmx/jmx-1.0-r4.ebuild index af36ec7a7242..662640aad33e 100644 --- a/java-virtuals/jmx/jmx-1.0-r4.ebuild +++ b/java-virtuals/jmx/jmx-1.0-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |