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 A97A4158649 for ; Sat, 13 May 2023 06:02:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8CC5E08CE; Sat, 13 May 2023 06:02:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4D40E08CE for ; Sat, 13 May 2023 06:02:52 +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 00DA8335DA0 for ; Sat, 13 May 2023 06:02:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7433BA5A for ; Sat, 13 May 2023 06:02:50 +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: <1683957757.d53317250e816b7d52063e8ebebceaaa68ae0775.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/rp-pppoe/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild net-dialup/rp-pppoe/rp-pppoe-9999.ebuild X-VCS-Directories: net-dialup/rp-pppoe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d53317250e816b7d52063e8ebebceaaa68ae0775 X-VCS-Branch: master Date: Sat, 13 May 2023 06:02:50 +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: ff11d722-6096-4b88-b2bb-27ab2a5cb9b8 X-Archives-Hash: 1c147162a5d3b85e89958f39199376eb commit: d53317250e816b7d52063e8ebebceaaa68ae0775 Author: Sam James gentoo org> AuthorDate: Sat May 13 06:02:32 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 13 06:02:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5331725 net-dialup/rp-pppoe: drop README remnants Closes: https://bugs.gentoo.org/906247 Signed-off-by: Sam James gentoo.org> net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild | 6 +----- net-dialup/rp-pppoe/rp-pppoe-9999.ebuild | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild b/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild index f156559e1489..5dfdbf330761 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild @@ -3,11 +3,9 @@ EAPI=8 -inherit readme.gentoo-r1 - DESCRIPTION="A user-mode PPPoE client and server suite for Linux" HOMEPAGE="https://dianne.skoll.ca/projects/rp-pppoe/ https://salsa.debian.org/dskoll/rp-pppoe" -if [[ $PV = 9999 ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI=https://github.com/dfskoll/rp-pppoe.git else @@ -59,6 +57,4 @@ src_install() { newinitd "${FILESDIR}"/pppoe-server.initd pppoe-server newconfd "${FILESDIR}"/pppoe-server.confd pppoe-server - - readme.gentoo_create_doc } diff --git a/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild b/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild index 16b62dea4da5..ebc7ef2b4d02 100644 --- a/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild +++ b/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild @@ -3,11 +3,9 @@ EAPI=8 -inherit readme.gentoo-r1 - DESCRIPTION="A user-mode PPPoE client and server suite for Linux" HOMEPAGE="https://dianne.skoll.ca/projects/rp-pppoe/ https://salsa.debian.org/dskoll/rp-pppoe" -if [[ $PV = 9999 ]]; then +if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI=https://github.com/dfskoll/rp-pppoe.git else @@ -55,6 +53,4 @@ src_install() { newinitd "${FILESDIR}"/pppoe-server.initd pppoe-server newconfd "${FILESDIR}"/pppoe-server.confd pppoe-server - - readme.gentoo_create_doc }