forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-java/commons-lang: version bump.
Gentoo-Bug: https://bugs.gentoo.org/629070 Package-Manager: Portage-2.3.6, Repoman-2.3.1
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
DIST commons-lang-2.0-src.tar.gz 440989 SHA256 40e159aa08b4561472056d369c1b4e347f251fd088a3045999e57f4ab50f34f2 SHA512 aecbbdd8eb2712981dcd8615bac2ec69e3ea7ae137407287d2a9b3eeaddb48e5367bc9c5cb8d232429ac6091548dac8af67e0593366365c04fcfe39984c3e549 WHIRLPOOL f0aa3e533fd3a276d4e0ac84a423f6a4cac9d2fa6819913dfd9f6300871e468104580b11e56d5c530df237b2312b71eca7886d8e7696f1858491e8687d2f42a9 | ||
DIST commons-lang-2.6-src.tar.gz 564032 SHA256 05479771851be0af057032fa26ad90aa0c91c10e1fc4439558a1ffa6f053bcd7 SHA512 4a30ed153f93fe6616a28974721bdf005d064203ef8a3dd375d6c1176647c0cdbd29cfde2a580e2c8d26bfa4655be6be7025b8ccae94086dcd816676c5cf8e87 WHIRLPOOL 4f8ee67677d83d5b0c55a6200e1dd06169863b424fccd879f3d0f64a0051d69e72a72b4fe6bcb67f1ea27eb9b55115e6ba05fbb2d51fcd500cf1a4c71fc62b66 | ||
DIST commons-lang-3.6.tar.gz 852347 SHA256 50fce3c35af4ef6c4790bbd7e2b8c1c488357311eb4be3ab7c53fbcc05374420 SHA512 fb627605154c1b3d4561c27ad931bfcac43303ce98ffca8fca538ce6368506cdd2b80de7f22a93ca628e86804923940dd9909bb884c77ca196b654521febc60a WHIRLPOOL f63c606cdc0cbdbc466b298aa6aa402c0c5eda73d4eb3920d8213047c3c4e31dc7e52c692d9bc75a19cfa3f85cd878d46e5fe6eb15196038e3d0b698d47122da | ||
DIST commons-lang3-3.1-src.tar.gz 638619 SHA256 52ff56b0350c38f0aea678f0b054c09ba8207bde6fa2a55331fef1793b991ffa SHA512 4d201c695a9b908a1809bbab689f80c6aa508b221b4c2786974eada08e647936f5879841c64eed509032ffdd5410735480e7ecb2910295d0f79e857c27019560 WHIRLPOOL 81a4c55177c802f6122bd491b160c1c7f6636043c3afc2e6f7c98c3445ccefae032cd2fbeb68e223f3456e18a46ba4103d286fae72e47804d9148098d295465c | ||
DIST commons-lang3-3.3.2-src.tar.gz 740462 SHA256 513ec853dd94d88539583aa9963451d860837761f64ffdec52d5b17f2f6f6ea0 SHA512 be889e0e9d7aaa7d6635e41c17d19dd1e5f9e03fd78eac61fd5f5483321170b9a72007ad0bfa7023e6ff55ae418b40eaa01dae350641c4e88138ac59d4001667 WHIRLPOOL ba45bd054c36b5636b2da372cbb605f6e517acf96cc55527bb290b1e5ff7ff1fe46d377b176f8b38c7db9ab2875ad4f68c4454782c6761546190ac9a3eec0cee | ||
DIST commons-lang3-3.4-src.tar.gz 771275 SHA256 6f9a16e264aec59e4c7148763223480171f756f020d7a30aa617caabd382fa76 SHA512 44e93f2d8f7e6a54becaa797ee3348c6125ccdce96d772158f2a1e5ba2a7ecaecf00a6290f2e0fe2fa61db422313709ec6bc836d9296e2f16c5acf6635bb12b5 WHIRLPOOL 936868b77e801236fee14fe692fa21b695cdb398d2761fa358babf99a8b63385d80b66ed0b3bd8bc9c7ff04af5e6b55eb50c95eb1280c6180d600a5f777422df |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
JAVA_PKG_IUSE="doc source test" | ||
|
||
inherit java-pkg-2 java-pkg-simple | ||
|
||
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 -> ${P}.tar.gz" | ||
LICENSE="Apache-2.0" | ||
SLOT="3.6" | ||
KEYWORDS="~amd64 ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris" | ||
|
||
CDEPEND=" | ||
dev-java/easymock:3.2 | ||
dev-java/commons-io:1" | ||
|
||
DEPEND=" | ||
${CDEPEND} | ||
>=virtual/jdk-1.8" | ||
|
||
RDEPEND=" | ||
${CDEPEND} | ||
>=virtual/jre-1.8" | ||
|
||
S="${WORKDIR}/${MY_P}-src" | ||
|
||
JAVA_ANT_ENCODING="ISO-8859-1" | ||
JAVA_GENTOO_CLASSPATH=" | ||
easymock-3.2 | ||
commons-io-1" | ||
|
||
DOCS=( CONTRIBUTING.md NOTICE.txt RELEASE-NOTES.txt LICENSE.txt README.md ) | ||
|
||
src_prepare() { | ||
default | ||
rm -rv src/test || die | ||
} | ||
|
||
src_install() { | ||
einstalldocs | ||
java-pkg-simple_src_install | ||
} |