From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-l2tp/
Date: Fri, 3 Feb 2023 10:46:57 +0000 (UTC) [thread overview]
Message-ID: <1675421174.a6668a5c9254ada3052911ee6b1cbe656fb4e30d.juippis@gentoo> (raw)
commit: a6668a5c9254ada3052911ee6b1cbe656fb4e30d
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 3 10:46:14 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Feb 3 10:46:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6668a5c
net-vpn/networkmanager-l2tp: drop 1.8.8
Closes: https://github.com/gentoo/gentoo/pull/29247
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-vpn/networkmanager-l2tp/Manifest | 1 -
.../networkmanager-l2tp-1.8.8.ebuild | 61 ----------------------
2 files changed, 62 deletions(-)
diff --git a/net-vpn/networkmanager-l2tp/Manifest b/net-vpn/networkmanager-l2tp/Manifest
index ab928d7b8aa0..add183aa4208 100644
--- a/net-vpn/networkmanager-l2tp/Manifest
+++ b/net-vpn/networkmanager-l2tp/Manifest
@@ -1,2 +1 @@
DIST NetworkManager-l2tp-1.20.8.tar.xz 487316 BLAKE2B 97a0b13a56babee47c2fd57b4bb655b79b96206eb3a51dacef642812fdf9059483fb7176f2be6ba86fc286cb6d1efdbada2c3dc8564e89598670781786e76011 SHA512 6ed2ab401821878bf775a27d43e540acce0ea6504a1a4bac436164776ef9e0eacef7963f0362691ef4ad7304e30e2c3199ba4fb41e24918b83aab88b34f7bb6a
-DIST NetworkManager-l2tp-1.8.8.tar.xz 445072 BLAKE2B 9490b756f3f244a5b53a27c3f047efdb6f3e06b01eaf515dacf08dac5c49eba9627c5ef5e368e7240883d3532efeac40e81c0fdd71af251250b05898c547ea23 SHA512 4b906b8fccb7955730a61f03c2bc6dee5a1e0da49897c2b7defeb65aa85cbf5e3353e2182e764544d22b72d5a4d448193b3b150a2c0546c159e8dd5152303a89
diff --git a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.8.ebuild b/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.8.ebuild
deleted file mode 100644
index 33ab33fba85f..000000000000
--- a/net-vpn/networkmanager-l2tp/networkmanager-l2tp-1.8.8.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="NetworkManager-l2tp"
-MY_P="${MY_PN}-${PV}"
-
-inherit gnome.org autotools
-
-DESCRIPTION="NetworkManager L2TP plugin"
-HOMEPAGE="https://github.com/nm-l2tp/network-manager-l2tp"
-SRC_URI="https://github.com/nm-l2tp/${MY_PN}/releases/download/${PV}/${MY_P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gnome static-libs"
-
-RDEPEND="
- >=net-misc/networkmanager-1.8[ppp]
- dev-libs/dbus-glib
- net-dialup/ppp:=[eap-tls]
- net-dialup/xl2tpd
- >=dev-libs/glib-2.32
- || (
- net-vpn/strongswan
- net-vpn/libreswan
- )
- gnome? (
- x11-libs/gtk+:3
- app-crypt/libsecret
- gnome-extra/nm-applet
- )"
-DEPEND="${RDEPEND}"
-BDEPEND="
- sys-devel/gettext
- dev-util/intltool
- virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- eautoreconf
- eapply_user
-}
-
-src_configure() {
- local PPPD_VER=$(best_version net-dialup/ppp)
- PPPD_VER=${PPPD_VER#*/*-} # reduce it to ${PV}-${PR}
- PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision
-
- local myeconfargs=(
- --localstatedir=/var
- --with-pppd-plugin-dir=/usr/$(get_libdir)/pppd/${PPPD_VER}
- $(use_with gnome)
- $(use_enable static-libs static)
- )
-
- econf "${myeconfargs[@]}"
-}
next reply other threads:[~2023-02-03 10:47 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-02-03 10:46 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-08 13:45 [gentoo-commits] repo/gentoo:master commit in: net-vpn/networkmanager-l2tp/ Sam James
2024-07-27 7:06 Joonas Niilola
2024-07-27 7:06 Joonas Niilola
2023-01-24 10:01 Joonas Niilola
2023-01-24 10:01 Joonas Niilola
2023-01-24 10:01 Joonas Niilola
2023-01-24 10:01 Joonas Niilola
2023-01-24 10:01 Joonas Niilola
2023-01-22 19:04 Sam James
2022-09-15 10:30 Alexey Shvetsov
2022-09-15 10:30 Alexey Shvetsov
2022-08-19 22:05 Sam James
2022-08-19 22:05 Sam James
2022-05-19 2:20 Sam James
2022-05-19 2:20 Sam James
2021-12-05 19:45 Piotr Karbowski
2021-07-25 3:43 Sam James
2021-07-25 3:43 Sam James
2021-07-25 3:34 Sam James
2020-03-29 19:47 Piotr Karbowski
2020-03-29 19:47 Piotr Karbowski
2020-03-29 19:47 Piotr Karbowski
2020-03-03 20:30 Piotr Karbowski
2019-04-17 19:18 Alexey Shvetsov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1675421174.a6668a5c9254ada3052911ee6b1cbe656fb4e30d.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox