fordfrog    15/01/31 23:00:01

  Modified:             ChangeLog
  Added:                commons-lang-3.3.2.ebuild
  Log:
  dev-java/commons-lang: version bump (patch by James Le Cuirot 
<[email protected]>)
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
CFE47E2F)

Revision  Changes    Path
1.70                 dev-java/commons-lang/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog   18 Jun 2014 18:20:48 -0000      1.69
+++ ChangeLog   31 Jan 2015 23:00:01 -0000      1.70
@@ -1,6 +1,11 @@
 # ChangeLog for dev-java/commons-lang
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.69 
2014/06/18 18:20:48 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-lang/ChangeLog,v 1.70 
2015/01/31 23:00:01 fordfrog Exp $
+
+*commons-lang-3.3.2 (31 Jan 2015)
+
+  31 Jan 2015; Miroslav Šulc <[email protected]> +commons-lang-3.3.2.ebuild:
+  version bump (patch by James Le Cuirot <[email protected]>)
 
   18 Jun 2014; Manuel Rüger <[email protected]> -commons-lang-2.4.ebuild:
   NM: Cleanup superseded ebuilds.



1.1                  dev-java/commons-lang/commons-lang-3.3.2.ebuild

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

Index: commons-lang-3.3.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-java/commons-lang/commons-lang-3.3.2.ebuild,v 1.1 
2015/01/31 23:00:01 fordfrog Exp $

EAPI="5"
JAVA_PKG_IUSE="doc source test"

inherit java-pkg-2 java-ant-2

MY_P="${PN}3-${PV}"

DESCRIPTION="Commons components to manipulate core java classes"
HOMEPAGE="http://commons.apache.org/lang/";
SRC_URI="mirror://apache/commons/lang/source/${MY_P}-src.tar.gz"

DEPEND=">=virtual/jdk-1.6
        !ppc? (
                !ppc64? (
                        test? (
                                dev-java/ant-junit4
                                dev-java/commons-io:1
                                dev-java/easymock:3.2
                        )
                )
        )"

RDEPEND=">=virtual/jre-1.6"

LICENSE="Apache-2.0"
SLOT="3.3"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux 
~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"

S="${WORKDIR}/${MY_P}-src"

JAVA_ANT_ENCODING="ISO-8859-1"
EANT_TEST_GENTOO_CLASSPATH="easymock-3.2,commons-io-1,junit-4"
JAVA_ANT_REWRITE_CLASSPATH="yes"

src_install() {
        java-pkg_newjar target/${MY_P}.jar ${PN}.jar

        dodoc RELEASE-NOTES.txt NOTICE.txt

        use doc && java-pkg_dojavadoc target/apidocs
        use source && java-pkg_dosrc src/main/java/*
}

src_test() {
        LC_ALL=C java-pkg-2_src_test
}




Reply via email to