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: xfce-extra/xfce4-wavelan-plugin/
Date: Mon, 03 Jan 2022 22:25:03
Message-Id: 1641248673.274711ef8846172755e4940de3ab629cdf984fce.mgorny@gentoo
1 commit: 274711ef8846172755e4940de3ab629cdf984fce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 3 11:33:47 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 3 22:24:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274711ef
7
8 xfce-extra/xfce4-wavelan-plugin: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 .../xfce4-wavelan-plugin-0.6.2.ebuild | 27 ----------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
16 deleted file mode 100644
17 index 9f5458a29a29..000000000000
18 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.6.2.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -DESCRIPTION="A panel plug-in to display wireless interface statistics"
27 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin"
28 -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
29 -
30 -LICENSE="BSD-2"
31 -SLOT="0"
32 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
33 -IUSE="kernel_linux"
34 -
35 -DEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
36 - >=xfce-base/xfce4-panel-4.12:="
37 -RDEPEND="${DEPEND}
38 - kernel_linux? ( sys-apps/net-tools )"
39 -BDEPEND="
40 - dev-util/intltool
41 - sys-devel/gettext
42 - virtual/pkgconfig"
43 -
44 -src_install() {
45 - default
46 - find "${D}" -name '*.la' -delete || die
47 -}