commit:     66a66ab8252c59c68916616b5d5a0e3df186df98
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 30 17:10:48 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Mon Aug 30 17:38:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a66ab8

dev-java/jgoodies-animation: Remove last-rited package

Closes: https://bugs.gentoo.org/805152
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-java/jgoodies-animation/Manifest               |  1 -
 .../jgoodies-animation-1.2.0-r2.ebuild             | 56 ----------------------
 dev-java/jgoodies-animation/metadata.xml           |  8 ----
 profiles/package.mask                              |  5 --
 4 files changed, 70 deletions(-)

diff --git a/dev-java/jgoodies-animation/Manifest 
b/dev-java/jgoodies-animation/Manifest
deleted file mode 100644
index a3191f31ff4..00000000000
--- a/dev-java/jgoodies-animation/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST jgoodies-animation-1.2.0.zip 728028 BLAKE2B 
591b63b6a2799bfe6020c4e81b834807fba3e72a039dbd9954846b6c5a5c2445493e2d8814b1897b9465ec39c2b62c2f027c1e05ef7db5e9439acc236dbf9078
 SHA512 
2220630d7fd70a98b6d9605de7a1d6fc3470cc19b39815b9777e6bc8cf7db74ce77338861dde45aafbe336ce8b48ee00bcd8149af701a7001869cd3da3cf6a72

diff --git a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild 
b/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild
deleted file mode 100644
index 0ca9ed5a45f..00000000000
--- a/dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-JAVA_PKG_IUSE="doc examples source test"
-
-inherit java-pkg-2 java-ant-2
-
-MY_V=${PV//./_}
-
-DESCRIPTION="JGoodies Animation Library"
-HOMEPAGE="http://www.jgoodies.com/";
-SRC_URI="mirror://gentoo/${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-       app-arch/unzip
-       >=virtual/jdk-1.6
-       test? ( dev-java/ant-junit:0 )"
-
-RDEPEND="
-       >=virtual/jre-1.6
-       examples? (
-               >=dev-java/jgoodies-binding-1.1:1.0
-               >=dev-java/jgoodies-forms-1.0:0
-       )"
-
-S="${WORKDIR}/animation-${PV}"
-
-EANT_FILTER_COMPILER="jikes"
-EANT_DOC_TARGET=""
-
-DOCS=( RELEASE-NOTES.txt README.html )
-
-src_prepare() {
-       default
-
-       java-pkg_clean
-}
-
-src_test() {
-       eant test -Djunit.jar.present=true \
-               -Djunit.jar=$(java-pkg_getjar junit junit.jar)
-}
-
-src_install() {
-       java-pkg_dojar build/animation.jar
-       einstalldocs
-       use doc && java-pkg_dohtml -r docs/*
-       use source && java-pkg_dosrc src/core/*
-       use examples && java-pkg_doexamples src/tutorial
-}

diff --git a/dev-java/jgoodies-animation/metadata.xml 
b/dev-java/jgoodies-animation/metadata.xml
deleted file mode 100644
index 952a4b9b605..00000000000
--- a/dev-java/jgoodies-animation/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>j...@gentoo.org</email>
-               <name>Java</name>
-       </maintainer>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 085e16ae25a..79fd45f48f5 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -308,11 +308,6 @@ perl-core/libnet
 # QA issues. Bug #805275, removal in 30 days.
 app-eselect/eselect-renpy
 
-# Miroslav Šulc <fordf...@gentoo.org> (2021-07-30)
-# these libs have no consumers, removal in 30 days
-# see bug: https://bugs.gentoo.org/805152
-dev-java/jgoodies-animation
-
 # Joonas Niilola <juip...@gentoo.org> (2021-07-29)
 # Upstream provided migration instructions from 2. -> 3. update,
 # breaks if not all at least many revdeps. #805011 for tracker bug.

Reply via email to