ercpe       14/07/11 17:43:05

  Modified:             ChangeLog
  Added:                jgoodies-forms-1.8.0.ebuild
  Log:
  Version bump of jgoodies-forms (bugs #504628, #504444, etc.)
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 
77C501ED)

Revision  Changes    Path
1.32                 dev-java/jgoodies-forms/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-forms/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog   17 Jun 2014 11:11:31 -0000      1.31
+++ ChangeLog   11 Jul 2014 17:43:05 -0000      1.32
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/jgoodies-forms
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-forms/ChangeLog,v 1.31 
2014/06/17 11:11:31 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-forms/ChangeLog,v 1.32 
2014/07/11 17:43:05 ercpe Exp $
+
+*jgoodies-forms-1.8.0 (11 Jul 2014)
+
+  11 Jul 2014; Johann Schmitz <er...@gentoo.org> +jgoodies-forms-1.8.0.ebuild:
+  Version bump of jgoodies-forms (bugs #504628, #504444, etc.)
 
   17 Jun 2014; Manuel RĂ¼ger <mr...@gentoo.org> -jgoodies-forms-1.1.0.ebuild:
   NM: Cleanup superseeded ebuilds.



1.1                  dev-java/jgoodies-forms/jgoodies-forms-1.8.0.ebuild

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

Index: jgoodies-forms-1.8.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-forms/jgoodies-forms-1.8.0.ebuild,v 
1.1 2014/07/11 17:43:05 ercpe Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

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

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

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

COMMON_DEPEND="dev-java/jgoodies-common:${SLOT}"
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-${SLOT}"

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




Reply via email to