ercpe 14/09/06 16:38:48 Modified: ChangeLog Added: helpgui-1.1-r2.ebuild Log: EAPI bump, minor qa (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.9 dev-java/helpgui/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/helpgui/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/helpgui/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/helpgui/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/helpgui/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 10 Aug 2014 20:14:23 -0000 1.8 +++ ChangeLog 6 Sep 2014 16:38:48 -0000 1.9 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/helpgui # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/helpgui/ChangeLog,v 1.8 2014/08/10 20:14:23 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/helpgui/ChangeLog,v 1.9 2014/09/06 16:38:48 ercpe Exp $ + +*helpgui-1.1-r2 (06 Sep 2014) + + 06 Sep 2014; Johann Schmitz <[email protected]> +helpgui-1.1-r2.ebuild: + EAPI bump, minor qa 10 Aug 2014; Sergei Trofimovich <[email protected]> helpgui-1.1-r1.ebuild: QA: drop trailing '.' from DESCRIPTION 1.1 dev-java/helpgui/helpgui-1.1-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/helpgui/helpgui-1.1-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/helpgui/helpgui-1.1-r2.ebuild?rev=1.1&content-type=text/plain Index: helpgui-1.1-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/helpgui/helpgui-1.1-r2.ebuild,v 1.1 2014/09/06 16:38:48 ercpe Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-ant-2 DESCRIPTION="HelpGUI is a simple library which develop a help viewer component" HOMEPAGE="http://helpgui.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}-src.jar" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=virtual/jdk-1.4 app-arch/unzip" RDEPEND=">=virtual/jre-1.4" EANT_BUILD_TARGET="helpgui_jar" EANT_DOC_TARGET="javadocs" src_install() { java-pkg_newjar build/${P}.jar ${PN}.jar dodoc README || die use doc && java-pkg_dojavadoc build/docs/api use source && java-pkg_dosrc src/* }
