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/thunar-archive-plugin/
Date: Tue, 02 Aug 2016 16:10:58
Message-Id: 1470154187.81e56ca9bfa413239ddbe7a39e7aa8ce2c6f41e5.mgorny@gentoo
1 commit: 81e56ca9bfa413239ddbe7a39e7aa8ce2c6f41e5
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 2 15:16: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=81e56ca9
7
8 xfce-extra/thunar-archive-plugin: Prune old
9
10 .../thunar-archive-plugin-0.3.1.ebuild | 28 ----------------------
11 1 file changed, 28 deletions(-)
12
13 diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1.ebuild
14 deleted file mode 100644
15 index c93d99c..0000000
16 --- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.3.1.ebuild
17 +++ /dev/null
18 @@ -1,28 +0,0 @@
19 -# Copyright 1999-2014 Gentoo Foundation
20 -# Distributed under the terms of the GNU General Public License v2
21 -# $Id$
22 -
23 -EAPI=5
24 -inherit xfconf
25 -
26 -DESCRIPTION="Archive plug-in for the Thunar filemanager"
27 -HOMEPAGE="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin"
28 -SRC_URI="mirror://xfce/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
29 -
30 -LICENSE="LGPL-2"
31 -SLOT="0"
32 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
33 -IUSE="debug"
34 -
35 -RDEPEND=">=xfce-base/libxfce4util-4.8
36 - >=xfce-base/exo-0.6
37 - >=xfce-base/thunar-1.2"
38 -DEPEND="${RDEPEND}
39 - dev-util/intltool
40 - sys-devel/gettext
41 - virtual/pkgconfig"
42 -
43 -pkg_setup() {
44 - XFCONF=( $(xfconf_use_debug) )
45 - DOCS=( AUTHORS ChangeLog NEWS README THANKS )
46 -}