From fbdeef03229992d524d4102b084b1e221c7c5eaa Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Thu, 28 Feb 2013 11:11:29 +0100 Subject: [PATCH] PlantUML ebuild --- dev-java/plantuml/Manifest | 2 + dev-java/plantuml/plantuml-7958.ebuild | 37 +++++++++++++++++++ net-print/cndrvcups-common/Manifest | 4 +- .../cndrvcups-common-2.00-r2.ebuild | 2 +- .../cndrvcups-common-2.20.ebuild | 3 +- 5 files changed, 44 insertions(+), 4 deletions(-) create mode 100644 dev-java/plantuml/Manifest create mode 100644 dev-java/plantuml/plantuml-7958.ebuild diff --git a/dev-java/plantuml/Manifest b/dev-java/plantuml/Manifest new file mode 100644 index 0000000..9302233 --- /dev/null +++ b/dev-java/plantuml/Manifest @@ -0,0 +1,2 @@ +DIST plantuml-7958.tar.gz 813617 SHA256 a0dd48003178bd79751a8ec2f4e97bcc8df97f0008868e280acdf8164b9fd906 SHA512 150a88f3ed569585809bae856ab2eef8254893c847bfe470e56fcedaa5a628b7130df6ee70f44611748884ea1b4dda289b0f3e75f3f76b33f62fb6ba844e2639 WHIRLPOOL 1e0943c8800ee41bee7b396d0c44fa306b9f59571f79e3689f31bda1574cfb5f228e6c7ccf744e5362a3ce7a698f2b620b15376c5b52df79db65b3e0ec2eeeff +EBUILD plantuml-7958.ebuild 730 SHA256 6b20d17147958ea165ff0ba7302edbe2a40c2bd041ba59f0022b86bd77f3e558 SHA512 7ab1537a40d3da0c0d481ef721351fae2fba8696d5c4b62c63a0d0502409533c77eccf73eeffec8726bbbf3439ed265431a798659cbeef4974656c83db6d5606 WHIRLPOOL 4efb352bd0a82adf40cbb52ad8645c4f9c03fbd30739547a3a6ae6de7071adacf591dab3a799b0f893887f324915fdd8d1732d9df14fc7f7cbdd92f950ce7cb9 diff --git a/dev-java/plantuml/plantuml-7958.ebuild b/dev-java/plantuml/plantuml-7958.ebuild new file mode 100644 index 0000000..70c6582 --- /dev/null +++ b/dev-java/plantuml/plantuml-7958.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=4 + +JAVA_PKG_IUSE="source" + +inherit java-pkg-2 java-ant-2 + +DESCRIPTION="PlantUML draws UML diagrams from their textual representation" +HOMEPAGE="http://plantuml.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPLv2" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="" + +COMMON_DEP="dev-java/ant-core" + +RDEPEND=">=virtual/jre-1.6 + ${COMMON_DEP}" +DEPEND=">=virtual/jdk-1.6 + app-arch/unzip + ${COMMON_DEP}" + +JAVA_ANT_REWRITE_CLASSPATH="true" +EANT_BUILD_TARGET="dist" +EANT_DOC_TARGET="" +EANT_GENTOO_CLASSPATH="ant-core" + +src_install() { + java-pkg_dojar ${PN}.jar + use source && java-pkg_dosrc src +} diff --git a/net-print/cndrvcups-common/Manifest b/net-print/cndrvcups-common/Manifest index f0348b1..474e817 100644 --- a/net-print/cndrvcups-common/Manifest +++ b/net-print/cndrvcups-common/Manifest @@ -1,4 +1,4 @@ DIST CAPT_Printer_Driver_for_Linux_V200_uk_EN.tar.gz 24605162 RMD160 1808f62dea97ab2df629dbce83e05b52636fb5f6 SHA1 443b9d7f89a567a6859c46d283360fb26aa9979d SHA256 8504ae9a2fe1f8413d9e6aa15fa34d4b289b514a7a2de13da8efb4ace9d541bb DIST o1113enx_l_ufr220.zip 32622341 RMD160 56fb65b81e84740e6322e296402ec6e55fa40d83 SHA1 48803bef1820c9cf67d2c5f22dad354787d44d37 SHA256 c7d38c4fa0c3af5914767500f484b59afd5da71d0aa9c453de03d2a025fb21d8 -EBUILD cndrvcups-common-2.00-r2.ebuild 2393 RMD160 3728711ce057249ea5f95d589f9e94f97a40f147 SHA1 524532618b3aa3a14e91bdc9630dce1eb912ae38 SHA256 800e1cd521a43137034791b5b2e2e0cc3fd1b5a6dd6b58c5b3ae3904b6980433 -EBUILD cndrvcups-common-2.20.ebuild 1945 RMD160 558fa3133636ed82917012f319ac4f46bed660af SHA1 1686fde30dfb24c3d4d64e7dbf6ba795e70d4c67 SHA256 b33cca96fce29587d9530397e88daa3e013b7a459d2f69aca8da40bac795e58b +EBUILD cndrvcups-common-2.00-r2.ebuild 2393 RMD160 54da1898a3e07ba5e2fe5a6cc15d0c5858243e19 SHA1 c38705890121a8a84c92dd77cf37dc411d0fa13c SHA256 1cb3c043aec9cebf6ad6ddcea276f439c96d8f417ccbf3c6372811c286d43992 +EBUILD cndrvcups-common-2.20.ebuild 1946 RMD160 93b2feeb58421d9ddd0bd99fcb77d90f1f849106 SHA1 69d6f6d65d3273d4dc46e26a64cf0880c630f68c SHA256 bd0a4da2bedf3c845d8d15e1001e987cf3a335bca0b3e5c65201f4c433d644b0 diff --git a/net-print/cndrvcups-common/cndrvcups-common-2.00-r2.ebuild b/net-print/cndrvcups-common/cndrvcups-common-2.00-r2.ebuild index eaa405a..4f69c00 100644 --- a/net-print/cndrvcups-common/cndrvcups-common-2.00-r2.ebuild +++ b/net-print/cndrvcups-common/cndrvcups-common-2.00-r2.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI="2" inherit multilib eutils rpm versionator MY_PF=${PF/-r/-} @@ -12,7 +13,6 @@ RESTRICT="mirror" SLOT="0" KEYWORDS="amd64 x86" IUSE="-cngplp" # enable or disable cngplp compilation, may cause build break on ~amd64, don't really know if cngplp is ever needed -EAPI="2" DEPEND=">=net-print/cups-1.1.17" S=${WORKDIR}/${PN}-$(get_version_component_range 1-2) diff --git a/net-print/cndrvcups-common/cndrvcups-common-2.20.ebuild b/net-print/cndrvcups-common/cndrvcups-common-2.20.ebuild index 296f3a3..76c525b 100644 --- a/net-print/cndrvcups-common/cndrvcups-common-2.20.ebuild +++ b/net-print/cndrvcups-common/cndrvcups-common-2.20.ebuild @@ -2,8 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit multilib EAPI=3 +inherit multilib + # o1113enx_l_ufr220.zip DESCRIPTION="Canon common files for the CUPS driver for Linux" HOMEPAGE="http://de.software.canon-europe.com/software/0040355.asp"