ercpe 14/09/07 07:20:19 Modified: ChangeLog Added: java-getopt-1.0.14.ebuild Log: Version bump and use EAPI=5 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.27 dev-java/java-getopt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 28 Jul 2013 10:37:11 -0000 1.26 +++ ChangeLog 7 Sep 2014 07:20:19 -0000 1.27 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/java-getopt -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.26 2013/07/28 10:37:11 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/ChangeLog,v 1.27 2014/09/07 07:20:19 ercpe Exp $ + +*java-getopt-1.0.14 (07 Sep 2014) + + 07 Sep 2014; Johann Schmitz <[email protected]> +java-getopt-1.0.14.ebuild: + Version bump and use EAPI=5 28 Jul 2013; Fabian Groffen <[email protected]> java-getopt-1.0.13.ebuild: Marked ~x64-macos, bug #435528 1.1 dev-java/java-getopt/java-getopt-1.0.14.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild?rev=1.1&content-type=text/plain Index: java-getopt-1.0.14.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/java-getopt/java-getopt-1.0.14.ebuild,v 1.1 2014/09/07 07:20:19 ercpe Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 DESCRIPTION="Java command line option parser" HOMEPAGE="http://www.urbanophile.com/arenn/hacking/download.html" SRC_URI="http://www.urbanophile.com/arenn/hacking/getopt/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="1" KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" DEPEND=">=virtual/jdk-1.4" RDEPEND=">=virtual/jre-1.4" S="${WORKDIR}" java_prepare() { mv gnu/getopt/buildx.xml build.xml || die } src_install() { java-pkg_dojar build/lib/gnu.getopt.jar dodoc gnu/getopt/COPYING.LIB gnu/getopt/ChangeLog gnu/getopt/README || die use doc && java-pkg_dojavadoc build/api use source && java-pkg_dosrc gnu }
