Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/mstpd/
Date: Sat, 23 Oct 2021 15:00:07
Message-Id: 1635001150.959b70d2c35cce46d1b83fec9f5247a2ea5894f3.jsmolic@gentoo
1 commit: 959b70d2c35cce46d1b83fec9f5247a2ea5894f3
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 23 14:11:06 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 23 14:59:10 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=959b70d2
7
8 net-misc/mstpd: drop 0.0.9-r1
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 net-misc/mstpd/Manifest | 1 -
13 net-misc/mstpd/mstpd-0.0.9-r1.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/net-misc/mstpd/Manifest b/net-misc/mstpd/Manifest
17 index 2df98bcbb1c..bfd0f2608d1 100644
18 --- a/net-misc/mstpd/Manifest
19 +++ b/net-misc/mstpd/Manifest
20 @@ -1,2 +1 @@
21 -DIST mstpd-0.0.9.tar.gz 113711 BLAKE2B 93ff0213a634fcbbb613c79227d737c3961f4de669e0ac2c7351fa1c22842669edc652ba0deb24917a44df5a465a4e905a98e46ab7ccc7e4ebfd13039e6acfe0 SHA512 1d4a926d8437b7c41c69d2a047718181ca6245f3150e4aeb631f437edaaafe0c40b29802a6c9ea38c9f1dfb1b94149934b473f550358be10bb796295fa632e1e
22 DIST mstpd-0.1.0.tar.gz 115670 BLAKE2B d0b666f16941ebb161cf91ad849da9d8f1927e90052f02cbab759685864bdd6040525bcbb69ca3e602140fa7245f1a48eed00d7e8515eb849ae0bd586f41588d SHA512 c3f7e1045e89eaad05b212993e4fb79e3662d247e371340276c59b92e33c732a9d82ed3490ce3b51e79c666db9f999916667d2be5da1f928e1624b288b0295bb
23
24 diff --git a/net-misc/mstpd/mstpd-0.0.9-r1.ebuild b/net-misc/mstpd/mstpd-0.0.9-r1.ebuild
25 deleted file mode 100644
26 index 29d66dea87e..00000000000
27 --- a/net-misc/mstpd/mstpd-0.0.9-r1.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit autotools bash-completion-r1 systemd
36 -
37 -DESCRIPTION="Multiple spanning tree protocol daemon"
38 -HOMEPAGE="https://github.com/mstpd/mstpd"
39 -SRC_URI="https://github.com/mstpd/mstpd/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
44 -
45 -src_prepare() {
46 - default
47 - eautoreconf
48 -}
49 -
50 -src_configure() {
51 - econf \
52 - --with-bashcompletiondir="$(get_bashcompdir)" \
53 - --with-systemdunitdir="$(systemd_get_systemunitdir)" \
54 - --localstatedir="${EPREFIX}"/
55 -}
56 -
57 -src_install() {
58 - default
59 - dosym ../../sbin/bridge-stp /lib/mstpctl-utils/mstpctl_restart_config
60 - dosym bridge-stp /sbin/mstp_restart
61 -}