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 E397115808D for ; Wed, 20 Apr 2022 08:03:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19A20E092C; Wed, 20 Apr 2022 08:03:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EA5ABE092C for ; Wed, 20 Apr 2022 08:03:40 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 226BC341A38 for ; Wed, 20 Apr 2022 08:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0F83B5 for ; Wed, 20 Apr 2022 08:03:38 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1650441806.1577e191cc54e9e9e71f0691c455f57695399230.flow@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/reflections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/reflections/reflections-0.9.12.ebuild X-VCS-Directories: dev-java/reflections/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 1577e191cc54e9e9e71f0691c455f57695399230 X-VCS-Branch: master Date: Wed, 20 Apr 2022 08:03:38 +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: 33541d59-f0ab-460d-bcd9-e37384937d87 X-Archives-Hash: 28b94b854814d4e45bfb9d6e33e0e911 commit: 1577e191cc54e9e9e71f0691c455f57695399230 Author: Florian Schmaus gentoo org> AuthorDate: Wed Apr 20 08:02:02 2022 +0000 Commit: Florian Schmaus gentoo org> CommitDate: Wed Apr 20 08:03:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1577e191 dev-java/reflections: remove unnecessary DOCS definition The default src_install implementation will dodoc README* already. No need to explicitly state that we want to dodoc README.md. Signed-off-by: Florian Schmaus gentoo.org> dev-java/reflections/reflections-0.9.12.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-java/reflections/reflections-0.9.12.ebuild b/dev-java/reflections/reflections-0.9.12.ebuild index 52f87a290943..81b492eaeeb4 100644 --- a/dev-java/reflections/reflections-0.9.12.ebuild +++ b/dev-java/reflections/reflections-0.9.12.ebuild @@ -52,8 +52,6 @@ RDEPEND=" >=virtual/jre-1.8:* ${CP_DEPEND}" -DOCS=( README.md ) - S="${WORKDIR}/${P}" JAVA_CLASSPATH_EXTRA="servlet-api-2.5"