switched plantuml to upstream-ebuild
This commit is contained in:
2
media-gfx/plantuml/Manifest
Normal file
2
media-gfx/plantuml/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST plantuml-8018.tar.gz 1037427 SHA256 39652cbb7ff3c43404c86f16560c9bb26016979ca723893fed412e37d3fdbdb2 SHA512 d596776f220af2e4a96a881fcffce4b6683452b9c2f511d81fe0d28a9c72c0c93b6537864de039e000d79d283e85298b3c09a2b8c219d7629f80c050591505e6 WHIRLPOOL 31ea32344e8ed45487699a51f4cfbedff7109ef379f7d5e9df36c1a5bfde99c734cfaecdd173b5c643c922c85db95becc2caa410f4d19e10065423085a498ffa
|
||||
EBUILD plantuml-8018.ebuild 843 SHA256 92d1f713406de35377e7b57885a0b2d11266866ae27a8d1102c92d5171f0ea45 SHA512 11c2748cec93f153930491fd407dc9f7e47b8c001c25e9cf5a92cd143dd846c51a711e0ce992cc1d09b6e274d7f5cf34ee357d1c08f3d01c389e95a9bafa3540 WHIRLPOOL 097f91e70baf4568149655b541fb265f269cdb51b4f4f83c4fdfabf528be67f9506f867b4fc5a500408b1d9843be9c397269182b4aee3b66ce3887b569116aef
|
35
media-gfx/plantuml/plantuml-8018.ebuild
Normal file
35
media-gfx/plantuml/plantuml-8018.ebuild
Normal file
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2014 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/media-gfx/plantuml/plantuml-7999.ebuild,v 1.2 2014/06/08 17:37:55 pva Exp $
|
||||
|
||||
EAPI="5"
|
||||
|
||||
JAVA_PKG_IUSE="source"
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="PlantUML is used to draw UML diagram, using a simple and human readable text description"
|
||||
HOMEPAGE="http://plantuml.sourceforge.net"
|
||||
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
>=virtual/jdk-1.6
|
||||
"
|
||||
RDEPEND="
|
||||
>=virtual/jre-1.6
|
||||
>=media-gfx/graphviz-2.26.3
|
||||
"
|
||||
|
||||
EANT_BUILD_TARGET="dist"
|
||||
EANT_GENTOO_CLASSPATH="ant-core"
|
||||
JAVA_ANT_REWRITE_CLASSPATH="true"
|
||||
|
||||
src_install() {
|
||||
java-pkg_dojar ${PN}.jar
|
||||
java-pkg_dolauncher ${PN} --jar ${PN}.jar
|
||||
use source && java-pkg_dosrc src/*
|
||||
}
|
Reference in New Issue
Block a user