commit: 75718f769a9c6b1fcd5c807af65c1614fefd2dbb Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Aug 27 19:32:18 2017 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Aug 27 19:32:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75718f76
dev-java/microba: Remove old 0.4.4.3, closes bug #586820 Package-Manager: Portage-2.3.8, Repoman-2.3.2 dev-java/microba/microba-0.4.4.3.ebuild | 40 --------------------------------- 1 file changed, 40 deletions(-) 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 index 467aa1eb566..00000000000 --- a/dev-java/microba/microba-0.4.4.3.ebuild +++ /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} -}
