mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-20 23:46:14 -04:00
dev-java/orsonpdf: new package, add 1.9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
parent
2fe3b13373
commit
a3f0db52cb
1
dev-java/orsonpdf/Manifest
Normal file
1
dev-java/orsonpdf/Manifest
Normal file
@ -0,0 +1 @@
|
|||||||
|
DIST orsonpdf-1.9.tar.gz 49407 BLAKE2B 9646c969215a8aad4a6bcbfed7743c7b0dc5f915bea2d6d27900d95d8bd3481b22fe88410f9165c2d57e99892537c6128cb87453f3d795c18a3d294b62f0ceb0 SHA512 21acab18ef4261fb9d60a7410d632aa773451d5de9cfc76ccf58ff2a04c806954e72dfa6df5cc8c07c41c10152c98f73b185f9247bd1d95fd6f643bda4be08dc
|
12
dev-java/orsonpdf/metadata.xml
Normal file
12
dev-java/orsonpdf/metadata.xml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<name>Alessandro Barbieri</name>
|
||||||
|
<email>lssndrbarbieri@gmail.com</email>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<bugs-to>https://github.com/jfree/orsonpdf/issues</bugs-to>
|
||||||
|
<remote-id type="github">jfree/orsonpdf</remote-id>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
37
dev-java/orsonpdf/orsonpdf-1.9.ebuild
Normal file
37
dev-java/orsonpdf/orsonpdf-1.9.ebuild
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# Copyright 2021-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
JAVA_SRC_DIR=(
|
||||||
|
"src/main/java/com/orsonpdf"
|
||||||
|
"src/main/java/com/orsonpdf/filter"
|
||||||
|
"src/main/java/com/orsonpdf/shading"
|
||||||
|
"src/main/java/com/orsonpdf/util"
|
||||||
|
)
|
||||||
|
|
||||||
|
inherit java-pkg-2 java-pkg-simple
|
||||||
|
|
||||||
|
DESCRIPTION="A fast, lightweight PDF generator for the Java platform"
|
||||||
|
HOMEPAGE="https://github.com/jfree/orsonpdf"
|
||||||
|
SRC_URI="https://github.com/jfree/orsonpdf/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
|
S="${WORKDIR}/${P}"
|
||||||
|
|
||||||
|
LICENSE="GPL-3+ BSD"
|
||||||
|
SLOT="1"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND=">=virtual/jre-1.8:*"
|
||||||
|
DEPEND=">=virtual/jdk-1.8:*"
|
||||||
|
|
||||||
|
RESTRICT="test"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
java-pkg_clean
|
||||||
|
default
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
java-pkg_dojar orsonpdf.jar
|
||||||
|
dodoc README.md
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user