summaryrefslogtreecommitdiff
path: root/dev-java/osgi-compendium
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-java/osgi-compendium
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-java/osgi-compendium')
-rw-r--r--dev-java/osgi-compendium/Manifest3
-rw-r--r--dev-java/osgi-compendium/metadata.xml8
-rw-r--r--dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild41
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-java/osgi-compendium/Manifest b/dev-java/osgi-compendium/Manifest
deleted file mode 100644
index e4857e4fcb61..000000000000
--- a/dev-java/osgi-compendium/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST osgi.cmpn-4.3.1.jar 741615 BLAKE2B 6f6058c07fd7744f0369d05cdf607b4d4fe51bbdf567c6a6c951413b0627eb1dbb6e56f65641a8472198d0aedca378da4715c26ebe05aa4e7ef80adb1020175f SHA512 803e929b4b7cfee13a3ffa2c60ad03775afd8409c972bf26e3f79abc590466c2d885bdc339d9af2a3e8fda9cdf082d23a298362ac37935b0ede0719dee27e9f9
-EBUILD osgi-compendium-4.3.1.ebuild 837 BLAKE2B b0f26321ea27ff14f1c4929475305f89a45a9700a458a0c882407dcd2f9ca84fd00a94b218c401b483aa0103f3becac36b7248a1619b9cf21cfc1ac2e0a7a193 SHA512 cff2849dc1d4c9c853b47b28c5b7f0056f0ba94f518a72cf3b7d5f6be3d9cc6b18c4033c7efc5d13c753f9da82de305e4c98b8a15774f8ae0e2426d0611f36df
-MISC metadata.xml 236 BLAKE2B 5a64c4404c26415501f50132968e687d4f1b852738cb0e1a5aef8cc4de9e4ea623066f46068fce3d80514ff122d85304e3fd12282c4b1513a4084523ef8bef07 SHA512 1755c2590e59060f697294c5ad125b83f2d50e05a71f7091b7de75953941914cd2db3a893bd6154a2c90fa4aff5e313e75e3e174dbba1edd5c112787da5be253
diff --git a/dev-java/osgi-compendium/metadata.xml b/dev-java/osgi-compendium/metadata.xml
deleted file mode 100644
index 952a4b9b605c..000000000000
--- a/dev-java/osgi-compendium/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
deleted file mode 100644
index 29c598b6ed44..000000000000
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="OSGi Service Platform Compendium API (Companion Code)"
-HOMEPAGE="http://wiki.osgi.org/wiki/Release_4.3"
-SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
-
-LICENSE="Apache-2.0 OSGi-Specification-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-CDEPEND="dev-java/glassfish-persistence:0
- dev-java/osgi-core-api:0
- dev-java/osgi-foundation:0
- dev-java/tomcat-servlet-api:3.0"
-
-DEPEND="${CDEPEND}
- >=virtual/jdk-1.5
- app-arch/unzip"
-
-RDEPEND="${CDEPEND}
- >=virtual/jre-1.5"
-
-JAVA_SRC_DIR="OSGI-OPT/src"
-
-JAVA_GENTOO_CLASSPATH="
- osgi-core-api
- osgi-foundation
- glassfish-persistence
- tomcat-servlet-api-3.0
-"
-
-java_prepare() {
- rm -r org || die
-}