public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/xz-java/
Date: Sun,  5 Aug 2018 13:53:16 +0000 (UTC)	[thread overview]
Message-ID: <1533477183.71ab28393fb707639b5bc57e23d8835a78bcf1e6.monsieurp@gentoo> (raw)

commit:     71ab28393fb707639b5bc57e23d8835a78bcf1e6
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Aug  5 13:31:28 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Aug  5 13:53:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71ab2839

dev-java/xz-java: version bump.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 dev-java/xz-java/Manifest           |  1 +
 dev-java/xz-java/xz-java-1.7.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-java/xz-java/Manifest b/dev-java/xz-java/Manifest
index ce9a39e40a4..5723d7bbe6b 100644
--- a/dev-java/xz-java/Manifest
+++ b/dev-java/xz-java/Manifest
@@ -1,2 +1,3 @@
 DIST xz-java-1.5.zip 131544 BLAKE2B 3984cf1e20bbf1d5f2508766e3ef4aff87f0bef774cb6f7a3f6e6b4bf7b744e74f1640330a4278b70006b7ec05e9d758bb55d63f247cc7afb1c2f4a4e64591aa SHA512 8f425b86b216927490c1ab7303ae9db7faf2c275777765ec7d10c4acd4717d2ecf76068afe9a81d099ea0941c05c517cd5e7fe1b4e8bfec804fd3355dd064f41
 DIST xz-java-1.6.zip 138434 BLAKE2B 015074e64f8b354b617cd2519f83cf4a7aa491a7229e54fecb012eabe80d3ff65394a433b88eb58b5c2eadf1855aeefa0eb4c0e904f34ab36d0c430c04a7ba90 SHA512 a1a6a2da05d51695e58b8e91503106bae6030cb83853df32bc7b8a23db4189c4afef01544c21de91ee3df9ad11e065059c758f121c52e6b6a319b93b2136f666
+DIST xz-java-1.7.zip 151864 BLAKE2B 6fc952d8f5ff7f75eecf64c8a26ca1a0cff78f5fe8cc71b7cf12d516d702a92b503e5e7e9ef2a3980922f2bcbc57fc95df475b612fe2f19e49969ef1c873a85e SHA512 6909d4c6bcf0479a5c1a6178c56971517dbb2a923ce6e05b3d21bd5dd1e1ead7d06f3f533276279f440f129607b89e6eb9ba909bad94340d67b16d83cf72b445

diff --git a/dev-java/xz-java/xz-java-1.7.ebuild b/dev-java/xz-java/xz-java-1.7.ebuild
new file mode 100644
index 00000000000..0be4079e7b1
--- /dev/null
+++ b/dev-java/xz-java/xz-java-1.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc examples source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Implementation of xz data compression in pure java"
+HOMEPAGE="https://tukaani.org/xz/java.html"
+SRC_URI="https://tukaani.org/xz/${P}.zip"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
+
+S="${WORKDIR}"
+
+JAVA_SRC_DIR="src/org"
+
+DOCS=( README NEWS COPYING THANKS )
+
+src_install() {
+	java-pkg-simple_src_install
+	use examples && java-pkg_doexamples src/*Demo.java
+	einstalldocs
+}


             reply	other threads:[~2018-08-05 13:53 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-05 13:53 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-15 20:04 [gentoo-commits] repo/gentoo:master commit in: dev-java/xz-java/ Miroslav Šulc
2024-11-15  9:19 Arthur Zamarin
2024-11-15  1:22 Sam James
2024-11-14 18:41 Sam James
2024-10-17 15:32 Arthur Zamarin
2024-10-15  7:40 Miroslav Šulc
2024-10-12 17:12 Arthur Zamarin
2024-05-31 10:11 Miroslav Šulc
2024-05-29 18:54 Sam James
2023-06-27  7:37 Miroslav Šulc
2021-08-27  7:17 Miroslav Šulc
2021-08-26 14:57 Sam James
2021-08-26 14:52 Sam James
2021-08-26 14:49 Sam James
2021-08-26 14:49 Sam James
2021-07-26  6:41 Miroslav Šulc
2021-03-12 12:18 Miroslav Šulc
2020-10-20  4:11 Sam James
2019-11-23  5:42 Aaron Bauman
2019-04-01 14:47 Patrice Clement
2019-03-08  5:06 Georgy Yakovlev
2019-02-05  9:10 Georgy Yakovlev
2018-08-31 22:12 Patrice Clement
2018-04-08 18:38 James Le Cuirot
2017-07-13 17:27 Alexis Ballier
2017-03-30 12:21 Patrice Clement
2015-10-14  7:59 Patrice Clement

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=1533477183.71ab28393fb707639b5bc57e23d8835a78bcf1e6.monsieurp@gentoo \
    --to=monsieurp@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