monsieurp    15/04/12 18:46:33

  Modified:             ChangeLog
  Added:                jcommon-1.0.23.ebuild
  Log:
  Version bump courtesy of Andreas Sturmlechner 
<[email protected]>. Fix bug 528392.
  
  Signed-off-by: [email protected]
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
93491BB8)

Revision  Changes    Path
1.37                 dev-java/jcommon/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jcommon/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog   5 Oct 2014 10:44:14 -0000       1.36
+++ ChangeLog   12 Apr 2015 18:46:33 -0000      1.37
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/jcommon
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcommon/ChangeLog,v 1.36 
2014/10/05 10:44:14 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcommon/ChangeLog,v 1.37 
2015/04/12 18:46:33 monsieurp Exp $
+
+*jcommon-1.0.23 (12 Apr 2015)
+
+  12 Apr 2015; Patrice Clement <[email protected]> +jcommon-1.0.23.ebuild:
+  Version bump courtesy of Andreas Sturmlechner
+  <[email protected]>. Fix bug 528392.
 
   05 Oct 2014; Agostino Sarubbo <[email protected]> jcommon-1.0.18.ebuild:
   Stable for ppc, wrt bug #518944



1.1                  dev-java/jcommon/jcommon-1.0.23.ebuild

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

Index: jcommon-1.0.23.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jcommon/jcommon-1.0.23.ebuild,v 1.1 
2015/04/12 18:46:33 monsieurp Exp $

EAPI=5

JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-ant-2 versionator

MY_P=${PN}-$(replace_version_separator 3 -)
DESCRIPTION="JCommon is a collection of useful classes used by JFreeChart, 
JFreeReport and other projects"
HOMEPAGE="http://www.jfree.org/jcommon";
SRC_URI="mirror://sourceforge/jfreechart/${MY_P}.zip"

LICENSE="LGPL-2"
SLOT="1.0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug"

DEPEND="
        >=virtual/jdk-1.6
        app-arch/unzip
        test? ( dev-java/junit:4 )"
RDEPEND=">=virtual/jre-1.6"

S="${WORKDIR}"/"${MY_P}"

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

        if ! use debug; then
                antflags="-Dbuild.debug=false -Dbuild.optimize=true"
        fi
}

src_compile() {
        if ! use debug; then
                antflags="-Dbuild.debug=false -Dbuild.optimize=true"
        fi
        eant -f ant/build.xml compile $(use_doc) $antflags
}

# No tests defined in build.xml. Let's turn them off.
# src_test() {
#       java-pkg_jar-from --into lib junit-4
#       eant -f ant/build.xml compile-junit-tests
#       ejunit4 -cp "./lib/${P}-junit.jar:$(java-pkg_getjars junit-4)" \
#               org.jfree.junit.JCommonTestSuite
# }

src_install() {
        java-pkg_newjar ${P}.jar ${PN}.jar
        dodoc README.md
        use doc && java-pkg_dojavadoc javadoc
        use source && java-pkg_dosrc src/main/java/com src/main/java/org
}




Reply via email to