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-fsguard-plugin/
Date: Sat, 30 Jul 2016 19:53:42
Message-Id: 1469908186.9c3085f7740a1b21d9f7c4aece2e5136ee2da089.mgorny@gentoo
1 commit: 9c3085f7740a1b21d9f7c4aece2e5136ee2da089
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 19:29:50 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=9c3085f7
7
8 xfce-extra/xfce4-fsguard-plugin: Bump to 1.0.99, the first GTK+3 pre-release
9
10 xfce-extra/xfce4-fsguard-plugin/Manifest | 1 +
11 .../xfce4-fsguard-plugin-1.0.99.ebuild | 31 ++++++++++++++++++++++
12 2 files changed, 32 insertions(+)
13
14 diff --git a/xfce-extra/xfce4-fsguard-plugin/Manifest b/xfce-extra/xfce4-fsguard-plugin/Manifest
15 index 8b7d460..8eab14e 100644
16 --- a/xfce-extra/xfce4-fsguard-plugin/Manifest
17 +++ b/xfce-extra/xfce4-fsguard-plugin/Manifest
18 @@ -1 +1,2 @@
19 DIST xfce4-fsguard-plugin-1.0.2.tar.bz2 356715 SHA256 a2c8d59386ae3d23cf6bdd06a1cdd7a1b9473cf6f38ae106600b194c601040ae SHA512 1539c3757c8ee232bcc686d641dbdc73d76a8ab699b3bd6f32d662954ca3225b93a823e510ccdd7d59aea090e97b06bd7c9e70997cdd33dd32f032e2414a3d14 WHIRLPOOL 71c573875014ae969f95fc0f01f517c64ef84b99be75053c0492a355b9dfa274319647ee7e5b9376612e598afffa0ce59048c899067fef93b0b83d72d975bc09
20 +DIST xfce4-fsguard-plugin-1.0.99.tar.bz2 365903 SHA256 4f2da465f82b9362d51d5b23384a4946874bdf525b3f240d90ccafc6bb846fd7 SHA512 a4a5b05bf246576a55eb2ab0eac1addb3ec31e4e5539ef4d22101d68701f6ba937f330350205bd8aba9339e8bcc5012c3c3b032941bd4e79d982654bd6f761ec WHIRLPOOL 0709bebb1588b662fdca18f3d2c610563b7bcfd4d98246f416ed5762d5b69025d714719c72aa16619cb3ce66758f56ac726915b6fba598c0a9360051ebfc376c
21
22 diff --git a/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild
23 new file mode 100644
24 index 0000000..9c4b88c
25 --- /dev/null
26 +++ b/xfce-extra/xfce4-fsguard-plugin/xfce4-fsguard-plugin-1.0.99.ebuild
27 @@ -0,0 +1,31 @@
28 +# Copyright 1999-2016 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 filesystem guard plug-in for the Xfce panel"
36 +HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-fsguard-plugin"
37 +SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
38 +
39 +LICENSE="GPL-3"
40 +SLOT="0"
41 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
42 +IUSE="debug"
43 +
44 +RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
45 + >=xfce-base/libxfce4util-4.8:=
46 + >=xfce-base/xfce4-panel-4.12:="
47 +DEPEND="${RDEPEND}
48 + dev-util/intltool
49 + sys-devel/gettext
50 + virtual/pkgconfig"
51 +
52 +pkg_setup() {
53 + XFCONF=(
54 + $(xfconf_use_debug)
55 + )
56 +
57 + DOCS=( AUTHORS ChangeLog NEWS README )
58 +}