monsieurp    15/06/26 23:04:38

  Modified:             ChangeLog
  Added:                xmlgraphics-commons-2.0.1.ebuild
  Log:
  Version bump. EAPI 5 bump.
  
  Signed-off-by: Patrice Clement <[email protected]>
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.31                 dev-java/xmlgraphics-commons/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog   22 Jun 2015 08:24:01 -0000      1.30
+++ ChangeLog   26 Jun 2015 23:04:38 -0000      1.31
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/xmlgraphics-commons
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 
1.30 2015/06/22 08:24:01 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/ChangeLog,v 
1.31 2015/06/26 23:04:38 monsieurp Exp $
+
+*xmlgraphics-commons-2.0.1 (27 Jun 2015)
+
+  27 Jun 2015; Patrice Clement <[email protected]>
+  +xmlgraphics-commons-2.0.1.ebuild:
+  Version bump. EAPI 5 bump.
 
   22 Jun 2015; Agostino Sarubbo <[email protected]> 
xmlgraphics-commons-1.5.ebuild:
   Stable for ppc64, wrt bug #543858



1.1                  
dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild

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

Index: xmlgraphics-commons-2.0.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild,v
 1.1 2015/06/26 23:04:38 monsieurp Exp $

EAPI="5"

JAVA_PKG_IUSE="doc examples source test"

inherit java-pkg-2 java-ant-2

DESCRIPTION="A library of several reusable components used by Apache Batik and 
Apache FOP"
HOMEPAGE="http://xmlgraphics.apache.org/commons/index.html";
SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz"

LICENSE="Apache-2.0"
SLOT="2"
KEYWORDS="~amd64 ~x86"

CDEPEND="dev-java/commons-io:1
        >=dev-java/commons-logging-1:0"

DEPEND=">=virtual/jdk-1.6
        test? (
                dev-java/mockito:0
                dev-java/ant-junit:0
                dev-java/xml-commons-resolver:0
        )
        ${CDEPEND}"

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

java_prepare() {
        find "${S}" -name '*.jar' -print -delete || die
}

JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_BUILD_TARGET="jar-main"
EANT_DOC_TARGET="javadocs"

EANT_GENTOO_CLASSPATH="
        commons-io-1
        commons-logging
"

EANT_TEST_GENTOO_CLASSPATH="
        ${EANT_GENTOO_CLASSPATH}
        xml-commons-resolver
        mockito
"

EANT_TEST_TARGET="junit-basic"

src_test() {
        EANT_ANT_TASKS="ant-junit" \
                java-pkg-2_src_test
}

src_install(){
        java-pkg_newjar build/${P}.jar

        use source && java-pkg_dosrc src/java/org
        use doc && java-pkg_dojavadoc build/javadocs
}




Reply via email to