From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AEF37158089 for ; Sat, 23 Sep 2023 09:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0309A2BC01E; Sat, 23 Sep 2023 09:52:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D37F02BC01E for ; Sat, 23 Sep 2023 09:52:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BB3F335DC8 for ; Sat, 23 Sep 2023 09:52:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D17AEF25 for ; Sat, 23 Sep 2023 09:52:06 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1695462700.306ebb435ea3d8b87de971b2df2c37b14762c22f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/rat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/rat/rat-0.13.ebuild X-VCS-Directories: dev-java/rat/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 306ebb435ea3d8b87de971b2df2c37b14762c22f X-VCS-Branch: master Date: Sat, 23 Sep 2023 09:52:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41299a01-74e8-4890-b125-0a7edbc564f8 X-Archives-Hash: d7aef6b53c54aaa03a00e5ab1da79ba3 commit: 306ebb435ea3d8b87de971b2df2c37b14762c22f Author: Sam James gentoo org> AuthorDate: Sat Sep 23 09:51:40 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 23 09:51:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306ebb43 dev-java/rat: simplify DESCRIPTION No need for '${PN} is a...' Signed-off-by: Sam James gentoo.org> dev-java/rat/rat-0.13.ebuild | 4 ++-- 1 file 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"