public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement (monsieurp)" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/junit: junit-4.12.ebuild ChangeLog
Date: Fri, 10 Jul 2015 12:48:21 +0000 (UTC)	[thread overview]
Message-ID: <20150710124821.4DDD775D@oystercatcher.gentoo.org> (raw)

monsieurp    15/07/10 12:48:21

  Modified:             ChangeLog
  Added:                junit-4.12.ebuild
  Log:
  Version bump. Fix bug 535878.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.85                 dev-java/junit/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	20 Oct 2013 16:32:37 -0000	1.84
+++ ChangeLog	10 Jul 2015 12:48:21 -0000	1.85
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/junit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.84 2013/10/20 16:32:37 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/ChangeLog,v 1.85 2015/07/10 12:48:21 monsieurp Exp $
+
+*junit-4.12 (10 Jul 2015)
+
+  10 Jul 2015; Patrice Clement <monsieurp@gentoo.org>
+  +files/junit-4.12-build.xml, +junit-4.12.ebuild:
+  Version bump. Fix bug 535878.
 
   20 Oct 2013; Agostino Sarubbo <ago@gentoo.org> junit-4.11.ebuild:
   Stable for ppc64, wrt bug #476958



1.1                  dev-java/junit/junit-4.12.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/junit/junit-4.12.ebuild?rev=1.1&content-type=text/plain

Index: junit-4.12.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/junit/junit-4.12.ebuild,v 1.1 2015/07/10 12:48:21 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="doc examples source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="Simple framework to write repeatable tests"
SRC_URI="https://github.com/${PN}-team/${PN}/archive/r${PV}.zip"
HOMEPAGE="http://www.junit.org/"

LICENSE="CPL-1.0"
SLOT="4"

KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"

CDEPEND="dev-java/hamcrest-core:1.3"

RDEPEND=">=virtual/jre-1.6
	${CDEPEND}"

DEPEND=">=virtual/jdk-1.6
	userland_GNU? ( >=sys-apps/findutils-4.3 )
	${CDEPEND}"

S="${WORKDIR}/${PN}-r${PV}"

JAVA_ANT_REWRITE_CLASSPATH="yes"
EANT_BUILD_XML="build.xml"
EANT_DOC_TARGET="javadoc"

java_prepare() {
	cp "${FILESDIR}"/${P}-build.xml build.xml

	find . -type f \( -name \*.jar -o -name \*.class \) -print -delete

	java-pkg_jar-from --into lib hamcrest-core-1.3 hamcrest-core.jar
}

EANT_BUILD_TARGET="compile"

src_compile() {
	java-pkg-2_src_compile
}

EANT_TEST_TARGET="package"

src_test() {
	java-pkg-2_src_test
}

src_install() {
	java-pkg_newjar target/${P}.jar
	dodoc doc/ReleaseNotes${PV}.md

	if use examples; then
		java-pkg_doexamples src/test/java/org/junit/samples
	fi

	if use source; then
		java-pkg_dosrc src/main/java/{org,junit}
	fi

	if use doc; then
		java-pkg_dojavadoc target/site/apidocs
	fi
}





             reply	other threads:[~2015-07-10 12:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 12:48 Patrice Clement (monsieurp) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-12 12:19 [gentoo-commits] gentoo-x86 commit in dev-java/junit: junit-4.12.ebuild ChangeLog Patrice Clement (monsieurp)

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=20150710124821.4DDD775D@oystercatcher.gentoo.org \
    --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