ercpe       14/07/11 17:36:23

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

Revision  Changes    Path
1.2                  dev-java/jgoodies-common/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/jgoodies-common/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   8 Feb 2012 22:05:28 -0000       1.1
+++ ChangeLog   11 Jul 2014 17:36:23 -0000      1.2
@@ -1,10 +1,14 @@
 # ChangeLog for dev-java/jgoodies-common
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-common/ChangeLog,v 1.1 
2012/02/08 22:05:28 serkan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jgoodies-common/ChangeLog,v 1.2 
2014/07/11 17:36:23 ercpe Exp $
+
+*jgoodies-common-1.8.0 (11 Jul 2014)
+
+  11 Jul 2014; Johann Schmitz <er...@gentoo.org> +jgoodies-common-1.8.0.ebuild:
+  Version bump of jgoodies-common (wrt #504626)
 
 *jgoodies-common-1.2.1 (08 Feb 2012)
 
   08 Feb 2012; Serkan Kaba <ser...@gentoo.org> +jgoodies-common-1.2.1.ebuild,
   +metadata.xml:
   Initial commit. Common dependency for other jgoodies.
-



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

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

Index: jgoodies-common-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-common/jgoodies-common-1.8.0.ebuild,v 
1.1 2014/07/11 17:36:23 ercpe Exp $

EAPI="5"

JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

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

DESCRIPTION="JGoodies Common 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=""

RESTRICT="test"

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

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

JAVA_SRC_DIR="src"

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




Reply via email to