summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-08-30 19:10:48 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-08-30 19:38:46 +0200
commit66a66ab8252c59c68916616b5d5a0e3df186df98 (patch)
tree7271fd53009fabbe79c11da09e1fb7bb3b102629
parentdev-java/jgoodies-binding: Remove last-rited package (diff)
downloadgentoo-66a66ab8252c59c68916616b5d5a0e3df186df98.tar.gz
gentoo-66a66ab8252c59c68916616b5d5a0e3df186df98.tar.bz2
gentoo-66a66ab8252c59c68916616b5d5a0e3df186df98.zip
dev-java/jgoodies-animation: Remove last-rited package
Closes: https://bugs.gentoo.org/805152 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
-rw-r--r--dev-java/jgoodies-animation/Manifest1
-rw-r--r--dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r2.ebuild56
-rw-r--r--dev-java/jgoodies-animation/metadata.xml8
-rw-r--r--profiles/package.mask5
4 files changed, 0 insertions, 70 deletions
diff --git a/dev-java/jgoodies-animation/Manifest b/dev-java/jgoodies-animation/Manifest
deleted file mode 100644
index a3191f31ff45..000000000000
--- 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 0ca9ed5a45f6..000000000000
--- 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 952a4b9b605c..000000000000
--- 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>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 085e16ae25ae..79fd45f48f52 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 <fordfrog@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 <juippis@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.