commit:     6cbfa78c0ff6d20b6e10e6f6e6824d7e1b89bb07
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Wed Aug  5 19:09:20 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Wed Aug  5 21:31:21 2015 +0000
URL:        https://gitweb.gentoo.org/proj/java.git/commit/?id=6cbfa78c

[dev-java/crimson] Drop, 2010/08/06 - Apache Crimson has been retired

 dev-java/crimson/ChangeLog               | 62 --------------------------------
 dev-java/crimson/Manifest                |  1 -
 dev-java/crimson/crimson-1.1.3-r1.ebuild | 39 --------------------
 dev-java/crimson/metadata.xml            | 20 -----------
 4 files changed, 122 deletions(-)

diff --git a/dev-java/crimson/ChangeLog b/dev-java/crimson/ChangeLog
deleted file mode 100644
index 1dbcd16..0000000
--- a/dev-java/crimson/ChangeLog
+++ /dev/null
@@ -1,62 +0,0 @@
-# ChangeLog for dev-java/crimson
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/crimson/ChangeLog,v 1.20 
2007/05/27 10:17:10 betelgeuse Exp $
-
-  27 May 2007; Petteri Räty <[email protected]> -crimson-1.1.3.ebuild:
-  Remove generation 1 ebuild.
-
-  03 May 2007; Vlastimil Babka <[email protected]> ChangeLog:
-  Gen-1 punt.
-
-  03 May 2007; Raúl Porcel <[email protected]> crimson-1.1.3-r1.ebuild:
-  x86 stable wrt #176306
-
-  03 May 2007; Vlastimil Babka <[email protected]> crimson-1.1.3-r1.ebuild:
-  Fix src_install() with USE=-doc, thanks armin76.
-
-  28 Apr 2007; William L. Thomson Jr. <[email protected]>
-  crimson-1.1.3-r1.ebuild:
-  Stable on amd64, bug #176306.
-
-  28 Apr 2007; nixnut <[email protected]> crimson-1.1.3-r1.ebuild:
-  Stable on ppc wrt bug 176306
-
-  27 Apr 2007; Petteri Räty <[email protected]>
-  crimson-1.1.3-r1.ebuild:
-  Stylistic cleanup.
-
-  20 Jan 2007; Markus Rothe <[email protected]> crimson-1.1.3-r1.ebuild:
-  Added ~ppc64
-
-*crimson-1.1.3-r1 (29 Sep 2006)
-
-  29 Sep 2006; Joshua Nichols <[email protected]> +crimson-1.1.3-r1.ebuild:
-  Revision bump by fordfrog to support new Java system.
-
-  04 May 2005; Jan Brinkmann <[email protected]> crimson-1.1.3.ebuild:
-  stable on ppc, introduced support for the examples and the source useflag
-
-  03 Feb 2005; Jan Brinkmann <[email protected]> crimson-1.1.3.ebuild:
-  added doc and jikes useflag support, stable on amd64.
-
-  20 Oct 2004; Dylan Carlson <[email protected]> crimson-1.1.3.ebuild:
-  Keywords ~amd64.
-
-  17 Oct 2004; Thomas Matthijs <[email protected]> crimson-1.1.3.ebuild:
-  dojar --> java-pkg_dojar
-
-  16 Oct 2004; Thomas Matthijs <[email protected]> crimson-1.1.3.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 <[email protected]> crimson-1.1.3.ebuild:
-  Marking x86
-
-  03 May 2004; David Holm <[email protected]> crimson-1.1.3.ebuild:
-  Added to ~ppc.
-
-*crimson-1.1.3 (10 Jan 2004)
-
-  10 Jan 2004; Karl Trygve Kalleberg <[email protected]>
-  crimson-1.1.3.ebuild:
-  Initial import.  Ebuild submitted by myself.

diff --git a/dev-java/crimson/Manifest b/dev-java/crimson/Manifest
deleted file mode 100644
index 5b65a0b..0000000
--- a/dev-java/crimson/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST crimson-1.1.3-src.tar.gz 414360 SHA256 
54309397ad73dd6f057757543aa98eb6e46058c431804d4b0f1503399b3e0df3

diff --git a/dev-java/crimson/crimson-1.1.3-r1.ebuild 
b/dev-java/crimson/crimson-1.1.3-r1.ebuild
deleted file mode 100644
index dd629b4..0000000
--- a/dev-java/crimson/crimson-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/crimson/crimson-1.1.3-r1.ebuild,v 
1.7 2007/05/03 12:04:06 armin76 Exp $
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Apache Crimson XML 1.0 parser"
-HOMEPAGE="http://xml.apache.org/crimson/";
-SRC_URI="http://xml.apache.org/dist/crimson/${P}-src.tar.gz";
-
-LICENSE="Apache-1.1"
-SLOT="1"
-KEYWORDS="amd64 ppc ~ppc64 x86"
-IUSE=""
-
-DEPEND="|| ( =virtual/jdk-1.4* =virtual/jdk-1.3* )"
-RDEPEND=">=virtual/jre-1.3"
-
-src_compile() {
-       eant jars $(use_doc docs)
-}
-
-src_install() {
-       java-pkg_dojar build/${PN}.jar
-
-       dodoc ChangeLog || die
-       dohtml docs/README.html || die
-       if use doc; then
-               java-pkg_dojavadoc build/docs/api
-               java-pkg_dohtml -r -A class,java,xml build/examples
-       fi
-       if use examples; then
-               dodir /usr/share/doc/${PF}/examples
-               cp -r examples/* ${D}/usr/share/doc/${PF}/examples
-       fi
-       use source && java-pkg_dosrc src/javax src/org
-}

diff --git a/dev-java/crimson/metadata.xml b/dev-java/crimson/metadata.xml
deleted file mode 100644
index 89cb6e7..0000000
--- a/dev-java/crimson/metadata.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<herd>java</herd>
-<longdescription>
-Crimson is a Java XML parser which supports XML 1.0 via the following
-APIs:
-* Java API for XML Processing (JAXP) 1.1 minus the javax.xml.transform
-  package. JAXP is a pluggable API that allows applications to access XML
-  documents in a parser-independent manner. It endorses the industry
-  standard SAX and DOM APIs and also adds a few classes under the
-  javax.xml.parsers package to implement pluggability and utility methods.
-  Note: the javax.xml.transform package hierarchy of JAXP is not
-  implemented by Crimson. One implementation of javax.xml.transform can be
-  found at Xalan Java 2.
-* SAX 2.0
-* SAX2 Extensions version 1.0
-* DOM Level 2 Core Recommendation
-</longdescription>
-</pkgmetadata>

Reply via email to