commit:     826b6d4475f3f129416de9ef6619c2219ecd8c56
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 30 19:44:05 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 19:49:46 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=826b6d44

xfce-extra/xfce4-systemload-plugin: Bump to 1.1.99, the GTK+3 pre-release

 xfce-extra/xfce4-systemload-plugin/Manifest        |  1 +
 .../xfce4-systemload-plugin-1.1.99.ebuild          | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest 
b/xfce-extra/xfce4-systemload-plugin/Manifest
index 4c722cd..ae55171 100644
--- a/xfce-extra/xfce4-systemload-plugin/Manifest
+++ b/xfce-extra/xfce4-systemload-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-systemload-plugin-1.1.1.tar.bz2 299695 SHA256 
1ac13efbe9e576c9effd5e0675574a57c8fd44cfee60d6e319eb4d03c1c8d9ae SHA512 
892f6645622fbb3581d612a78ff73466cfb407dca557260789d1f8f4e15ea729acbd4ec55e453a22e8ac92ab08aaf061ca61ef6634bed20f02ebf9cc02885227
 WHIRLPOOL 
b54b8212edc1227660c75e4be467fecc3f76e2096cff9dc3b576cf394b3e077ffba5b10efaf11fedc5fefcd7148f43802a28e39d1067714098b925f78b8baaa3
 DIST xfce4-systemload-plugin-1.1.2.tar.bz2 305948 SHA256 
b469b6b3a08ec29b9061151950d876d36bf25a3106ec77256923fdd6b5d18a7c SHA512 
4d2216a707991ca17e7a935a6836a5b4236c1ab38e1738a57f754d63aca3d183802e5e530563a6e31c754ba6e4cd225742b4f23170acb07277f18eaee682fd31
 WHIRLPOOL 
8191c03200a5db22d4e5c9ee34915cbcb5363a4ec6e5c20bf06e8f569bea137c9f7d590fd0fcca9f8cb99c5f1f51484fed736aad6ba90da536d4691e512a2e4a
+DIST xfce4-systemload-plugin-1.1.99.tar.bz2 326291 SHA256 
765a73c32b20b0417dffd933c05bb0873314db188ad8d4df6d0556ff884ee151 SHA512 
be6f3600ae01de2e8faaf4539042c102eaf275f6415cb18c8605dda828ce199e8c791f7c33f488cd5493f8155ee5c915c2de0698dc4c5f6f6a620e860bbdf3d4
 WHIRLPOOL 
e56bde154a63515df6e1940b7d5444995cbdc835fecd2bf21992cd3d823433c582141cea90a3f1564bf668e1c8e63ec13266aee48505ae4e9d1f384c9b2f9574

diff --git 
a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.99.ebuild 
b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.99.ebuild
new file mode 100644
index 0000000..4dfd11e
--- /dev/null
+++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.1.99.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="System load plug-in for Xfce panel"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin";
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
+IUSE="debug upower"
+
+RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+       >=xfce-base/xfce4-panel-4.12:=
+       upower? ( || ( >=sys-power/upower-0.9.23 sys-power/upower-pm-utils ) )"
+DEPEND="${RDEPEND}
+       dev-util/intltool
+       virtual/pkgconfig"
+
+pkg_setup() {
+       XFCONF=(
+               $(use_enable upower)
+               $(xfconf_use_debug)
+               )
+
+       DOCS=( AUTHORS ChangeLog NEWS README )
+}

Reply via email to