diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-03-25 18:13:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-25 19:27:14 +0200 |
commit | b79a106df41cc2641fe396801dcc99f873cfed43 (patch) | |
tree | 65b6c9d77011c7c9da42c1e1f9fd20b38a435d8b /xfce-extra/xfce4-mount-plugin | |
parent | xfce-extra/xfce4-indicator-plugin: Drop old (diff) | |
download | gentoo-b79a106df41cc2641fe396801dcc99f873cfed43.tar.gz gentoo-b79a106df41cc2641fe396801dcc99f873cfed43.tar.bz2 gentoo-b79a106df41cc2641fe396801dcc99f873cfed43.zip |
xfce-extra/xfce4-mount-plugin: Drop old
Diffstat (limited to 'xfce-extra/xfce4-mount-plugin')
3 files changed, 0 insertions, 46 deletions
diff --git a/xfce-extra/xfce4-mount-plugin/Manifest b/xfce-extra/xfce4-mount-plugin/Manifest index e6ee0f5937f2..c97b8f1887b8 100644 --- a/xfce-extra/xfce4-mount-plugin/Manifest +++ b/xfce-extra/xfce4-mount-plugin/Manifest @@ -1,2 +1 @@ -DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 BLAKE2B ac114502cc3dc2a50a287d95b5de65c540c6c5e69cb6724a0914b988b2bcc5c8a6dae3e1379f703db636ec2376e7ff065b62b2ca790cc56f07ddf4bf0951d19d SHA512 18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b DIST xfce4-mount-plugin-1.1.2.tar.bz2 425997 BLAKE2B bc53f56d2cfe147ccabb3b8f16dbb6226e63dc77e724541bdac349cc17c24b216227e0ec4f8b84911ff97e8faa9b080d6118ed5ac436156c6e98971883ddd77f SHA512 95a4654b2dca87d8c86190163e908170509a7d37ca9aabbce9f397552fcd53a27912c09a33c5c259ef01799fb690714e9b9d14a962fa781d59dfce61bb69c728 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 deleted file mode 100644 index 537c9c5f86e2..000000000000 --- a/xfce-extra/xfce4-mount-plugin/files/xfce4-mount-plugin-0.6.7-LINGUAS.patch +++ /dev/null @@ -1,14 +0,0 @@ -http://bugs.gentoo.org/510872 -http://bugzilla.xfce.org/show_bug.cgi?id=10968 - ---- configure -+++ configure -@@ -13946,7 +13946,7 @@ - - - -- 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 " -+ 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 " - - for ac_header in locale.h - do : 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 deleted file mode 100644 index ebad08114876..000000000000 --- a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-0.6.7.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit xfconf - -DESCRIPTION="An mount plug-in for the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin" -SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="debug" - -RDEPEND=">=xfce-base/libxfce4ui-4.10 - >=xfce-base/xfce4-panel-4.10" -DEPEND="${RDEPEND} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -pkg_setup() { - PATCHES=( "${FILESDIR}"/${P}-LINGUAS.patch ) - - XFCONF=( - $(xfconf_use_debug) - ) - - DOCS=( AUTHORS ChangeLog NEWS README TODO ) -} |