From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javatoolkit/
Date: Fri, 8 Sep 2017 22:27:34 +0000 (UTC) [thread overview]
Message-ID: <1504909652.4fe0401eba6e31796fa093aca012ad8b5020e2d9.monsieurp@gentoo> (raw)
commit: 4fe0401eba6e31796fa093aca012ad8b5020e2d9
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 8 22:23:16 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Sep 8 22:27:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fe0401e
dev-java/javatoolkit: remove broken versions.
Package-Manager: Portage-2.3.6, Repoman-2.3.1
dev-java/javatoolkit/Manifest | 2 --
dev-java/javatoolkit/javatoolkit-0.4.0.ebuild | 29 ---------------------------
dev-java/javatoolkit/javatoolkit-0.5.0.ebuild | 29 ---------------------------
3 files changed, 60 deletions(-)
diff --git a/dev-java/javatoolkit/Manifest b/dev-java/javatoolkit/Manifest
index 6f8aa4baaa9..c4f3da2e9ac 100644
--- a/dev-java/javatoolkit/Manifest
+++ b/dev-java/javatoolkit/Manifest
@@ -1,4 +1,2 @@
DIST javatoolkit-0.3.0.tar.bz2 16823 SHA256 47bf8aad2ec58b2d850e8cbe57fe2707859d800b215b24387c7652a50353677c SHA512 e7bbe04e39ab277d0aab89f0eea963c4b0341a336660dab08bfad0510ad1b2b49ce7410a2363bcf9ebad5f8757ee254ddc27af642b4bfb374db52d82cf02c3b1 WHIRLPOOL a9b1034939a0e22c49620bb29d3652e8f5e6a8e71645556fe00463aabc0c1ff2ac2b666f59fd0ceea8ea5dc18579d90cc11a07ba341028831e3b8dd1e8a0e9ce
-DIST javatoolkit-0.4.0.tar.bz2 32156 SHA256 607d383024f2fcb74472f24d1c5bb2bd14929b38738613574737356ed6546c9a SHA512 1b5b596546342312eb841ca59f212ca2a09b2c872c4b6d29d984bb8017eb36b72e5c03ec2ed1e01e2900284495da9809e607c8156a5f26d40f94752847dba7f4 WHIRLPOOL b95ca41e0fb02ad7d078681d1232ce7dfdfec9748c5c71c4cdd273fdcb540a14c053016e2adab32074d5c8d510b336698b73757e2487d3596748cc7802268815
-DIST javatoolkit-0.5.0.tar.bz2 26290 SHA256 d4e75ff4a8606011319f3281c7fc0dc7c72ee450b71bf79b5cf365bee5cb90f6 SHA512 d5b3a72bbb8d60a1c0621a4f0949d1d0830cf96b1eb61a8f68327dc44e349f9fe21713389174f29464cbc8749810db8f2a522cd3b59ac7a8e4c860464f033421 WHIRLPOOL 07e64f9b375f72f2922302dac665d28c52cf23d1b359f6c032984bfd262643ccf73c914dcfa9ad13998e4243c967194c3c5ed403f7d4384ff02f64a92b2c667d
DIST javatoolkit-0.6.0.tar.bz2 26009 SHA256 eea0c349d0f532d632ac7b79f65c3c90d5dee3a6db044cf37cbbacf7448ac2ac SHA512 ab17ce59032286af30f238a3f0b37b5ebee2bcfbf4029239fce5f691265f87dfec3a7b29972a3d03aebe79ec22c435c2e37ca0e009fd8d53a58e7424a5e61409 WHIRLPOOL 9454a5835aa15afc2e7021c82254b4103b76f1b9165d80eb15b41a62547da7cfb5543af06d418992248d3c4bfce4d0e07cff00fe95d3f5303fb24aabd86a1845
diff --git a/dev-java/javatoolkit/javatoolkit-0.4.0.ebuild b/dev-java/javatoolkit/javatoolkit-0.4.0.ebuild
deleted file mode 100644
index 2548a6ea45e..00000000000
--- a/dev-java/javatoolkit/javatoolkit-0.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 multilib prefix
-
-DESCRIPTION="Collection of Gentoo-specific tools for Java"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
-SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-python_prepare_all() {
- hprefixify src/py/buildparser src/py/findclass setup.py
-
- distutils-r1_python_prepare_all
-}
-
-python_install() {
- distutils-r1_python_install \
- --install-scripts="${EPREFIX}"/usr/$(get_libdir)/${PN}/bin
-}
diff --git a/dev-java/javatoolkit/javatoolkit-0.5.0.ebuild b/dev-java/javatoolkit/javatoolkit-0.5.0.ebuild
deleted file mode 100644
index 28094261c1c..00000000000
--- a/dev-java/javatoolkit/javatoolkit-0.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
-
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 multilib prefix
-
-DESCRIPTION="Collection of Gentoo-specific tools for Java"
-HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Java"
-SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-python_prepare_all() {
- hprefixify src/py/buildparser src/py/findclass setup.py
-
- distutils-r1_python_prepare_all
-}
-
-python_install() {
- distutils-r1_python_install \
- --install-scripts="${EPREFIX}"/usr/$(get_libdir)/${PN}/bin
-}
next reply other threads:[~2017-09-08 22:27 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-08 22:27 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-13 15:19 [gentoo-commits] repo/gentoo:master commit in: dev-java/javatoolkit/ Arthur Zamarin
2025-09-11 20:21 Sam James
2025-08-12 10:42 Arthur Zamarin
2025-08-12 10:42 Arthur Zamarin
2025-03-23 3:09 Michał Górny
2025-03-22 21:19 Arthur Zamarin
2025-03-08 14:57 Arthur Zamarin
2025-03-08 11:57 Arthur Zamarin
2024-06-07 16:27 Sam James
2024-06-03 11:20 Sam James
2024-06-02 7:48 Miroslav Šulc
2024-05-29 9:47 Miroslav Šulc
2023-10-12 9:47 Sam James
2023-09-17 14:35 Arthur Zamarin
2023-02-25 7:00 Miroslav Šulc
2021-12-25 10:14 Georgy Yakovlev
2021-06-27 7:28 Miroslav Šulc
2021-06-24 21:47 Sam James
2021-06-19 19:14 Miroslav Šulc
2021-06-19 17:40 Miroslav Šulc
2020-12-27 14:07 Fabian Groffen
2020-12-23 11:26 Miroslav Šulc
2020-12-22 20:21 Sam James
2020-12-22 20:21 Sam James
2020-12-21 9:41 Sergei Trofimovich
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 10:25 Sergei Trofimovich
2020-12-15 10:28 Miroslav Šulc
2020-11-05 22:41 Patrice Clement
2020-11-05 21:48 Patrice Clement
2020-10-24 11:08 Sergei Trofimovich
2020-10-24 11:03 Sergei Trofimovich
2020-10-20 4:54 Sam James
2020-08-16 9:57 Michał Górny
2020-08-14 7:18 Georgy Yakovlev
2020-05-07 13:18 Michał Górny
2020-04-15 2:49 Mike Gilbert
2019-12-04 16:37 Aaron Bauman
2019-10-30 20:27 Miroslav Šulc
2019-10-29 21:51 Miroslav Šulc
2019-10-29 21:08 Miroslav Šulc
2017-09-08 22:27 Patrice Clement
2017-08-12 21:47 Patrice Clement
2017-08-08 8:08 Patrice Clement
2017-08-07 23:53 Patrice Clement
2017-08-07 19:18 Patrice Clement
2017-03-19 10:02 Fabian Groffen
2017-01-26 21:50 James Le Cuirot
2016-09-17 14:42 Patrice Clement
2016-08-13 8:01 Benda XU
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=1504909652.4fe0401eba6e31796fa093aca012ad8b5020e2d9.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