summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaco Kroon <jaco@uls.co.za>2023-05-11 13:18:39 +0200
committerSam James <sam@gentoo.org>2023-05-13 04:30:29 +0100
commit1cd109c2e9ee0159e6dfda1a1d53dba335e63c76 (patch)
treee589e8de45473acab75720072810b2128ab595ac /net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild
parentsys-cluster/glusterfs: sort out python deps (diff)
downloadgentoo-1cd109c2e9ee0159e6dfda1a1d53dba335e63c76.tar.gz
gentoo-1cd109c2e9ee0159e6dfda1a1d53dba335e63c76.tar.bz2
gentoo-1cd109c2e9ee0159e6dfda1a1d53dba335e63c76.zip
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@uls.co.za> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild')
-rw-r--r--net-dialup/rp-pppoe/rp-pppoe-4.0.ebuild14
1 files changed, 0 insertions, 14 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