Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/xl2tpd/
Date: Sat, 20 Apr 2019 23:23:05
Message-Id: 1555683014.5a37e35dd6e5508e6c8d5675d944ac082c4240c5.mgorny@gentoo
1 commit: 5a37e35dd6e5508e6c8d5675d944ac082c4240c5
2 Author: Torsten Alex <tee <AT> itc-gmbh <DOT> de>
3 AuthorDate: Sun Feb 17 03:44:20 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 14:10:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a37e35d
7
8 net-dialup/xl2tpd: remove version 1.3.6
9
10 Signed-off-by: Torsten Alex <tee <AT> itc-gmbh.de>
11
12 Package-Manager: Portage-2.3.51, Repoman-2.3.10
13 Closes: https://github.com/gentoo/gentoo/pull/11084
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 net-dialup/xl2tpd/Manifest | 1 -
17 net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild | 45 -----------------------------------
18 2 files changed, 46 deletions(-)
19
20 diff --git a/net-dialup/xl2tpd/Manifest b/net-dialup/xl2tpd/Manifest
21 index be0431697f7..efd75effbd7 100644
22 --- a/net-dialup/xl2tpd/Manifest
23 +++ b/net-dialup/xl2tpd/Manifest
24 @@ -2,4 +2,3 @@ DIST xl2tpd-1.3.10.tar.gz 510777 BLAKE2B 15ec09a6186d20facd4eceeca87a33a4676644a
25 DIST xl2tpd-1.3.11.tar.gz 510652 BLAKE2B c120ba0a2bb96a87334743319808e4a1dfb1b95140fc37df51c33e176bdefdac547ad27d38731bab9d94a939b9a3ca93404ef17c8076e16567a3ecc5b568fb47 SHA512 9fd478aa6b7e22867aa977aa0c22ba9d856e3b659aa0ffdcdb17aa0d8358cceab37da565eeb799590d65fc2914720715423e006f6bbe7ca742f09d7cced52cb7
26 DIST xl2tpd-1.3.12.tar.gz 513173 BLAKE2B a1f2e4d0e1af4402679eeec6589ca17b0422c664d37beae628511f988f6508ca22160d4657f8ff84bc5e5aac4d3e837c501b4d307964530044a792f2ecc599ab SHA512 e18f15ba038cd358fbad9dd7284c5f3c34273d9291bf8c66494c46d78150acfc1666cbf935fb5a66bd1f0220014f0b49fa0f7f55cb42de125e4123112c6eb00b
27 DIST xl2tpd-1.3.13.tar.gz 513958 BLAKE2B 66c2bcbb54191445f1a519d507b2ec67b48d9e994db09b8c6fc9980b03bf5aab09a2f6187170f0e8639bd8a323b8417bf6e5d0a80fd9e45f8adc310902b256ae SHA512 02e3502a75f41745c001fe1a34dd9900c3a77eea274e08f9361f7145ac24e9a663975efe85ef6aef7c6da1aa9f3369eeb5542ac26e90b9d59753158a17b69ee4
28 -DIST xl2tpd-1.3.6.tar.gz 553981 BLAKE2B 3e79534fe3eaa906cf09da93b7f6be2931e4c7fc8ff43dd9683ae846e1e2351c3bee81ac8853dee6c7e45ad8b60f8727edbd95d6dd30cc508288227b09da351c SHA512 868c65660e6a45fb8dc22b95542e9d6ca0dc8e5033cc9df04171a651ef273bc5d711a85f61d4a971d714089f7a10ee67460d8ab9f3c007fcffe0e11e81ae0bfd
29
30 diff --git a/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild b/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild
31 deleted file mode 100644
32 index d341d3479b5..00000000000
33 --- a/net-dialup/xl2tpd/xl2tpd-1.3.6.ebuild
34 +++ /dev/null
35 @@ -1,45 +0,0 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI="5"
40 -
41 -inherit eutils systemd toolchain-funcs
42 -
43 -DESCRIPTION="A modern version of the Layer 2 Tunneling Protocol (L2TP) daemon"
44 -HOMEPAGE="http://www.xelerance.com/services/software/xl2tpd/"
45 -SRC_URI="https://github.com/xelerance/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="GPL-2"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ppc64 ~x86"
50 -IUSE="dnsretry"
51 -
52 -DEPEND="net-libs/libpcap"
53 -RDEPEND="${DEPEND}
54 - net-dialup/ppp"
55 -DEPEND+=" >=sys-kernel/linux-headers-2.6.23"
56 -
57 -src_prepare() {
58 - sed -i Makefile -e 's| -O2||g' || die "sed Makefile"
59 - # The below patch is questionable. Why wasn't it submitted upstream? If it
60 - # ever breaks, it will just be removed. -darkside 20120914
61 - use dnsretry && epatch "${FILESDIR}/${PN}-dnsretry.patch"
62 -}
63 -
64 -src_compile() {
65 - tc-export CC
66 - export OSFLAGS="-DLINUX"
67 - emake
68 -}
69 -
70 -src_install() {
71 - emake PREFIX=/usr DESTDIR="${D}" install
72 - dodoc CREDITS README.xl2tpd BUGS CHANGES TODO doc/README.patents doc/rfc2661.txt
73 - insinto /etc/xl2tpd
74 - newins doc/l2tpd.conf.sample xl2tpd.conf
75 - newins doc/l2tp-secrets.sample l2tp-secrets
76 - fperms 0600 /etc/xl2tpd/l2tp-secrets
77 - newinitd "${FILESDIR}"/xl2tpd-init-r1 xl2tpd
78 - systemd_dounit "${FILESDIR}"/xl2tpd.service
79 - systemd_dotmpfilesd "${FILESDIR}"/xl2tpd.conf
80 -}