diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2005-09-17 20:37:53 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2005-09-17 20:37:53 +0000 |
commit | 51791d5a04ccca36a7e5dfe0f0af400b18499398 (patch) | |
tree | 2140c43d5fccdf6026dc39d2818790acc6c6e78c /dev-java | |
parent | Changed to use gnu-jaf because gnu-activation was a duplicate package. (diff) | |
download | historical-51791d5a04ccca36a7e5dfe0f0af400b18499398.tar.gz historical-51791d5a04ccca36a7e5dfe0f0af400b18499398.tar.bz2 historical-51791d5a04ccca36a7e5dfe0f0af400b18499398.zip |
Removed gnu-activation from the tree because it is a duplicate of gnu-jaf.
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/gnu-activation/ChangeLog | 42 | ||||
-rw-r--r-- | dev-java/gnu-activation/Manifest | 14 | ||||
-rw-r--r-- | dev-java/gnu-activation/files/digest-gnu-activation-1.0 | 1 | ||||
-rw-r--r-- | dev-java/gnu-activation/gnu-activation-1.0.ebuild | 32 | ||||
-rw-r--r-- | dev-java/gnu-activation/metadata.xml | 23 |
5 files changed, 0 insertions, 112 deletions
diff --git a/dev-java/gnu-activation/ChangeLog b/dev-java/gnu-activation/ChangeLog deleted file mode 100644 index 780caa4faa93..000000000000 --- a/dev-java/gnu-activation/ChangeLog +++ /dev/null @@ -1,42 +0,0 @@ -# ChangeLog for dev-java/gnu-activation -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-activation/ChangeLog,v 1.11 2005/07/12 13:41:04 axxo Exp $ - - 12 Jul 2005; Thomas Matthijs <axxo@gentoo.org> gnu-activation-1.0.ebuild: - Style fixes - - 22 Apr 2005; Simon Stelling <blubb@gentoo.org> gnu-activation-1.0.ebuild: - stable on amd64 - -*gnu-activation-1.0 (20 Oct 2004) - - 20 Oct 2004; Dylan Carlson <absinthe@gentoo.org> - +gnu-activation-1.0.ebuild, -gnu-activation-20040331.ebuild: - Version bump. Added ~amd64. Cleaned out obsolete build. - - 16 Oct 2004; Thomas Matthijs <axxo@gentoo.org> - gnu-activation-20040331.ebuild: - use java-pkg_dohtml instead of dohtml to also install the package-list in - case of api docs: #50740 - - 24 Aug 2004; Chris Aniszczyk <zx@gentoo.org> gnu-activation-20040331.ebuild: - Marking x86 - - 29 Apr 2004; Karl Trygve Kalleberg <karltk@gentoo.org> - activation-20040331.ebuild: Added proper S=, so that it compiles properly. - Fixes #49264. - -*gnu-activation-20040331 (28 Apr 2004) - - 28 Apr 2004; Karl Trygve Kalleberg <karltk@gentoo.org> - activation-20040331.ebuild: Moved over from dev-java/activation - - 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/gnu-activation/Manifest b/dev-java/gnu-activation/Manifest deleted file mode 100644 index a2fcf9a0a7c2..000000000000 --- a/dev-java/gnu-activation/Manifest +++ /dev/null @@ -1,14 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 5956060baf57236d5fb4bd23d0b5173c gnu-activation-1.0.ebuild 826 -MD5 1ca175ee6473d8b7c7dab0375bdb8669 ChangeLog 1520 -MD5 c448668ea8e648a4c33769a7b8abf74c metadata.xml 1000 -MD5 7645f60d5936a5bac43a832d3aa143fc files/digest-gnu-activation-1.0 66 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC08iR/rLF9B432nYRAgJQAJwPWVPqyeb5v+3WIABsDWfE08EMQACgwoNK -UeTsxQRrls4X3yypMZnvLJY= -=BYe1 ------END PGP SIGNATURE----- diff --git a/dev-java/gnu-activation/files/digest-gnu-activation-1.0 b/dev-java/gnu-activation/files/digest-gnu-activation-1.0 deleted file mode 100644 index 74e1c237eaed..000000000000 --- a/dev-java/gnu-activation/files/digest-gnu-activation-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 7bc83fccf5519e8aa30848139ed9715a activation-1.0.tar.gz 146228 diff --git a/dev-java/gnu-activation/gnu-activation-1.0.ebuild b/dev-java/gnu-activation/gnu-activation-1.0.ebuild deleted file mode 100644 index 5e47d0920a75..000000000000 --- a/dev-java/gnu-activation/gnu-activation-1.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/gnu-activation/gnu-activation-1.0.ebuild,v 1.4 2005/07/12 13:41:04 axxo Exp $ - -inherit java-pkg - -DESCRIPTION="GNU implementation of the Java Activation Framework" -HOMEPAGE="http://www.gnu.org/software/classpathx/jaf/" -SRC_URI="http://ftp.gnu.org/gnu/classpathx/activation-${PV}.tar.gz" -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="doc" -RDEPEND=">=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4" -S=${WORKDIR}/activation-${PV} - -src_compile() { - econf || die - emake -j1 || die - if use doc ; then - emake -j1 javadoc || die - fi -} - -src_install() { - java-pkg_dojar activation.jar - - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README - use doc && java-pkg_dohtml -r docs/* -} - diff --git a/dev-java/gnu-activation/metadata.xml b/dev-java/gnu-activation/metadata.xml deleted file mode 100644 index 8826ab18fa5c..000000000000 --- a/dev-java/gnu-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> |