From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/piccolo2d/
Date: Sun, 23 May 2021 09:19:31 +0000 (UTC) [thread overview]
Message-ID: <1621761434.783c8485a037daa4ae77bae452e57067c51da5d7.fordfrog@gentoo> (raw)
commit: 783c8485a037daa4ae77bae452e57067c51da5d7
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue May 18 11:47:20 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun May 23 09:17:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=783c8485
dev-java/piccolo2d: swt:4.10 slot update, min java 1.8
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20865/commits/a7a4809d27625bbddda43f0c81af865942e9d3b0
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/piccolo2d/Manifest | 1 +
dev-java/piccolo2d/piccolo2d-3.0-r2.ebuild | 49 ++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-java/piccolo2d/Manifest b/dev-java/piccolo2d/Manifest
index 76ae19e8121..a24cdbd7c25 100644
--- a/dev-java/piccolo2d/Manifest
+++ b/dev-java/piccolo2d/Manifest
@@ -1 +1,2 @@
+DIST piccolo2d-3.0.tar.gz 402866 BLAKE2B b78b93084e13c738126ab04babab4ee502deca869dc28a5bd066c13b46f455af55cf76531270d546d6cf56d56c0e48f2edbbda40944479cb9762db56421fb021 SHA512 609b38e27386ea0dac821f8d0a23bbf57afa056ed928944d63c2c8d1572c4f8b6541d27f5d26ab167948724c9f1198069fb6e0b76ce2770fe795662c76151100
DIST piccolo2d-3.0.zip 786064 BLAKE2B f550bc7d39811998616000833543e048c879eeaf5006ba3d1cd19c7ac3c3c588fdf1c9b66986e5232dea49c1081082716e16542918319c18207cc2177d38ff10 SHA512 c57d0e86ea36e662027559c63c8e300629361849d4526d9271ea1ed3c8d55296ab1fab846c7a475c5d831fc6330052fa897ba8d3f89a196bca752a7ae802aa2a
diff --git a/dev-java/piccolo2d/piccolo2d-3.0-r2.ebuild b/dev-java/piccolo2d/piccolo2d-3.0-r2.ebuild
new file mode 100644
index 00000000000..bfe1cbbc332
--- /dev/null
+++ b/dev-java/piccolo2d/piccolo2d-3.0-r2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="doc source examples"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A Structured 2D Graphics Framework"
+HOMEPAGE="https://github.com/piccolo2d/piccolo2d.java"
+SRC_URI="https://github.com/${PN}/${PN}.java/archive/${PN}-complete-${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64"
+
+CDEPEND="dev-java/swt:4.10"
+
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.8:*"
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.8:*"
+BDEPEND="app-arch/unzip"
+
+S="${WORKDIR}/${PN}.java-${PN}-complete-${PV}"
+
+JAVA_GENTOO_CLASSPATH="swt-4.10"
+JAVA_SRC_DIR=( "core" "extras" "swt" )
+
+src_prepare() {
+ default
+ rm -rf core/src/test extras/src/test swt/src/test || die
+}
+
+src_install() {
+ java-pkg-simple_src_install
+ dodoc Readme.txt ReleaseNotes.txt
+
+ if use examples; then
+ docinto examples
+ dodoc -r examples/src/main/java/org/piccolo2d/examples/*
+ dodoc -r examples/src/main/java/org/piccolo2d/tutorial
+ dodoc -r swt-examples/src/main/java/org/piccolo2d/extras
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
next reply other threads:[~2021-05-23 9:19 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-23 9:19 Miroslav Šulc [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-07-25 0:34 [gentoo-commits] repo/gentoo:master commit in: dev-java/piccolo2d/ Sergei Trofimovich
2021-06-25 6:18 Agostino Sarubbo
2017-01-25 15:52 Agostino Sarubbo
2017-01-25 15:35 Agostino Sarubbo
2016-12-20 15:51 Tobias Klausmann
2016-05-14 8:49 Michał Górny
2016-01-30 10:48 James Le Cuirot
2016-01-30 10:48 James Le Cuirot
2016-01-29 22:57 James Le Cuirot
2016-01-24 22:21 Patrice Clement
2016-01-24 22:16 Patrice Clement
2015-09-01 19:04 Tobias Klausmann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1621761434.783c8485a037daa4ae77bae452e57067c51da5d7.fordfrog@gentoo \
--to=fordfrog@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox