Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 395272 Details for
Bug 538378
Version bump: dev-java/commons-lang-3.3.2
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against commons-lang-3.1.ebuild
commons-lang.ebuild.patch (text/plain), 1.34 KB, created by
James Le Cuirot
on 2015-01-31 22:24:45 UTC
(
hide
)
Description:
Patch against commons-lang-3.1.ebuild
Filename:
MIME Type:
Creator:
James Le Cuirot
Created:
2015-01-31 22:24:45 UTC
Size:
1.34 KB
patch
obsolete
>--- /usr/portage/dev-java/commons-lang/commons-lang-3.1.ebuild 2013-08-14 12:31:08.000000000 +0100 >+++ commons-lang-3.3.2.ebuild 2015-01-31 22:19:17.087076419 +0000 >@@ -1,4 +1,4 @@ >-# Copyright 1999-2013 Gentoo Foundation >+# 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.1.ebuild,v 1.2 2013/08/14 11:15:44 patrick Exp $ > >@@ -13,18 +13,24 @@ > HOMEPAGE="http://commons.apache.org/lang/" > SRC_URI="mirror://apache/commons/lang/source/${MY_P}-src.tar.gz" > >-DEPEND=">=virtual/jdk-1.5 >- test? ( dev-java/ant-junit:0 )" >+DEPEND=">=virtual/jdk-1.6 >+ test? ( >+ dev-java/ant-junit4 >+ dev-java/commons-io:1 >+ dev-java/easymock:3.2 >+ )" > >-RDEPEND=">=virtual/jre-1.5" >+RDEPEND=">=virtual/jre-1.6" > > LICENSE="Apache-2.0" >-SLOT="3.1" >+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 >@@ -34,3 +40,7 @@ > use doc && java-pkg_dojavadoc target/apidocs > use source && java-pkg_dosrc src/main/java/* > } >+ >+src_test() { >+ java-pkg-2_src_test >+}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 538378
: 395272