tomwij      14/03/08 17:23:12

  Modified:             ChangeLog
  Added:                skinlf-6.7-r1.ebuild
  Removed:              skinlf-6.7.ebuild
  Log:
  Revision bump. EAPI 5.
  
  (Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 
6D34E57D)

Revision  Changes    Path
1.12                 dev-java/skinlf/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/skinlf/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog   30 Dec 2012 16:53:57 -0000      1.11
+++ ChangeLog   8 Mar 2014 17:23:12 -0000       1.12
@@ -1,6 +1,12 @@
 # ChangeLog for dev-java/skinlf
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/ChangeLog,v 1.11 2012/12/30 
16:53:57 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/skinlf/ChangeLog,v 1.12 2014/03/08 
17:23:12 tomwij Exp $
+
+*skinlf-6.7-r1 (08 Mar 2014)
+
+  08 Mar 2014; Tom Wijsman <[email protected]> +skinlf-6.7-r1.ebuild,
+  -skinlf-6.7.ebuild:
+  Revision bump. EAPI 5.
 
   30 Dec 2012; Ulrich Müller <[email protected]> skinlf-6.7.ebuild:
   Fix LICENSE, see LICENSE file, bug 447610.
@@ -51,4 +57,3 @@
   +files/skinlf-1.2.12-image-utils.patch, +metadata.xml,
   +skinlf-1.2.12.ebuild:
   Initial import of ebuild written by me
-



1.1                  dev-java/skinlf/skinlf-6.7-r1.ebuild

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

Index: skinlf-6.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/skinlf/skinlf-6.7-r1.ebuild,v 1.1 
2014/03/08 17:23:12 tomwij Exp $

EAPI="5"

JAVA_PKG_IUSE="examples source"
WANT_ANT_TASKS="ant-nodeps"

inherit eutils java-pkg-2 java-ant-2

MY_P="${P}-20060722"

DESCRIPTION="Skin Look and Feel - Skinning Engine for the Swing toolkit"
HOMEPAGE="http://${PN}.l2fprod.com/";
SRC_URI="https://${PN}.dev.java.net/files/documents/66/37801/${MY_P}.zip";

LICENSE="Apache-1.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"

CDEPEND="dev-java/laf-plugin:0
        dev-java/xalan:0"

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

DEPEND=">=virtual/jdk-1.4
        app-arch/unzip:0
        ${CDEPEND}"

java_prepare() {
        epatch "${FILESDIR}/${P}-image-utils-without-jimi.patch"

        cp "${FILESDIR}/${P}-build.xml" build.xml || die
        cp "${FILESDIR}/${P}-common.xml" common.xml || die

        cd lib || die

        # assert_built_jar_equals is your friend, upstream your enemy
        unzip ${PN}.jar '*.gif' '*.template' -d ../src || die
        rm -v *.jar || die

        java-pkg_jar-from xalan,laf-plugin
}

src_install() {
        java-pkg_dojar build/${PN}.jar

        # laf-plugin.jar is referenced in manifest's Class-Path
        # doesn't work without it due to class loader trickery
        # upstream solved this by absorbing laf-plugin in own jar...
        java-pkg_dojar lib/laf-plugin.jar

        use examples && java-pkg_doexamples src/examples
        use source && java-pkg_dosrc src/com src/*.java

        dodoc CHANGES README
}




Reply via email to