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/snakeyaml/
Date: Fri,  8 Jan 2016 10:30:47 +0000 (UTC)	[thread overview]
Message-ID: <1452248911.d5ef13f95d0952df3c47edcadc3086f0e196b52d.monsieurp@gentoo> (raw)

commit:     d5ef13f95d0952df3c47edcadc3086f0e196b52d
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  8 09:14:01 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Jan  8 10:28:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5ef13f9

dev-java/snakeyaml: EAPI 5 bump. Set SLOT back to 0.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-java/snakeyaml/snakeyaml-1.9-r2.ebuild | 36 ++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/dev-java/snakeyaml/snakeyaml-1.9-r2.ebuild b/dev-java/snakeyaml/snakeyaml-1.9-r2.ebuild
new file mode 100644
index 0000000..52a0c49
--- /dev/null
+++ b/dev-java/snakeyaml/snakeyaml-1.9-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A YAML 1.1 parser and emitter for Java 5"
+HOMEPAGE="https://bitbucket.org/asomov/snakeyaml"
+SRC_URI="https://snakeyaml.googlecode.com/files/SnakeYAML-all-${PV}.zip"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/jdk-1.6"
+RDEPEND=">=virtual/jre-1.6"
+
+S="${WORKDIR}/${PN}"
+JAVA_SRC_DIR="src/main/java"
+
+java_prepare() {
+	java-pkg_clean
+
+	# Easier to use java-pkg-simple.
+	rm -v pom.xml || die
+}
+
+src_install() {
+	java-pkg-simple_src_install
+	dodoc AUTHORS src/etc/announcement.msg
+}


             reply	other threads:[~2016-01-08 10:30 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-08 10:30 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-11 17:42 [gentoo-commits] repo/gentoo:master commit in: dev-java/snakeyaml/ Arthur Zamarin
2023-05-06 16:05 Arthur Zamarin
2023-04-19  9:11 Arthur Zamarin
2023-04-19  7:59 Arthur Zamarin
2023-04-19  7:49 Arthur Zamarin
2023-03-20  7:26 Miroslav Šulc
2022-10-12 19:22 Sam James
2022-10-10 18:39 Arthur Zamarin
2022-10-10  7:02 Agostino Sarubbo
2022-10-09 12:46 Arthur Zamarin
2022-10-03  7:55 Florian Schmaus
2022-10-03  7:55 Florian Schmaus
2022-09-06  8:20 Florian Schmaus
2022-08-28  5:17 Miroslav Šulc
2022-08-27  8:27 Sam James
2022-08-27  8:27 Sam James
2022-08-27  8:22 Arthur Zamarin
2022-08-27  8:22 Arthur Zamarin
2022-07-28  9:10 Sam James
2022-04-25 20:09 Arthur Zamarin
2022-04-25 11:39 Agostino Sarubbo
2022-04-25 11:37 Agostino Sarubbo
2022-04-24 13:27 Jakov Smolić
2022-03-25  8:32 Florian Schmaus
2021-12-17 10:57 Arthur Zamarin
2021-11-24 23:31 Sam James
2021-11-10 16:47 Sam James
2021-10-19  0:15 Sam James
2021-07-24 15:22 Sam James
2021-05-16 18:02 Miroslav Šulc
2021-04-16 17:09 Miroslav Šulc
2021-04-16 14:05 Miroslav Šulc
2021-04-11  0:13 Thomas Deutschmann
2021-04-06 11:05 Miroslav Šulc
2016-03-14 21:04 James Le Cuirot
2016-01-13 22:01 James Le Cuirot
2016-01-13 22:01 James Le Cuirot
2016-01-08 10:30 Patrice Clement
2016-01-08 10:30 Patrice Clement
2015-09-01 19:05 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=1452248911.d5ef13f95d0952df3c47edcadc3086f0e196b52d.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