From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpufreq-plugin/
Date: Thu, 23 Jun 2016 15:07:02 +0000 (UTC) [thread overview]
Message-ID: <1466694386.0580c5d403f8115f2f44e4534aec0a163b5bcea4.mgorny@gentoo> (raw)
commit: 0580c5d403f8115f2f44e4534aec0a163b5bcea4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 23 14:26:51 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jun 23 15:06:26 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0580c5d4
xfce-extra/xfce4-cpufreq-plugin: Bump to 1.1.3 (transl. updates)
| 1 +
.../xfce4-cpufreq-plugin-1.1.3.ebuild | 33 ++++++++++++++++++++++
2 files changed, 34 insertions(+)
--git a/xfce-extra/xfce4-cpufreq-plugin/Manifest b/xfce-extra/xfce4-cpufreq-plugin/Manifest
index 8c95e42..046ffab 100644
--- a/xfce-extra/xfce4-cpufreq-plugin/Manifest
+++ b/xfce-extra/xfce4-cpufreq-plugin/Manifest
@@ -1,3 +1,4 @@
DIST xfce4-cpufreq-plugin-1.1.0.tar.bz2 351246 SHA256 eafa261bf984231ed8487c08decea6d916339d82b52f4bbe748e5c6a95c7f6b6 SHA512 699f341a159bb1ec2255ba84f05775cee109cf7e824cedff0206f8d39d098675fb3ada10653c3c230b411650285cc5b8a2c6508ce5d50c0bb9872e144fb8be32 WHIRLPOOL 778ab1424fc8e0677f40597adeba531d619ecda2b5b29c1f26d7592229d6d2b4a26f6b46e9da5a8116022427972e225098dfcf3aae624d1b10e98259e9731d87
DIST xfce4-cpufreq-plugin-1.1.1.tar.bz2 362627 SHA256 474c45c007e65bfc107d6bcc902330c5e964906e6da120af48f7e2dba7f5cae7 SHA512 b53976380cc5b63f945e19892999a7b6b0e6b0af8fd7cf69bac407f617a23efe4e33c7fc88af19683fb7bbaf515c96d63e6f009ab94e822a553b8bc0c545f6be WHIRLPOOL 4ddb52c1f34eefdcb5164451fa52440178d1418154345021fcc764dd0cdf3c5a3a3e7b2202c54ff71fdc923002c82a5786614ebc09a37282248c1fb202103a17
DIST xfce4-cpufreq-plugin-1.1.2.tar.bz2 376966 SHA256 fd9ca91b99e830c6b0962a07eb269ce814ed773cd6008081771fd04060fe6ce9 SHA512 5192ca56463b88d43377411cf694d4ae840e53949923117cfbaa0e14dc5810df706463ce807343692aabcdffb67e945987d7297d2d3f53269a04e454aa648f81 WHIRLPOOL 05bb56a526901b3e6bc7ecc8adf98ab6ef22e8faa4f49f5f40af24fc6b8d096c725bf5f51ebcb683cafeba92266171f9c841c435c3d5c37966d53a5b098d5f58
+DIST xfce4-cpufreq-plugin-1.1.3.tar.bz2 369419 SHA256 74a162c7e101db0495d5da147aba1f404c33544f04e8c34d7d1d705668102d33 SHA512 fe67abc120c0715b653258abbafab19386289ce0a373e5053e544484219c3b05aafe1e84a23721f6603043db5aac24dc1230f2e7d4974ec483d5120aca11ca25 WHIRLPOOL 15b637c013f57ab8b08db2701eb228c5cee03a0b616be89d229464fed32e885aa3410b1a6a25ad414d1d632c10e88dcf4c6029dc22b836276f1dbd25e92cc3e4
diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.1.3.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.1.3.ebuild
new file mode 100644
index 0000000..a94cf16
--- /dev/null
+++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.1.3.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="A panel plugin for showing information about cpufreq settings"
+HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/glib-2.20:=
+ >=x11-libs/gtk+-2.14:2=
+ >=xfce-base/libxfce4ui-4.10:=
+ >=xfce-base/libxfce4util-4.10:=
+ >=xfce-base/xfce4-panel-4.10:="
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+pkg_setup() {
+ XFCONF=(
+ $(xfconf_use_debug)
+ )
+
+ DOCS=( AUTHORS ChangeLog NEWS README )
+}
next reply other threads:[~2016-06-23 15:07 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-23 15:07 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-08-02 16:10 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-cpufreq-plugin/ Michał Górny
2017-05-17 7:21 Michał Górny
2018-04-08 17:28 Aaron Bauman
2018-04-18 21:04 Sergei Trofimovich
2018-05-18 6:54 Denis Dupeyron
2018-05-27 20:56 Mikle Kolyada
2018-09-24 16:29 Michał Górny
2018-11-11 19:07 Michał Górny
2018-11-12 13:52 Mikle Kolyada
2018-11-15 17:04 Thomas Deutschmann
2018-11-18 16:01 Sergei Trofimovich
2018-11-24 13:40 Sergei Trofimovich
2019-04-07 8:29 Michał Górny
2020-10-15 18:05 Michał Górny
2020-10-31 16:27 Thomas Deutschmann
2020-10-31 20:16 Sergei Trofimovich
2020-10-31 20:20 Sergei Trofimovich
2021-01-05 21:59 Andreas K. Hüttel
2021-01-12 9:49 Michał Górny
2021-02-02 23:01 Michał Górny
2021-02-08 6:05 Sam James
2021-02-08 6:11 Sam James
2021-02-18 22:08 Sam James
2021-03-02 20:07 Michał Górny
2021-04-09 22:22 Sam James
2021-04-11 11:06 Sam James
2021-04-11 11:11 Sam James
2021-04-13 18:23 Sergei Trofimovich
2021-04-15 20:44 Michał Górny
2022-01-29 19:32 Michał Górny
2022-02-02 7:13 Michał Górny
2022-03-24 19:03 Jakov Smolić
2022-03-25 7:47 Agostino Sarubbo
2022-03-25 7:49 Agostino Sarubbo
2022-03-25 19:44 Sam James
2022-03-25 20:56 Michał Górny
2022-11-03 14:50 Michał Górny
2023-02-03 14:21 Arthur Zamarin
2023-02-03 16:53 Sam James
2023-03-15 6:55 Michał Górny
2023-03-17 8:56 Arthur Zamarin
2023-03-17 10:57 Michał Górny
2024-12-24 12:37 Michał Górny
2025-01-25 11:05 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1466694386.0580c5d403f8115f2f44e4534aec0a163b5bcea4.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox