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-xkb-plugin/
Date: Tue, 02 Aug 2016 16:11:26
Message-Id: 1470154187.d7e50f749482e0df60c2017ec359e4443eeffcde.mgorny@gentoo
1 commit: d7e50f749482e0df60c2017ec359e4443eeffcde
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:31:56 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 2 16:09:47 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7e50f74
7
8 xfce-extra/xfce4-xkb-plugin: Prune old
9
10 xfce-extra/xfce4-xkb-plugin/Manifest | 2 --
11 .../xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild | 37 --------------------
12 .../xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild | 40 ----------------------
13 3 files changed, 79 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-xkb-plugin/Manifest b/xfce-extra/xfce4-xkb-plugin/Manifest
16 index 33a6f8f..7508f32 100644
17 --- a/xfce-extra/xfce4-xkb-plugin/Manifest
18 +++ b/xfce-extra/xfce4-xkb-plugin/Manifest
19 @@ -1,3 +1 @@
20 -DIST xfce4-xkb-plugin-0.5.6.tar.bz2 815228 SHA256 09e4623033987ce7b711252609a17291b306cdf60863ee39677a4995a93318a5 SHA512 6469f42b06b5d0dd9049c5d7baeca10a1be8fab520e98bf92533c751b36581fb008663593a45bbaead080cfd97086e856732b1dc336b6f713a95c9a212500bf6 WHIRLPOOL f5132d96c9be45764acd47ee5e6559a2f5de2e2ab0983c09e46d5a7eeab677655a8425bbb5a390173c8e1ef158d47321f6f6f037685932899ffdda901d9b4640
21 -DIST xfce4-xkb-plugin-0.7.0.tar.bz2 807921 SHA256 28367c309863581ae4de529b35bdedf5a1c918096a9a2e6e771554cba7bf5a6a SHA512 77af03d7bbf163548dd2ae4e10ebe79677bd514fee6534d2b9e0116c0350344dc2a5e14e77c048cf286bcb4f863f1ea84e9099524aff5a48d98143897c3f4357 WHIRLPOOL b459ae4d2cd06ddb3d7b9e25fcdf08c72bfd7c917bac912e15dfae877d55964c93a0a154b3424c5b39ac6140a41d8c35a2e97c314d38bb52750add8805fe593e
22 DIST xfce4-xkb-plugin-0.7.1.tar.bz2 837922 SHA256 61fe2e33fe99939d5d06a682e94e40e05ef844c930ad612154090d158b2ce681 SHA512 a6d83a614f85ada6470efbca9d19073ecf31e6531dafff000c1c9d439d7e4a6d02188296810933f28f4cf9b61addd1f99a6a47c8adc6423c44adbf7ffa525094 WHIRLPOOL 1ca8b11311313266be0b4ddea9203f7963734124cf71262e85a9dc8c5b0cc9d56221843df9c14a6d423a8a6adad9fc87b132c47645db86ef7697376c8f31de21
23
24 diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild
25 deleted file mode 100644
26 index 27a441a..0000000
27 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.6.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 1999-2014 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -inherit multilib xfconf
36 -
37 -DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
38 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
39 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
40 -
41 -LICENSE="BSD-2 GPL-2+"
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
44 -IUSE="debug"
45 -
46 -RDEPEND=">=gnome-base/librsvg-2.36.2
47 - x11-libs/gtk+:2
48 - >=x11-libs/libwnck-2.12:1
49 - x11-libs/libX11
50 - >=x11-libs/libxklavier-5
51 - >=xfce-base/libxfce4ui-4.8
52 - >=xfce-base/libxfce4util-4.8
53 - >=xfce-base/xfce4-panel-4.8"
54 -DEPEND="${RDEPEND}
55 - dev-util/intltool
56 - sys-devel/gettext
57 - virtual/pkgconfig"
58 -
59 -pkg_setup() {
60 - XFCONF=(
61 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
62 - $(xfconf_use_debug)
63 - )
64 -
65 - DOCS=( AUTHORS ChangeLog README )
66 -}
67
68 diff --git a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild b/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild
69 deleted file mode 100644
70 index 3ff4f02..0000000
71 --- a/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.7.0.ebuild
72 +++ /dev/null
73 @@ -1,40 +0,0 @@
74 -# Copyright 1999-2014 Gentoo Foundation
75 -# Distributed under the terms of the GNU General Public License v2
76 -# $Id$
77 -
78 -EAPI=5
79 -inherit multilib xfconf
80 -
81 -DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
82 -HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
83 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
84 -
85 -LICENSE="BSD-2 GPL-2+"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
88 -IUSE="debug"
89 -
90 -COMMON_DEPEND=">=gnome-base/librsvg-2.36.2
91 - x11-libs/gtk+:2
92 - >=x11-libs/libwnck-2.12:1
93 - x11-libs/libX11
94 - >=x11-libs/libxklavier-5
95 - >=xfce-base/garcon-0.1.5
96 - >=xfce-base/libxfce4ui-4.11
97 - >=xfce-base/libxfce4util-4.11
98 - >=xfce-base/xfce4-panel-4.11"
99 -RDEPEND="${COMMON_DEPEND}
100 - >=xfce-base/xfce4-settings-4.11"
101 -DEPEND="${COMMON_DEPEND}
102 - dev-util/intltool
103 - sys-devel/gettext
104 - virtual/pkgconfig"
105 -
106 -pkg_setup() {
107 - XFCONF=(
108 - --libexecdir="${EPREFIX}"/usr/$(get_libdir)
109 - $(xfconf_use_debug)
110 - )
111 -
112 - DOCS=( AUTHORS ChangeLog README )
113 -}