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-netload-plugin/
Date: Sun, 25 Mar 2018 17:27:37
Message-Id: 1521998835.6f080ab0b82448a24a61c440282ae7dacaadd2b0.mgorny@gentoo
1 commit: 6f080ab0b82448a24a61c440282ae7dacaadd2b0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:14:20 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f080ab0
7
8 xfce-extra/xfce4-netload-plugin: Drop old
9
10 xfce-extra/xfce4-netload-plugin/Manifest | 1 -
11 .../xfce4-netload-plugin-1.2.4.ebuild | 28 ----------------------
12 2 files changed, 29 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-netload-plugin/Manifest b/xfce-extra/xfce4-netload-plugin/Manifest
15 index 414790f2702..723677c9fd1 100644
16 --- a/xfce-extra/xfce4-netload-plugin/Manifest
17 +++ b/xfce-extra/xfce4-netload-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-netload-plugin-1.2.4.tar.bz2 361889 BLAKE2B 879ea230cdad10028fd4f82026dfca3447d9e4e16f8a14af92af5c27af080a24545c95d96e7376411e6ab1dae4dda40d6160c721bba6b0ba9bf73aadf64437ab SHA512 e8b7e1d084acbe3785c5190d32c0941645be08ff735148ccd9ee03787168a390321b1945795ae9a3cc2a4ec56dfdae9cbac96fb6adbc66ec7b6c9bed845a1d51
20 DIST xfce4-netload-plugin-1.3.1.tar.bz2 367844 BLAKE2B b68cfefd2f54f8ee5868d6dab5dd4818b5268e4da96d9e53b55b354d170c56d72ef8fc7f360a1c97e1700795935c81ef6d0c982578fd8237c83ce04d266ef780 SHA512 34144bf2d95f71276f8b5f4cf417d97d380233805c6fec1b7c559fee5b11468a421d3691230e01d89b40289d5ab22a472dcbef2a7ee0854abd7213e0ef0a3ef9
21
22 diff --git a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.4.ebuild b/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.4.ebuild
23 deleted file mode 100644
24 index 6941ff15472..00000000000
25 --- a/xfce-extra/xfce4-netload-plugin/xfce4-netload-plugin-1.2.4.ebuild
26 +++ /dev/null
27 @@ -1,28 +0,0 @@
28 -# Copyright 1999-2017 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -
31 -EAPI=5
32 -inherit xfconf
33 -
34 -DESCRIPTION="A network load plug-in for the Xfce panel"
35 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin"
36 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
37 -
38 -LICENSE="GPL-2"
39 -SLOT="0"
40 -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux"
41 -IUSE="debug"
42 -
43 -RDEPEND=">=xfce-base/libxfce4ui-4.10:=
44 - >=xfce-base/xfce4-panel-4.10:="
45 -DEPEND="${RDEPEND}
46 - dev-util/intltool
47 - virtual/pkgconfig"
48 -
49 -pkg_setup() {
50 - XFCONF=(
51 - $(xfconf_use_debug)
52 - )
53 -
54 - DOCS=( AUTHORS ChangeLog NEWS README )
55 -}