summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Trygve Kalleberg <karltk@gentoo.org>2004-04-28 22:33:35 +0000
committerKarl Trygve Kalleberg <karltk@gentoo.org>2004-04-28 22:33:35 +0000
commitfecc764570d933e42793c38b00220d75ae72758b (patch)
tree3d008deba5581a19153c5f4aa83b09ee98b13b13 /dev-java
parentmove user creation to pkg_preinst() (diff)
downloadhistorical-fecc764570d933e42793c38b00220d75ae72758b.tar.gz
historical-fecc764570d933e42793c38b00220d75ae72758b.tar.bz2
historical-fecc764570d933e42793c38b00220d75ae72758b.zip
Removed activation
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/activation/ChangeLog13
-rw-r--r--dev-java/activation/Manifest4
-rw-r--r--dev-java/activation/activation-20040331.ebuild32
-rw-r--r--dev-java/activation/files/digest-activation-200403311
-rw-r--r--dev-java/activation/metadata.xml23
5 files changed, 0 insertions, 73 deletions
diff --git a/dev-java/activation/ChangeLog b/dev-java/activation/ChangeLog
deleted file mode 100644
index 62800200a9d8..000000000000
--- a/dev-java/activation/ChangeLog
+++ /dev/null
@@ -1,13 +0,0 @@
-# ChangeLog for dev-java/activation
-# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed unde the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/activation/ChangeLog,v 1.2 2004/04/19 19:45:28 robbat2 Exp $
-
- 19 Apr 2004; Robin Johnson,,604-339-5621,604-298-8414 <robbat2@gentoo.org>
- activation-20040331.ebuild:
- not parallel build safe
-
-*activation-20040331 (01 Apr 2004)
-
- 01 Apr 2004; Karl Trygve Kalleberg <karltk@gentoo.org>
- activation-20040331.ebuild: Initial import. Ebuild submitted by
- myself. No joke.
diff --git a/dev-java/activation/Manifest b/dev-java/activation/Manifest
deleted file mode 100644
index c27e19239526..000000000000
--- a/dev-java/activation/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-MD5 db9ee8703853fa0d290d274c3555673d files/digest-activation-20040331 78
-MD5 44966246eaa194ea29e7726f8ff5cc69 ChangeLog 532
-MD5 1094751d34cb4fb11fd3208f4ec95d2f activation-20040331.ebuild 871
-MD5 c448668ea8e648a4c33769a7b8abf74c metadata.xml 1000
diff --git a/dev-java/activation/activation-20040331.ebuild b/dev-java/activation/activation-20040331.ebuild
deleted file mode 100644
index 3573ad3b3df6..000000000000
--- a/dev-java/activation/activation-20040331.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/activation/activation-20040331.ebuild,v 1.3 2004/04/19 19:45:28 robbat2 Exp $
-
-inherit java-pkg
-
-DESCRIPTION="GNU implementation of the Java Activation Framework"
-HOMEPAGE="http://www.gnu.org/software/classpathx/jaf/"
-SRC_URI="http://www.gentoo.org/~karltk/java/distfiles/activation-20040331-gentoo.tar.bz2"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="doc"
-RDEPEND=">=virtual/jre-1.4"
-DEPEND=">=virtual/jdk-1.4"
-
-src_compile() {
- econf || die
- # package fails in parallel builds
- MAKEOPTS="-j1" emake || die
- if use doc ; then
- MAKEOPTS="-j1" emake javadoc || die
- fi
-}
-
-src_install() {
- java-pkg_dojar activation.jar
-
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README
- use doc && dohtml -r docs/*
-}
-
diff --git a/dev-java/activation/files/digest-activation-20040331 b/dev-java/activation/files/digest-activation-20040331
deleted file mode 100644
index e37e0ea2e0a2..000000000000
--- a/dev-java/activation/files/digest-activation-20040331
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2a26cff9f2b2e8bae0be8e876377e2cd activation-20040331-gentoo.tar.bz2 80708
diff --git a/dev-java/activation/metadata.xml b/dev-java/activation/metadata.xml
deleted file mode 100644
index 8826ab18fa5c..000000000000
--- a/dev-java/activation/metadata.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-
-<pkgmetadata>
-<herd>java</herd>
-
-<longdescription>
-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(tm).
-
-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(tm) classes. These beans can then view,
-edit, print, or perform whatever other action is required on the
-underlying resource.
-</longdescription>
-</pkgmetadata>