diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-03 06:31:16 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-03 06:31:16 +0000 |
commit | 5087ee3bf0055aae666159351774f2fb3610e571 (patch) | |
tree | 203f4d869518e7391a255055ca9a4b874e7b2d19 /net-dialup | |
parent | ff733bfb4d0bd82175e03255004faef8721b53ea (diff) |
gentoo auto-resync : 03:01:2025 - 06:31:16
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/Manifest.gz | bin | 5053 -> 5056 bytes | |||
-rw-r--r-- | net-dialup/rp-l2tp/Manifest | 1 | ||||
-rw-r--r-- | net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild | 42 |
3 files changed, 0 insertions, 43 deletions
diff --git a/net-dialup/Manifest.gz b/net-dialup/Manifest.gz Binary files differindex ca9a39212793..6d3adf3502c5 100644 --- a/net-dialup/Manifest.gz +++ b/net-dialup/Manifest.gz diff --git a/net-dialup/rp-l2tp/Manifest b/net-dialup/rp-l2tp/Manifest index eaf693b8611e..5c78eb1f191c 100644 --- a/net-dialup/rp-l2tp/Manifest +++ b/net-dialup/rp-l2tp/Manifest @@ -5,6 +5,5 @@ AUX rp-l2tp-0.4-gentoo.patch 9421 BLAKE2B dd1bb7dc0b592cdfface82a9fd0eb15b7d203b AUX rp-l2tp-0.4-parallel-build.patch 359 BLAKE2B 6bfc883859e1f8d0859f7ba53d250a2c2510a730bbf140a433226c901b8a2b5d3088ec9d08540ceba9b9b67d11492969c068fbed91befc984c9a28f28b6ef6a8 SHA512 a5796a5271f62baafd11a16e943ce6478d50e36acf1da5e369e43b7257b3d3700d98116b50742bf90cec44d9882fef942029ce9a350ef496a18762d2558ef8a0 AUX rp-l2tpd-init 370 BLAKE2B 01a4accc8d66977e75304e71e1ef20e9bc41059432a281c3cfed3d0844986934f74cfd6b66e3d22bc3e83fe3d4b3bf7a995014011b34ad2a5c398a11d71fcab8 SHA512 a0fcf486af04e5fd90903be8fca7d6235a791bc4a406bd4e09a85a3d29964aa20bb6aefa409d992701be9901aefb2fd52b9d7b57b24ea926b3031bf70a05a3f7 DIST rp-l2tp-0.4.tar.gz 198869 BLAKE2B 2ffe47311b26fcf50eadfec7be5b5e936f8aa047c6a5bd7599bb9903dfa5eff3dce565ebe7bc12cb7320ffedb73b447511d1aceeda95c285da1fb709b5122db5 SHA512 43a1ce8728323ed25f8b92c981731b21db8714f8d157343deb1da49f2c7b25e1833de5012238098ad9d1add7daec228a48f2cb8d6d0b60afbcc1c385ae79d3c9 -EBUILD rp-l2tp-0.4-r4.ebuild 864 BLAKE2B 6c8c541fe69e55996354b88648dffad25b329742701d7a968dc6282482282fc8a6ba29091db145f27daa021269c6ec25bf6dcc4e7c8df0d23bded9603146dbfe SHA512 44b1e134264aa7ff3f797362ade05e3e4369f26e98719abab4fa683502fc091f82e3e4f36e4225ff6638c5a89fe39cf27e2489bed484e572b18a2b67cc2db128 EBUILD rp-l2tp-0.4-r5.ebuild 908 BLAKE2B 2f5f59467eb504b26448b517408100d05e25dd01f4c68f1b9f872c46821922861bb6076190865b479d8cedc47c56377e09a63bac9049d829b894907b4e88d7c5 SHA512 ad7cfb532def41d436de3c8380c93a49ea9822676c542cb18a6afa0f8d9848fee9a85e2f18021de217fce3ac2c52678e166092d27b3b0b0537aef4956f169542 MISC metadata.xml 245 BLAKE2B badb9003921fcb49a9c777460b19ec5477248b63c99da07aaab7d36e32706cf36d87f58a38a62e0d7bf81e043826bf9b3da1588ad0cfcc22de4b5444dc557760 SHA512 0b11e4b5503b62f547783ea98f5dd75dd9d2ef80210b8a9dfc30b1020a18bb5b71f26e19f3409086f5598b1ceb6130b88c654484d88cba6002dbe114f8c2e03c diff --git a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild b/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild deleted file mode 100644 index ac95494e3a99..000000000000 --- a/net-dialup/rp-l2tp/rp-l2tp-0.4-r4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools toolchain-funcs - -DESCRIPTION="User-space implementation of L2TP for Linux and other UNIX systems" -HOMEPAGE="https://sourceforge.net/projects/rp-l2tp/" -SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+ GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -PATCHES=( - "${FILESDIR}/${P}-gentoo.patch" - "${FILESDIR}/${P}-flags.patch" - "${FILESDIR}/${P}-build.patch" - "${FILESDIR}/${P}-parallel-build.patch" -) - -src_prepare() { - default - - eautoreconf #871210 - - tc-export AR CC -} - -src_install() { - emake RPM_INSTALL_ROOT="${D}" install - einstalldocs - - newdoc l2tp.conf rp-l2tpd.conf - - docinto libevent - dodoc -r libevent/Doc/. - docompress -x /usr/share/doc/${PF}/libevent - - newinitd "${FILESDIR}"/rp-l2tpd-init rp-l2tpd -} |