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-mount-plugin/, xfce-extra/xfce4-mount-plugin/files/
Date: Sun, 25 Mar 2018 17:27:35
Message-Id: 1521998834.b79a106df41cc2641fe396801dcc99f873cfed43.mgorny@gentoo
1 commit: b79a106df41cc2641fe396801dcc99f873cfed43
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 25 16:13:51 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 25 17:27:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b79a106d
7
8 xfce-extra/xfce4-mount-plugin: Drop old
9
10 xfce-extra/xfce4-mount-plugin/Manifest | 1 -
11 .../files/xfce4-mount-plugin-0.6.7-LINGUAS.patch | 14 ----------
12 .../xfce4-mount-plugin-0.6.7.ebuild | 31 ----------------------
13 3 files changed, 46 deletions(-)
14
15 diff --git a/xfce-extra/xfce4-mount-plugin/Manifest b/xfce-extra/xfce4-mount-plugin/Manifest
16 index e6ee0f5937f..c97b8f1887b 100644
17 --- a/xfce-extra/xfce4-mount-plugin/Manifest
18 +++ b/xfce-extra/xfce4-mount-plugin/Manifest
19 @@ -1,2 +1 @@
20 -DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 BLAKE2B ac114502cc3dc2a50a287d95b5de65c540c6c5e69cb6724a0914b988b2bcc5c8a6dae3e1379f703db636ec2376e7ff065b62b2ca790cc56f07ddf4bf0951d19d SHA512 18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
21 DIST xfce4-mount-plugin-1.1.2.tar.bz2 425997 BLAKE2B bc53f56d2cfe147ccabb3b8f16dbb6226e63dc77e724541bdac349cc17c24b216227e0ec4f8b84911ff97e8faa9b080d6118ed5ac436156c6e98971883ddd77f SHA512 95a4654b2dca87d8c86190163e908170509a7d37ca9aabbce9f397552fcd53a27912c09a33c5c259ef01799fb690714e9b9d14a962fa781d59dfce61bb69c728
22
23 diff --git a/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch b/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch
24 deleted file mode 100644
25 index 537c9c5f86e..00000000000
26 --- a/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch
27 +++ /dev/null
28 @@ -1,14 +0,0 @@
29 -http://bugs.gentoo.org/510872
30 -http://bugzilla.xfce.org/show_bug.cgi?id=10968
31 -
32 ---- configure
33 -+++ configure
34 -@@ -13946,7 +13946,7 @@
35 -
36 -
37 -
38 -- ALL_LINGUAS="ar ast bg ca cs da de el en_AU en_GB es eu fi fr gl hr hu id is it ja ko lt lv ms nb nl oc pa pl pt_BR pt ru sk sq sr sv th tr ug uk ur_PK ur vi zh_CN zh_TW "
39 -+ ALL_LINGUAS="ar ast ca cs da de el en_GB es eu fi fr gl hu id it ja ko lt lv nb nl pl pt_BR pt ru sq sv tr ur_PK ur vi zh_CN zh_TW "
40 -
41 - for ac_header in locale.h
42 - do :
43
44 diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild
45 deleted file mode 100644
46 index ebad0811487..00000000000
47 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild
48 +++ /dev/null
49 @@ -1,31 +0,0 @@
50 -# Copyright 1999-2017 Gentoo Foundation
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -inherit xfconf
55 -
56 -DESCRIPTION="An mount plug-in for the Xfce panel"
57 -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin"
58 -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
63 -IUSE="debug"
64 -
65 -RDEPEND=">=xfce-base/libxfce4ui-4.10
66 - >=xfce-base/xfce4-panel-4.10"
67 -DEPEND="${RDEPEND}
68 - dev-util/intltool
69 - sys-devel/gettext
70 - virtual/pkgconfig"
71 -
72 -pkg_setup() {
73 - PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch )
74 -
75 - XFCONF=(
76 - $(xfconf_use_debug)
77 - )
78 -
79 - DOCS=( AUTHORS ChangeLog NEWS README TODO )
80 -}