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: Sat, 30 Jul 2016 19:53:44
Message-Id: 1469908186.944c273acd879761103c92c21b4bba566299fb86.mgorny@gentoo
1 commit: 944c273acd879761103c92c21b4bba566299fb86
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 19:44:54 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 19:49:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944c273a
7
8 xfce-extra/xfce4-wavelan-plugin: Prune old
9
10 xfce-extra/xfce4-wavelan-plugin/Manifest | 1 -
11 .../xfce4-wavelan-plugin-0.5.11.ebuild | 33 ----------------------
12 2 files changed, 34 deletions(-)
13
14 diff --git a/xfce-extra/xfce4-wavelan-plugin/Manifest b/xfce-extra/xfce4-wavelan-plugin/Manifest
15 index 6fbcb9f..9ad60dc 100644
16 --- a/xfce-extra/xfce4-wavelan-plugin/Manifest
17 +++ b/xfce-extra/xfce4-wavelan-plugin/Manifest
18 @@ -1,2 +1 @@
19 -DIST xfce4-wavelan-plugin-0.5.11.tar.bz2 293840 SHA256 fe06c7ffc29c2d4ca7bc452b3356825354e276565de9b0a2d087ab55471755ae SHA512 48c5c35ee99e769c0a551011a9d6b81034b8e73658c814758f017dcefeb84b92eebd2e885c0d0f2bee4c2915f8f2c8ccce3ff98326cbe1b0e51b96f089fa32c1 WHIRLPOOL e7bc4604cbf832cffc64f797d0f25dc4ad7deade8922a4628e4fbd700483ab61ceab5d0d5675b7f2c4b2b90cc99806fbd161c74a3a21b3904a326ba6135da5fe
20 DIST xfce4-wavelan-plugin-0.5.12.tar.bz2 302148 SHA256 67dce45739f063b95e2bc2232c625277685887b1f84088316d919671b5500ac4 SHA512 a25c6c576c5f8a76bb595137cf92fb6e18c7f5807bbe203d11cafdcbfdb9f6a4d8b7fd2322f448dab307eeb5067d44d1e41393b4aeb71fc1f0deca72af7c67cd WHIRLPOOL a258f17b2d958c0f41b8ef830365094ae8458a8faa47fe549de9b57c4ea51aeefb19de4afae3d9e6eb32bcfc9eb6e5a282da5f484db633d36ef69c1fe9c0babc
21
22 diff --git a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.11.ebuild b/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.11.ebuild
23 deleted file mode 100644
24 index e83f73a..0000000
25 --- a/xfce-extra/xfce4-wavelan-plugin/xfce4-wavelan-plugin-0.5.11.ebuild
26 +++ /dev/null
27 @@ -1,33 +0,0 @@
28 -# Copyright 1999-2012 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -inherit xfconf
34 -
35 -DESCRIPTION="A panel plug-in to display wireless interface statistics"
36 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin"
37 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 -
39 -LICENSE="BSD-2"
40 -SLOT="0"
41 -KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
42 -IUSE="debug kernel_linux"
43 -
44 -COMMON_DEPEND=">=xfce-base/libxfce4ui-4.8
45 - >=xfce-base/libxfce4util-4.8
46 - >=xfce-base/xfce4-panel-4.8"
47 -RDEPEND="${COMMON_DEPEND}
48 - kernel_linux? ( sys-apps/net-tools )"
49 -DEPEND="${COMMON_DEPEND}
50 - dev-util/intltool
51 - sys-devel/gettext
52 - virtual/pkgconfig"
53 -
54 -pkg_setup() {
55 - XFCONF=(
56 - $(xfconf_use_debug)
57 - )
58 -
59 - DOCS=( AUTHORS ChangeLog NEWS README THANKS )
60 -}