ercpe 14/09/07 15:53:57 Modified: ChangeLog Added: jgoodies-binding-1.1.2-r1.ebuild Removed: jgoodies-binding-1.1.2.ebuild Log: EAPI 5 bump; dropped unused build file (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.8 dev-java/jgoodies-binding/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-binding/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-binding/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-binding/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-binding/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 13 Feb 2008 03:53:55 -0000 1.7 +++ ChangeLog 7 Sep 2014 15:53:57 -0000 1.8 @@ -1,6 +1,13 @@ # ChangeLog for dev-java/jgoodies-binding -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-binding/ChangeLog,v 1.7 2008/02/13 03:53:55 ali_bush Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-binding/ChangeLog,v 1.8 2014/09/07 15:53:57 ercpe Exp $ + +*jgoodies-binding-1.1.2-r1 (07 Sep 2014) + + 07 Sep 2014; Johann Schmitz <[email protected]> + +jgoodies-binding-1.1.2-r1.ebuild, -files/build-1.0.3.xml, + -jgoodies-binding-1.1.2.ebuild: + EAPI 5 bump; dropped unused build file 13 Feb 2008; Alistair Bush <[email protected]> jgoodies-binding-1.1.2.ebuild: @@ -33,4 +40,3 @@ 10 Dec 2005; Saleem Abdulrasool <[email protected]> +files/build-1.0.3.xml, +metadata.xml, +jgoodies-binding-1.0.3.ebuild: Initial import. - 1.1 dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild?rev=1.1&content-type=text/plain Index: jgoodies-binding-1.1.2-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-binding/jgoodies-binding-1.1.2-r1.ebuild,v 1.1 2014/09/07 15:53:57 ercpe Exp $ EAPI=5 JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-ant-2 MY_V=${PV//./_} DESCRIPTION="A Java library to bind object properties with UI components" HOMEPAGE="http://www.jgoodies.com/" SRC_URI="http://www.jgoodies.com/download/libraries/binding-${MY_V}.zip" LICENSE="BSD" SLOT="1.0" KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4.2 app-arch/unzip" RDEPEND=">=virtual/jre-1.4.2 examples? ( >=dev-java/jgoodies-looks-1.0.5 )" S=${WORKDIR}/binding-${PV} RESTRICT="test" EANT_FILTER_COMPILER="jikes" java_prepare() { find -name "*.jar" -delete || die } src_install() { java-pkg_dojar build/binding.jar dodoc RELEASE-NOTES.txt || die dohtml README.html || die use doc && java-pkg_dohtml -r docs/* use source && java-pkg_dosrc src/core/com use examples && java-pkg_doexamples src/tutorial }
