summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2022-03-23 11:08:45 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2022-03-24 08:07:55 +0100
commitadc3ee7d22512c2d7a449ca6b23e9b8b56a8d07d (patch)
tree179eef58c40631980a03466276cfb2b7ef025dcf /dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild
parentwww-client/microsoft-edge-beta: remove old (diff)
downloadgentoo-adc3ee7d22512c2d7a449ca6b23e9b8b56a8d07d.tar.gz
gentoo-adc3ee7d22512c2d7a449ca6b23e9b8b56a8d07d.tar.bz2
gentoo-adc3ee7d22512c2d7a449ca6b23e9b8b56a8d07d.zip
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@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24725 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild')
-rw-r--r--dev-java/swing-layout/swing-layout-1.0.4-r1.ebuild30
1 files changed, 0 insertions, 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
-}