From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1518033-garchives=archives.gentoo.org@lists.gentoo.org>
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 72BD4158649
	for <garchives@archives.gentoo.org>; Sat, 13 May 2023 03:32:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6D322E08D4;
	Sat, 13 May 2023 03:32:00 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183])
	(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 50E2CE08D4
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 May 2023 03:32:00 +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 14AE8340E7C
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 May 2023 03:31:59 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E43FA6D
	for <gentoo-commits@lists.gentoo.org>; Sat, 13 May 2023 03:31:57 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
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" <sam@gentoo.org>
Message-ID: <1683948629.1cd109c2e9ee0159e6dfda1a1d53dba335e63c76.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: 1cd109c2e9ee0159e6dfda1a1d53dba335e63c76
X-VCS-Branch: master
Date: Sat, 13 May 2023 03:31:57 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 9482c889-2635-4ea2-9d3e-a31ffff924a3
X-Archives-Hash: 108839d8e17922d8ec4b377144fe1286

commit:     1cd109c2e9ee0159e6dfda1a1d53dba335e63c76
Author:     Jaco Kroon <jaco <AT> uls <DOT> co <DOT> za>
AuthorDate: Thu May 11 11:18:39 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 13 03:30:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cd109c2

net-dialup/rp-pppoe: drop tk USE flag.

Upstream support for gui was removed, and I highly doubt anyone still
used this.

Closes: https://bugs.gentoo.org/906122
Signed-off-by: Jaco Kroon <jaco <AT> uls.co.za>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild  | 14 --------------
 net-dialup/rp-pppoe/rp-pppoe-9999.ebuild | 14 --------------
 2 files changed, 28 deletions(-)

diff --git a/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild b/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild
index 49505ea74cfc..eeb1e261948c 100644
--- a/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild
+++ b/net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild
@@ -17,14 +17,12 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="tk"
 
 S="${S}/src"
 
 RDEPEND="
 	net-dialup/ppp:=
 	sys-apps/iproute2
-	tk? ( dev-lang/tk:= )
 "
 DEPEND=">=sys-kernel/linux-headers-2.6.25
 	elibc_musl? ( net-libs/ppp-defs )
@@ -49,10 +47,6 @@ src_configure() {
 
 src_compile() {
 	emake PLUGIN_PATH=rp-pppoe.so PLUGIN_DIR="${PPPD_PLUGIN_DIR}"
-
-	if use tk ; then
-		emake -C "${S}/../gui"
-	fi
 }
 
 src_install() {
@@ -61,14 +55,6 @@ src_install() {
 	# We don't need this README file here.
 	rm "${ED}${PPPD_PLUGIN_DIR}/README" || die "Error removing ${PPPD_PLUGIN_DIR}/README from installation"
 
-	if use tk ; then
-		emake -C "${S}/../gui" \
-			DESTDIR="${D}" \
-			datadir=/usr/share/doc/${PF}/ \
-			install
-		dosym doc/${PF}/tkpppoe /usr/share/tkpppoe
-	fi
-
 	newinitd "${FILESDIR}"/pppoe-server.initd pppoe-server
 	newconfd "${FILESDIR}"/pppoe-server.confd pppoe-server
 

diff --git a/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild b/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild
index 49505ea74cfc..eeb1e261948c 100644
--- a/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild
+++ b/net-dialup/rp-pppoe/rp-pppoe-9999.ebuild
@@ -17,14 +17,12 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="tk"
 
 S="${S}/src"
 
 RDEPEND="
 	net-dialup/ppp:=
 	sys-apps/iproute2
-	tk? ( dev-lang/tk:= )
 "
 DEPEND=">=sys-kernel/linux-headers-2.6.25
 	elibc_musl? ( net-libs/ppp-defs )
@@ -49,10 +47,6 @@ src_configure() {
 
 src_compile() {
 	emake PLUGIN_PATH=rp-pppoe.so PLUGIN_DIR="${PPPD_PLUGIN_DIR}"
-
-	if use tk ; then
-		emake -C "${S}/../gui"
-	fi
 }
 
 src_install() {
@@ -61,14 +55,6 @@ src_install() {
 	# We don't need this README file here.
 	rm "${ED}${PPPD_PLUGIN_DIR}/README" || die "Error removing ${PPPD_PLUGIN_DIR}/README from installation"
 
-	if use tk ; then
-		emake -C "${S}/../gui" \
-			DESTDIR="${D}" \
-			datadir=/usr/share/doc/${PF}/ \
-			install
-		dosym doc/${PF}/tkpppoe /usr/share/tkpppoe
-	fi
-
 	newinitd "${FILESDIR}"/pppoe-server.initd pppoe-server
 	newconfd "${FILESDIR}"/pppoe-server.confd pppoe-server