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/jvyamlb/
Date: Sat,  2 Mar 2019 22:08:21 +0000 (UTC)	[thread overview]
Message-ID: <1551564492.f961b748bb7b39f5148c92d281bd5e335a487711.monsieurp@gentoo> (raw)

commit:     f961b748bb7b39f5148c92d281bd5e335a487711
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  2 22:02:38 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Mar  2 22:08:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f961b748

dev-java/jvyamlb: clean up old.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-java/jvyamlb/Manifest             |  1 -
 dev-java/jvyamlb/jvyamlb-0.2.5.ebuild | 45 -----------------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-java/jvyamlb/Manifest b/dev-java/jvyamlb/Manifest
index 449611139fd..83024eaa411 100644
--- a/dev-java/jvyamlb/Manifest
+++ b/dev-java/jvyamlb/Manifest
@@ -1,2 +1 @@
 DIST jvyamlb-0.2.5.tar.gz 526052 BLAKE2B 8b55748eb4e9b03b1e5ca78fd41145456d1329a3edb0a7d02c6b5e37a15c4a25e93cae9337ee9aeedb6611ee87ba09157e00ef4a55ed4a8202f8282e287b56dc SHA512 28d707255ca7447ad00f29bf1215e28fa485557e76795c47cbf309a5b1b97ba4c901ddc7b1507d06301b4f544bfc437c4926f457516832f953aff6b29b01b711
-DIST jvyamlb-src-0.2.5.tar.gz 1767828 BLAKE2B d87a31ce4cbba1ad039afaa067b0430d488abe5ed82fa53a14b4971c236e6ed77bcc652bdca4e9ff2d465d9468927f1dd5113bb44c63abba80caf50b272c60d1 SHA512 1e853ff957b888d706a4d264aac4573cf4aced02604e2679d5871f3a92c016136a7fb73adf5d5c0be0cea9f28b4bc6faf11abc0334fe2f96a251a7d9cc228711

diff --git a/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild b/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild
deleted file mode 100644
index 89d7ee44b2d..00000000000
--- a/dev-java/jvyamlb/jvyamlb-0.2.5.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-JAVA_PKG_IUSE="source test"
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="JvYAMLb, YAML processor extracted from JRuby"
-HOMEPAGE="https://github.com/olabini/jvyamlb"
-SRC_URI="https://jvyamlb.googlecode.com/files/jvyamlb-src-${PV}.tar.gz"
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
-IUSE=""
-
-CDEPEND="dev-java/bytelist:0
-	dev-java/jcodings:0
-	dev-java/joda-time:0"
-
-RDEPEND=">=virtual/jre-1.4
-	${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.4
-	test? ( dev-java/ant-junit )
-	${CDEPEND}"
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="bytelist jcodings joda-time"
-
-java_prepare() {
-	rm -fv lib/*.jar || die
-
-	# Don't do tests unnecessarily.
-	sed -i 's:depends="test":depends="compile":' build.xml
-}
-
-src_install() {
-	java-pkg_newjar lib/${P}.jar
-	use source && java-pkg_dosrc src/*
-	dodoc CREDITS README || die
-}
-
-src_test() {
-	ANT_TASKS="ant-junit" eant test
-}


             reply	other threads:[~2019-03-02 22:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-02 22:08 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-08-09  5:31 [gentoo-commits] repo/gentoo:master commit in: dev-java/jvyamlb/ Miroslav Šulc
2021-04-15 11:19 Miroslav Šulc
2021-04-15 11:19 Miroslav Šulc
2021-04-15 11:19 Miroslav Šulc
2019-03-02 22:08 Patrice Clement
2015-09-01 19:02 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=1551564492.f961b748bb7b39f5148c92d281bd5e335a487711.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