public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-java/jfreesvg: jfreesvg-3.0.ebuild ChangeLog
@ 2015-06-11 15:01 Patrice Clement (monsieurp)
  0 siblings, 0 replies; only message in thread
From: Patrice Clement (monsieurp) @ 2015-06-11 15:01 UTC (permalink / raw
  To: gentoo-commits

monsieurp    15/06/11 15:01:46

  Modified:             ChangeLog
  Added:                jfreesvg-3.0.ebuild
  Log:
  Version bump. Fix bug 528400.
  
  Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)

Revision  Changes    Path
1.2                  dev-java/jfreesvg/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	9 Jun 2015 16:38:14 -0000	1.1
+++ ChangeLog	11 Jun 2015 15:01:46 -0000	1.2
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jfreesvg
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/ChangeLog,v 1.1 2015/06/09 16:38:14 monsieurp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/ChangeLog,v 1.2 2015/06/11 15:01:46 monsieurp Exp $
+
+*jfreesvg-3.0 (11 Jun 2015)
+
+  11 Jun 2015; Patrice Clement <monsieurp@gentoo.org> +jfreesvg-3.0.ebuild:
+  Version bump. Fix bug 528400.
 
 *jfreesvg-2.1 (09 Jun 2015)
 



1.1                  dev-java/jfreesvg/jfreesvg-3.0.ebuild

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

Index: jfreesvg-3.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-java/jfreesvg/jfreesvg-3.0.ebuild,v 1.1 2015/06/11 15:01:46 monsieurp Exp $

EAPI=5

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-ant-2

DESCRIPTION="JFreeSVG is a fast, light-weight, vector graphics library for the Java platform"
HOMEPAGE="http://www.jfree.org/jfreesvg/"
SRC_URI="mirror://sourceforge/jfreegraphics2d/${P}.zip"

LICENSE="GPL-3"
SLOT="3.0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="debug"

DEPEND=">=virtual/jdk-1.6
	app-arch/unzip"
RDEPEND=">=virtual/jre-1.6"

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

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

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-11 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-11 15:01 [gentoo-commits] gentoo-x86 commit in dev-java/jfreesvg: jfreesvg-3.0.ebuild ChangeLog Patrice Clement (monsieurp)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox