ercpe       14/07/11 17:45:44

  Modified:             ChangeLog
  Added:                jgoodies-looks-2.6.0.ebuild
  Log:
  Version bump of jgoodies-looks
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.43                 dev-java/jgoodies-looks/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-looks/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog   17 Oct 2010 12:30:01 -0000      1.42
+++ ChangeLog   11 Jul 2014 17:45:44 -0000      1.43
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jgoodies-looks
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-looks/ChangeLog,v 1.42 
2010/10/17 12:30:01 caster Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-looks/ChangeLog,v 1.43 
2014/07/11 17:45:44 ercpe Exp $
+
+*jgoodies-looks-2.6.0 (11 Jul 2014)
+
+  11 Jul 2014; Johann Schmitz <er...@gentoo.org> +jgoodies-looks-2.6.0.ebuild:
+  Version bump of jgoodies-looks
 
   17 Oct 2010; Vlastimil Babka <cas...@gentoo.org> -files/plastic-1.3.2.txt,
   -files/build-1.3.2.xml, -files/build-2.0.4.xml,
@@ -216,4 +221,3 @@
   +files/build.xml, +files/plastic.txt, +jgoodies-looks-1.2.2.ebuild:
   Initial import. Ebuild contributed by Saleem A. <compn...@gentoo.org>. Fixes
   #74996.
-



1.1                  dev-java/jgoodies-looks/jgoodies-looks-2.6.0.ebuild

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

Index: jgoodies-looks-2.6.0.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-looks/jgoodies-looks-2.6.0.ebuild,v 
1.1 2014/07/11 17:45:44 ercpe Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

MY_PN="looks"
MY_PV=${PV//./_}
MY_P="${PN}-${MY_PV}"

DESCRIPTION="JGoodies Looks Library"
HOMEPAGE="http://www.jgoodies.com/";
SRC_URI="http://www.jgoodies.com/download/libraries/${MY_PN}/${MY_P}.zip";

LICENSE="BSD"
SLOT="2.6"
KEYWORDS="~amd64 ~x86"
IUSE=""

COMMON_DEPEND="dev-java/jgoodies-common:1.8"
DEPEND=">=virtual/jdk-1.6
        app-arch/unzip
        ${COMMON_DEPEND}"
RDEPEND=">=virtual/jre-1.6
        ${COMMON_DEPEND}"

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

JAVA_SRC_DIR="src"
JAVA_GENTOO_CLASSPATH="jgoodies-common-1.8"

java_prepare() {
        mkdir src || die
        unzip ${P}-sources.jar -d src || die
        rm "${S}"/pom.xml "${S}"/*.jar || die
}




Reply via email to