public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
Date: Sun,  5 Mar 2017 14:30:03 +0000 (UTC)	[thread overview]
Message-ID: <1488724187.c4e4e8ac09de8b1f84239c0fc9744eecd605d125.mgorny@gentoo> (raw)

commit:     c4e4e8ac09de8b1f84239c0fc9744eecd605d125
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  5 14:20:22 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar  5 14:29:47 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4e4e8ac

xfce-extra/xfce4-equake-plugin: Bump to 1.3.8.1, EAPI=6

 xfce-extra/xfce4-equake-plugin/Manifest            |  1 +
 .../xfce4-equake-plugin-1.3.8.1.ebuild             | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-equake-plugin/Manifest b/xfce-extra/xfce4-equake-plugin/Manifest
index 557cd5c60c2..23e8bb16a7d 100644
--- a/xfce-extra/xfce4-equake-plugin/Manifest
+++ b/xfce-extra/xfce4-equake-plugin/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-equake-plugin-1.3.7.tar.bz2 386421 SHA256 6b9e14c2f54060d182b61e90b4c84a79b57aab1955e3ff877c757f26cefa23bf SHA512 d09ab27ab942cbab8b4cc28712134cf677582772df8f76cfa86c2c19d86de258562516cef49e2a4d5e6b6d982fa8d8883de21ec9fdaf3d3561c709adeefa97e0 WHIRLPOOL 204f52f95b359c08590082947c789819f3b447fdcd053ad03da37484e8df75c051e3f58535cbd9de1a6b4be013e344e5823e496f7956d76b79266926ef443c86
+DIST xfce4-equake-plugin-1.3.8.1.tar.bz2 393086 SHA256 eff9cfd604d1bd998c5208176fbe2c6da705c250dce572f5e30b2c77f4ec741c SHA512 dc9d399ea3f6dd6ee401b29a821130136c1f2ce976d2dfe6a434ec7030e999ad1c903b5c42e8bd3b25397ffb51327cfceb112b1d45193e82efd4fc4f86190890 WHIRLPOOL ffec57402b3a592314e7c5642d4d49102dcea6462bbf6620227602c508ce208e3352b18dd96ee729c7573da5ad5722e415836b7e84a292dd2e7ee4015544517d
 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.1.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.ebuild
new file mode 100644
index 00000000000..1c21babac94
--- /dev/null
+++ b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit gnome2-utils
+
+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=""
+
+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_postinst() {
+	GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
+	gnome2_icon_cache_update
+}


             reply	other threads:[~2017-03-05 14:30 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-05 14:30 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-12-06 14:20 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/ Michał Górny
2019-10-20 11:07 Michał Górny
2019-10-20  9:06 Michał Górny
2019-08-22 12:31 Michał Górny
2019-08-22 11:15 Michał Górny
2018-03-25 17:27 Michał Górny
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:16 Mikle Kolyada
2017-06-09  7:39 Michał Górny
2017-01-13 15:41 Agostino Sarubbo
2016-12-20 12:31 Tobias Klausmann
2016-08-02 16:10 Michał Górny
2015-09-20 11:10 Christoph Mende

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=1488724187.c4e4e8ac09de8b1f84239c0fc9744eecd605d125.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