From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-java/gnu-jaf/Manifest | 3 --- dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild | 30 ------------------------------ dev-java/gnu-jaf/metadata.xml | 26 -------------------------- 3 files changed, 59 deletions(-) delete mode 100644 dev-java/gnu-jaf/Manifest delete mode 100644 dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild delete mode 100644 dev-java/gnu-jaf/metadata.xml (limited to 'dev-java/gnu-jaf') diff --git a/dev-java/gnu-jaf/Manifest b/dev-java/gnu-jaf/Manifest deleted file mode 100644 index 4972068e1f18..000000000000 --- a/dev-java/gnu-jaf/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST activation-1.1.1.tar.gz 157018 BLAKE2B e9135b4c0996601c7963a46363e8ede3ba81e83e532637a92d83c89586eb52bd11be84ee37f5e8f31e372564f7c14aac4123726ba20712f5cef89a1e4bcd01f3 SHA512 d323644df13a4572bf1c10e7175c1c4cfa3078483886bba7b308989c215a23e12939b054124dbaf0437a4c5fdcb551b4e2189c09afc078218963389e4b3c3b7d -EBUILD gnu-jaf-1.1.1.ebuild 731 BLAKE2B f2ab23950463b298efd7dbab11f349ca27bae59c50627554e32812fa3116a0e9a87d46afaa6f6f8e23855ef59bd14d282439be0b30fca2af2fbbb5ce024c485a SHA512 1241777ad76d678a5ba360492db4ca0771544a9f57cc41146e1c8813ebc1e8f08856014f850e0512a49f005f7e4c3ff9cbc1e2f06410524b7d7468ae2f734be0 -MISC metadata.xml 1072 BLAKE2B d6b9b7455a12a24c3e64b33f34faa427572e456c0d9c331137790d4db1aaf5bc0d870ff5f1bebf296804549cb69f7484d6536f1b7c4605a66331c08911f18cf5 SHA512 8116cd7f57a163402e1abef43f1abdef212914adda64de9a93585134bb232ad5ac0862f73a5422fa330d761d0c0429511a837ef8ae6b10a203b9de3302b830f3 diff --git a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild b/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild deleted file mode 100644 index 627436bc4b6c..000000000000 --- a/dev-java/gnu-jaf/gnu-jaf-1.1.1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -JAVA_PKG_IUSE="doc source" -inherit java-pkg-2 java-ant-2 - -DESCRIPTION="GNU implementation of the JavaBeans Activation Framework" -HOMEPAGE="https://www.gnu.org/software/classpathx/jaf/jaf.html" -SRC_URI="mirror://gnu/classpathx/activation-${PV}.tar.gz" - -LICENSE="GPL-2-with-linking-exception" -SLOT="1" -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -DEPEND=">=virtual/jdk-1.4" -RDEPEND=">=virtual/jre-1.4" - -S=${WORKDIR}/activation-${PV} - -EANT_BUILD_TARGET="activation.jar" - -src_install() { - java-pkg_dojar activation.jar - dodoc AUTHORS ChangeLog || die - use doc && java-pkg_dojavadoc docs - use source && java-pkg_dosrc source/* -} diff --git a/dev-java/gnu-jaf/metadata.xml b/dev-java/gnu-jaf/metadata.xml deleted file mode 100644 index bf709d02eb34..000000000000 --- a/dev-java/gnu-jaf/metadata.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - java@gentoo.org - Java - - - -GNU JAF is a framework for declaring what beans operate on what MIME -type data. Content handler beans can be defined to handle particular -MIME content. The JAF unites internet standards for declaring content -with JavaBeans™. - -The JAF defines two mechanisms within the framework. The first, the -file type map, specifies the MIME content type for a given file. The -default implementation of this uses the UNIX mime.types format to map -filename extensions to MIME types. The second mechanism, the command -map, specifies the actions that can be applied to a given MIME content -type. The default implementation of this uses the standard mailcap format -to map actions to JavaBean™ classes. These beans can then view, edit, -print, or perform whatever other action is required on the underlying -resource. - - - -- cgit v1.2.3