commit:     58cecb0cfc7512dfed82f04046de62ae70df9b96
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 14:27:15 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 14:33:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58cecb0c

xfce-extra/xfce4-mount-plugin: Bump to 1.1.0

 xfce-extra/xfce4-mount-plugin/Manifest             |  1 +
 .../xfce4-mount-plugin-1.1.0.ebuild                | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/xfce-extra/xfce4-mount-plugin/Manifest 
b/xfce-extra/xfce4-mount-plugin/Manifest
index 98152dd..2beb398 100644
--- a/xfce-extra/xfce4-mount-plugin/Manifest
+++ b/xfce-extra/xfce4-mount-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-mount-plugin-0.6.7.tar.bz2 390163 SHA256 
541b94a892aa15d57707db9703bef85a5ce342769326f138cbf6cd7af1e2ac8d SHA512 
18f4f4fc88c521f1fd6dcbcd3146fc8379e3aa0fb00e4787a34b6c52f68f765f18354e6b66e50c8b1a42e4f2366a5779cf057ba8b71fee45d0d3d023afe6fa7b
 WHIRLPOOL 
87f60ccd0469e9ccc97d0a57ba3d968520edf5551cd017a8b90192eb4dec4b353e5fc08f8fc6fdef6cf22feab45122fa4ba66878babe08d9d302da094dcdd1e4
+DIST xfce4-mount-plugin-1.1.0.tar.bz2 425879 SHA256 
8ff26aee9efbdb8f4ed83fa1f34923666d1540db2dbffc3c95a8531eadf22e26 SHA512 
086fee8425c58448d07ff99c912bb7ef6eb1afcf0e29de4a62e445e67d5e37d7d808f04f271b8ae7a1fbabcc111edc135300cdb3eb77e4a6ad7d08fdeca34341
 WHIRLPOOL 
1d457a1486e348c3610cb32508dc2fea8f1faa4bafcc9007923b7110e9fa0af0319124f4bef871f030ae5d0a1320f8fa262e1b631d7cdc440f2286a8be4dad29

diff --git a/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild 
b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
new file mode 100644
index 00000000..ad3d4b6
--- /dev/null
+++ b/xfce-extra/xfce4-mount-plugin/xfce4-mount-plugin-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="An mount plug-in for the Xfce panel"
+HOMEPAGE="http://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.12:=[gtk3(+)]
+       >=xfce-base/xfce4-panel-4.12:="
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       sys-devel/gettext
+       virtual/pkgconfig"
+
+pkg_setup() {
+       XFCONF=(
+               $(xfconf_use_debug)
+               )
+
+       DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}

Reply via email to