mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 07:08:13 -07:00
dev-java/microba: Remove old 0.4.4.3, closes bug #586820
Package-Manager: Portage-2.3.8, Repoman-2.3.2
This commit is contained in:
@@ -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}
|
||||
}
|
||||
Reference in New Issue
Block a user