dev-java/microba: Remove old 0.4.4.3, closes bug #586820
authorJames Le Cuirot <chewi@gentoo.org>
Sun, 27 Aug 2017 19:32:18 +0000 (20:32 +0100)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 27 Aug 2017 19:32:18 +0000 (20:32 +0100)
Package-Manager: Portage-2.3.8, Repoman-2.3.2

dev-java/microba/microba-0.4.4.3.ebuild [deleted file]

diff --git a/dev-java/microba/microba-0.4.4.3.ebuild b/dev-java/microba/microba-0.4.4.3.ebuild
deleted file mode 100644 (file)
index 467aa1e..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Swing components for date operations and palettes"
-HOMEPAGE="https://github.com/tdbear/microba"
-SRC_URI="https://github.com/tdbear/${PN}/archive/${PV}.zip -> ${P}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-CDEPEND="dev-java/jgraph:0"
-
-RDEPEND="
-       ${CDEPEND}
-       >=virtual/jre-1.6"
-
-DEPEND="
-       ${CDEPEND}
-       >=virtual/jdk-1.6
-       source? ( app-arch/zip )"
-
-S="${WORKDIR}/${P}"
-
-JAVA_GENTOO_CLASSPATH="jgraph"
-
-JAVA_SRC_DIR="src"
-
-src_install() {
-       java-pkg-simple_src_install
-       mv change.log.txt CHANGELOG || die
-       mv readme.txt README || die
-       dodoc {README,CHANGELOG,README.md}
-}