diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-01-08 11:28:34 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-01-08 11:28:34 +0000 |
commit | 24fd814c326e282c4321965c31f341dad77e270d (patch) | |
tree | 033d63b33c21a3209964ab56005bb9bdd523630d /dev-util/checkstyle | |
parent | 129160ec854dca4c3fedb5bcfbcb56930371da0f (diff) |
gentoo resync : 08.01.2021
Diffstat (limited to 'dev-util/checkstyle')
-rw-r--r-- | dev-util/checkstyle/Manifest | 2 | ||||
-rw-r--r-- | dev-util/checkstyle/checkstyle-7.2.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/checkstyle/Manifest b/dev-util/checkstyle/Manifest index 11f0daed07bf..f9c466b9f673 100644 --- a/dev-util/checkstyle/Manifest +++ b/dev-util/checkstyle/Manifest @@ -1,3 +1,3 @@ DIST checkstyle-7.2.tar.gz 3359817 BLAKE2B 45cb74f6d2ff49cc218537cb9b5f95764a61a506f3aad8e265c809a0fecf9da47e8902ccc3afc312cddf3260d763b9d98a7e148c9382ed4107931cd189841170 SHA512 ee99d96d99a3f75097297cfda46e3647e57213bcb8b78098251a21c3fe0b4bb774393848d444f721d4bea83173581c89377a9d250157d6e6a225239da81d955f -EBUILD checkstyle-7.2.ebuild 1600 BLAKE2B d61930952f75fa6b13c127d7aaca67093425cc906641561eab2a935da8802c271a05c3c9aaae79717b12a00383afb94955665553cb18174f6ba929f186b41078 SHA512 07c364b86aa8c6d4f0b6b228c777a8d1d62b3adb684b1dae0d78741d6729161493f1700c853bbc7e4546e31a1ec4bc97c0731a5d92b8b3258e7085df4ee2b8de +EBUILD checkstyle-7.2.ebuild 1586 BLAKE2B 786694e31b2025a30ad90c501c7cd52d57d13b727283cd1c63b85dfbd726e4d09427fbba9775505342d6bbd602ae12bbc882ed796d2ceb222199b86cd120c006 SHA512 0a918b177c245804165596a152d7e7e7bb44a265d62ba64968b250672508c97aae51f13563df661da1ed9ae2f8adc13b3b27ae004bc2a7a43e7af3cb51b9566d MISC metadata.xml 377 BLAKE2B babe8dd16a427da17ad7255b39076b80d2a12e8b9b8eaeaea1b3d9633135b0cb262ca6e935a69f2895d06e48bbcf2df007f434b6db83f6039bd255dc9a790e34 SHA512 1a335de522055af5d8ec2ecd498528a66802b1fbb34e6b4be5e333c77b4b096ec38d0b7a8e5af7162315b4e8c3a99242c9246255fdd153566e258b808d50492a diff --git a/dev-util/checkstyle/checkstyle-7.2.ebuild b/dev-util/checkstyle/checkstyle-7.2.ebuild index 0036872cb55c..9d19d64351b2 100644 --- a/dev-util/checkstyle/checkstyle-7.2.ebuild +++ b/dev-util/checkstyle/checkstyle-7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/checkstyle/checkstyle" SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos" CP_DEPEND=" dev-java/ant-core:0 |