commit: adc3ee7d22512c2d7a449ca6b23e9b8b56a8d07d Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Mar 23 10:08:45 2022 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Mar 24 07:07:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc3ee7d
dev-java/swing-layout: Drop 1.0.4-r1 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24725 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild | 30 ---------------------- 1 file changed, 30 deletions(-) diff --git a/dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild b/dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild deleted file mode 100644 index 13cbbd704cfb..000000000000 --- a/dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="Professional cross platform layouts with Swing" -HOMEPAGE="https://swing-layout.dev.java.net/" -SRC_URI="mirror://gentoo/${P}-src.zip" - -LICENSE="LGPL-2.1" -SLOT="1" -KEYWORDS="amd64 x86" - -DEPEND=" - >=virtual/jdk-1.6" - -RDEPEND=" - >=virtual/jre-1.6" - -S="${WORKDIR}/${P}" - -JAVA_SRC_DIR="src" - -src_prepare() { - default -}
