commit:     776f320884ad92a7f654b434d94db3bf808d76ae
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 19 22:13:30 2015 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 22:13:30 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=776f3208

dev-java/commons-attributes: Remove obsolete package

 dev-java/commons-attributes/Manifest               |  1 -
 .../commons-attributes-2.2-r2.ebuild               | 52 ----------------------
 dev-java/commons-attributes/metadata.xml           |  5 ---
 3 files changed, 58 deletions(-)

diff --git a/dev-java/commons-attributes/Manifest 
b/dev-java/commons-attributes/Manifest
deleted file mode 100644
index f612f14..0000000
--- a/dev-java/commons-attributes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST commons-attributes-2.2-src.tar.gz 98307 SHA256 
f24acddd1b82db16052672c255bd57add05107bbb1220264aec6ba10091e7713 SHA512 
6030af498f085c56b313f473d3f44fc063608b9e0d7442e2f7fd0ee73c320b84cc334dd75038ab3aaac4b72a54cf12f3e3bddfb7faf3610f0f080c389f370e07
 WHIRLPOOL 
b5a03da8126f8df02977a4318dd7cd6e1ebdb0b15f6932e344abb4b44dc1ee8e98214f3ff01fc0eeaf6b4ff6f47eeb67b4f7b6bc692407283c10f510947b4faf

diff --git a/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild 
b/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild
deleted file mode 100644
index adc43c0..0000000
--- a/dev-java/commons-attributes/commons-attributes-2.2-r2.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-DESCRIPTION="Commons Attributes enables Java programmers to use C#/.Net-style 
attributes in their code"
-HOMEPAGE="http://commons.apache.org/attributes/";
-SRC_URI="mirror://apache/commons/attributes/source/${P}-src.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="2"
-KEYWORDS="amd64 x86"
-
-CDEPEND="dev-java/ant-core:0
-       dev-java/gjdoc:0
-       dev-java/qdox:1.6
-       dev-java/xjavadoc:0"
-
-DEPEND=">=virtual/jdk-1.6
-       ${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.6
-       ${CDEPEND}"
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="ant-core,gjdoc,qdox-1.6"
-
-src_compile() {
-       java-pkg-2_src_compile
-
-       # The generated build.xml is faulty.
-       jar uf target/${PN}-compiler-${PV}.jar -C compiler/src/java \
-               org/apache/commons/attributes/anttasks.properties || die
-}
-
-src_install() {
-       java-pkg_newjar target/${PN}-api-${PV}.jar ${PN}-api.jar
-       java-pkg_newjar target/${PN}-compiler-${PV}.jar ${PN}-compiler.jar
-
-       java-pkg_register-ant-task
-
-       dodoc NOTICE.txt
-       dohtml README.html
-
-       use doc && java-pkg_dojavadoc dist/docs/api
-       use source && java-pkg_dosrc api/src/java/org compiler/src/java/org
-}

diff --git a/dev-java/commons-attributes/metadata.xml 
b/dev-java/commons-attributes/metadata.xml
deleted file mode 100644
index 838c00a..0000000
--- a/dev-java/commons-attributes/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-<herd>java</herd>
-</pkgmetadata>

Reply via email to