ercpe 14/09/07 07:38:06 Modified: ChangeLog Added: javassist-3.7-r1.ebuild Log: EAPI bump, install examples (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 77C501ED)
Revision Changes Path 1.33 dev-java/javassist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javassist/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javassist/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javassist/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/javassist/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 7 Sep 2014 07:35:28 -0000 1.32 +++ ChangeLog 7 Sep 2014 07:38:06 -0000 1.33 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/javassist # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/javassist/ChangeLog,v 1.32 2014/09/07 07:35:28 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/javassist/ChangeLog,v 1.33 2014/09/07 07:38:06 ercpe Exp $ + +*javassist-3.7-r1 (07 Sep 2014) + + 07 Sep 2014; Johann Schmitz <[email protected]> +javassist-3.7-r1.ebuild: + EAPI bump, install examples *javassist-3.4-r1 (07 Sep 2014) 1.1 dev-java/javassist/javassist-3.7-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javassist/javassist-3.7-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/javassist/javassist-3.7-r1.ebuild?rev=1.1&content-type=text/plain Index: javassist-3.7-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/javassist/javassist-3.7-r1.ebuild,v 1.1 2014/09/07 07:38:06 ercpe Exp $ EAPI=5 JAVA_PKG_IUSE="doc source examples" inherit java-pkg-2 java-ant-2 # TODO add notes about where the distfile comes from DESCRIPTION="Javassist makes Java bytecode manipulation simple" SRC_URI="mirror://sourceforge/jboss/${P}.GA.zip" HOMEPAGE="http://www.csg.is.titech.ac.jp/~chiba/javassist/" LICENSE="MPL-1.1" SLOT="3" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" RDEPEND=">=virtual/jre-1.4" DEPEND=">=virtual/jdk-1.4 app-arch/unzip" EANT_DOC_TARGET="javadocs" JAVA_ANT_REWRITE_CLASSPATH=y EANT_NEEDS_TOOLS="yes" java_prepare() { find -name "*.jar" -delete || die } src_install() { java-pkg_dojar ${PN}.jar dohtml Readme.html || die use doc && java-pkg_dojavadoc html use source && java-pkg_dosrc src/main/javassist use examples && java-pkg_doexamples sample/* }
