From: "Christoph Mende" <angelos@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
Date: Sun, 20 Sep 2015 11:10:56 +0000 (UTC) [thread overview]
Message-ID: <1442747467.303fcc51f1a33e20f88468235270d81045a59d2b.angelos@gentoo> (raw)
commit: 303fcc51f1a33e20f88468235270d81045a59d2b
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 11:10:44 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 11:11:07 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=303fcc51
xfce-extra/xfce4-equake-plugin: version bump to 1.3.8
Package-Manager: portage-2.2.20.1
| 1 +
.../xfce4-equake-plugin-1.3.8.ebuild | 34 ++++++++++++++++++++++
2 files changed, 35 insertions(+)
--git a/xfce-extra/xfce4-equake-plugin/Manifest b/xfce-extra/xfce4-equake-plugin/Manifest
index e882e04..6258e26 100644
--- a/xfce-extra/xfce4-equake-plugin/Manifest
+++ b/xfce-extra/xfce4-equake-plugin/Manifest
@@ -2,3 +2,4 @@ DIST xfce4-equake-plugin-1.3.4.tar.bz2 385454 SHA256 192afa855786f4ee1e24e9ab7f9
DIST xfce4-equake-plugin-1.3.5.tar.bz2 394749 SHA256 43bbc781575c357c13ac6720eb8e8485115099411d5382668e106de58ab0e416 SHA512 c164f5fe60c7a4ba2082983180c74f692ff1ed20aa2a32e14537b1d2a45a5d105cad572740a2f47f0e0e94f074fab9b3662898d6afb473051ffcdfffb1cbd8c1 WHIRLPOOL d37865aebff5e3775a07928ccdb4129e02a12bfc3c3bfb1b1c5706c68f28fee89be69852625498ed33821f67f687cc49d2fcd3f80c9f6758487f758d4596954c
DIST xfce4-equake-plugin-1.3.6.tar.bz2 394987 SHA256 8129067080c8a4656063e7cde20f13fabb47b49c84ce610916f54644acb93d67 SHA512 f3efc99a9f8d63cfe4aa2b39471cd94efe5904c0135fc8f82f068a90c239cabfa4d7c9c95cf10ceb6809f58369ab5495b7fd2e77088ffd101ee50fa0a5d902da WHIRLPOOL 5a0d45687639a242c08aef9660b41201cf7eaa60593a0cfbc573357578cee69f19c0fdfe5a9993e74d83f909450e0214a0694aadf0969ce87737452297ae1806
DIST xfce4-equake-plugin-1.3.7.tar.bz2 386421 SHA256 6b9e14c2f54060d182b61e90b4c84a79b57aab1955e3ff877c757f26cefa23bf SHA512 d09ab27ab942cbab8b4cc28712134cf677582772df8f76cfa86c2c19d86de258562516cef49e2a4d5e6b6d982fa8d8883de21ec9fdaf3d3561c709adeefa97e0 WHIRLPOOL 204f52f95b359c08590082947c789819f3b447fdcd053ad03da37484e8df75c051e3f58535cbd9de1a6b4be013e344e5823e496f7956d76b79266926ef443c86
+DIST xfce4-equake-plugin-1.3.8.tar.bz2 395095 SHA256 431575da3d49fea3afa60f02e83c8d74e20e9a229c9c4ec82c21d45e2c986925 SHA512 0c4446530493f0e6d1bcfe938ce473f367d000a2fbcf4fb0101687c0bf354458e083e2d7a6ad544037d28da1e6f07f9df05699664ec331a1d476da18f988e124 WHIRLPOOL ba3d5a48360c664f36e0081fd109c70744e56a0517bb75e2c81f17868686e2f7aa63bd49a249e4d52c317ac9c8e9cc1315145111461f4bd4a88e078569c42e6d
diff --git a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild
new file mode 100644
index 0000000..0f1fc87
--- /dev/null
+++ b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Panel plug-in that displays information about earthquakes at regular intervals"
+HOMEPAGE="http://www.e-quake.org/"
+SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug"
+
+RDEPEND=">=dev-libs/glib-2:=
+ x11-libs/gtk+:2=
+ x11-libs/libX11:=
+ >=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:[~2015-09-20 11:11 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-20 11:10 Christoph Mende [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-equake-plugin/ Michał Górny
2016-12-20 12:31 Tobias Klausmann
2017-01-13 15:41 Agostino Sarubbo
2017-03-05 14:30 Michał Górny
2017-06-09 7:39 Michał Górny
2018-01-05 11:16 Mikle Kolyada
2018-01-06 5:05 Thomas Deutschmann
2018-03-25 17:27 Michał Górny
2019-08-22 11:15 Michał Górny
2019-08-22 12:31 Michał Górny
2019-10-20 9:06 Michał Górny
2019-10-20 11:07 Michał Górny
2019-12-06 14:20 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=1442747467.303fcc51f1a33e20f88468235270d81045a59d2b.angelos@gentoo \
--to=angelos@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