diff options
author | 2023-09-23 10:51:40 +0100 | |
---|---|---|
committer | 2023-09-23 10:51:40 +0100 | |
commit | 306ebb435ea3d8b87de971b2df2c37b14762c22f (patch) | |
tree | f50ecf33cd58cb2a761668a30d72096db845dcbb /dev-java | |
parent | app-doc/kicad-doc: drop 7.0.6 (diff) | |
download | gentoo-306ebb435ea3d8b87de971b2df2c37b14762c22f.tar.gz gentoo-306ebb435ea3d8b87de971b2df2c37b14762c22f.tar.bz2 gentoo-306ebb435ea3d8b87de971b2df2c37b14762c22f.zip |
dev-java/rat: simplify DESCRIPTION
No need for '${PN} is a...'
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/rat/rat-0.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/rat/rat-0.13.ebuild b/dev-java/rat/rat-0.13.ebuild index 2d6facdeddae..01b5ca958c2a 100644 --- a/dev-java/rat/rat-0.13.ebuild +++ b/dev-java/rat/rat-0.13.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit java-pkg-2 -DESCRIPTION="Apache Rat is a release audit tool, focused on licenses" +DESCRIPTION="Release audit tool, focused on licenses" HOMEPAGE="https://creadur.apache.org/rat/" LICENSE="Apache-2.0" |