Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 538378 - Version bump: dev-java/commons-lang-3.3.2
Summary: Version bump: dev-java/commons-lang-3.3.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Java (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-31 22:24 UTC by James Le Cuirot
Modified: 2015-02-01 08:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch against commons-lang-3.1.ebuild (commons-lang.ebuild.patch,1.34 KB, patch)
2015-01-31 22:24 UTC, James Le Cuirot
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Le Cuirot gentoo-dev 2015-01-31 22:24:45 UTC
Created attachment 395272 [details, diff]
Patch against commons-lang-3.1.ebuild

This is required by the latest version of minecraft-server, which will hopefully find its way into java-overlay soon. No doubt something else in the tree will soon need this too. I've also added tests. Java 1.6 is now required.

Please give me credit on this one as I want it to form part of my application to become a dev. Thanks.
Comment 1 Miroslav Šulc gentoo-dev 2015-01-31 23:01:06 UTC
*commons-lang-3.3.2 (31 Jan 2015)

  31 Jan 2015; Miroslav Šulc <fordfrog@gentoo.org> +commons-lang-3.3.2.ebuild:
  version bump (patch by James Le Cuirot <chewi@aura-online.co.uk>)

thanks for the patch and help on irc!
Comment 2 James Le Cuirot gentoo-dev 2015-01-31 23:09:12 UTC
Just one thing, the ppc conditionals in DEPEND satisfy repoman but perhaps you should have done RESTRICT="ppc? ( test ) ppc64? ( test )" as well? Though you may as well just nudge PPC team at this point.
Comment 3 Miroslav Šulc gentoo-dev 2015-02-01 08:01:49 UTC
(In reply to James Le Cuirot from comment #2)
> Just one thing, the ppc conditionals in DEPEND satisfy repoman but perhaps
> you should have done RESTRICT="ppc? ( test ) ppc64? ( test )" as well?
> Though you may as well just nudge PPC team at this point.

added, thanks for noting this