ercpe       14/09/07 15:26:13

  Modified:             ChangeLog
  Added:                jgoodies-animation-1.2.0-r1.ebuild
  Log:
  EAPI bump, some qa
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.12                 dev-java/jgoodies-animation/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-animation/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   24 Oct 2007 05:11:59 -0000      1.11
+++ ChangeLog   7 Sep 2014 15:26:13 -0000       1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/jgoodies-animation
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-animation/ChangeLog,v 
1.11 2007/10/24 05:11:59 wltjr Exp $
+# Copyright 2000-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-animation/ChangeLog,v 
1.12 2014/09/07 15:26:13 ercpe Exp $
+
+*jgoodies-animation-1.2.0-r1 (07 Sep 2014)
+
+  07 Sep 2014; Johann Schmitz <[email protected]>
+  +jgoodies-animation-1.2.0-r1.ebuild:
+  EAPI bump, some qa
 
   24 Oct 2007; William L. Thomson Jr. <[email protected]>
   -jgoodies-animation-1.1.3.ebuild:



1.1                  
dev-java/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild

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

Index: jgoodies-animation-1.2.0-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/jgoodies-animation/jgoodies-animation-1.2.0-r1.ebuild,v
 1.1 2014/09/07 15:26:13 ercpe Exp $

EAPI=5

JAVA_PKG_IUSE="doc examples source test"

inherit java-pkg-2 java-ant-2

MY_V=${PV//./_}

DESCRIPTION="JGoodies Animation Library"
HOMEPAGE="http://www.jgoodies.com/";
SRC_URI="http://www.jgoodies.com/download/libraries/animation-${MY_V}.zip";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND=">=virtual/jdk-1.4
        app-arch/unzip
        test? ( dev-java/ant-junit )"

RDEPEND=">=virtual/jre-1.4
        examples? (
                >=dev-java/jgoodies-binding-1.1:1.0
                >=dev-java/jgoodies-forms-1.0:0
        )"

S="${WORKDIR}/animation-${PV}"

EANT_FILTER_COMPILER="jikes"
EANT_DOC_TARGET=""

java_prepare() {
        find -name "*.jar" -delete || die
}

src_test() {
        eant test -Djunit.jar.present=true \
                -Djunit.jar=$(java-pkg_getjar junit junit.jar)
}

src_install() {
        java-pkg_dojar build/animation.jar

        dodoc RELEASE-NOTES.txt || die
        dohtml README.html || die
        use doc && java-pkg_dohtml -r docs/*
        use source && java-pkg_dosrc src/core/*
        use examples && java-pkg_doexamples src/tutorial
}




Reply via email to