* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2015-09-20 11:10 Christoph Mende
0 siblings, 0 replies; 14+ messages in thread
From: Christoph Mende @ 2015-09-20 11:10 UTC (permalink / raw
To: gentoo-commits
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 )
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2016-08-02 16:10 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2016-08-02 16:10 UTC (permalink / raw
To: gentoo-commits
commit: c5ac20021775fd15af9cefcd74894b83cbbebb74
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 2 15:20:38 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 2 16:09:47 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ac2002
xfce-extra/xfce4-equake-plugin: Prune old
| 3 --
.../xfce4-equake-plugin-1.3.4.ebuild | 34 ----------------------
.../xfce4-equake-plugin-1.3.5.ebuild | 34 ----------------------
.../xfce4-equake-plugin-1.3.6.ebuild | 34 ----------------------
4 files changed, 105 deletions(-)
--git a/xfce-extra/xfce4-equake-plugin/Manifest b/xfce-extra/xfce4-equake-plugin/Manifest
index 6258e26..557cd5c 100644
--- a/xfce-extra/xfce4-equake-plugin/Manifest
+++ b/xfce-extra/xfce4-equake-plugin/Manifest
@@ -1,5 +1,2 @@
-DIST xfce4-equake-plugin-1.3.4.tar.bz2 385454 SHA256 192afa855786f4ee1e24e9ab7f9f1376ca443ebc53824f5a9287bf0c78841d17 SHA512 4ff2228913fa97ed1b80d378c713102f88f959e0666772a15f138ad3f502370fb918e0e27a97f49c23594264bccb2338ee55dec5c4cc9b79a2299f28a140acd2 WHIRLPOOL 8f793d022a1091ac0c49c11b6cb9efe5eb055df4a5c71b956d9c9643e539e5362b179397036dc9cd73fe08ee261c4adde6af8fcbdee0d809e302a1e3118dbb0d
-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.4.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.4.ebuild
deleted file mode 100644
index 3ef6e3f..0000000
--- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.4.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 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 )
-}
diff --git a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.5.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.5.ebuild
deleted file mode 100644
index a4ff3c1..0000000
--- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.5.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 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 )
-}
diff --git a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.6.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.6.ebuild
deleted file mode 100644
index 0f1fc87..0000000
--- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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 )
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2016-12-20 12:31 Tobias Klausmann
0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann @ 2016-12-20 12:31 UTC (permalink / raw
To: gentoo-commits
commit: eb10ac3aa34e5d0aa67780c7a1db4ae51e7f72aa
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 20 11:02:19 2016 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 20 12:31:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb10ac3a
xfce-extra/xfce4-equake-plugin-1.3.8-r0: stable on amd64
Gentoo-Bug: 586614
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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
index 0f1fc87..0e6d3e4 100644
--- 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
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2:=
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2017-01-13 15:41 Agostino Sarubbo
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo @ 2017-01-13 15:41 UTC (permalink / raw
To: gentoo-commits
commit: 2b4ae7067c344e96cc9285ee9fd906bec89bcb0c
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 15:40:56 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 15:40:56 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b4ae706
xfce-extra/xfce4-equake-plugin: x86 stable wrt bug #586614
Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--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
index 0e6d3e4..4f36f1e 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2:=
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2017-03-05 14:30 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2017-03-05 14:30 UTC (permalink / raw
To: gentoo-commits
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
| 1 +
.../xfce4-equake-plugin-1.3.8.1.ebuild | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+)
--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
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2017-06-09 7:39 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2017-06-09 7:39 UTC (permalink / raw
To: gentoo-commits
commit: 778a64e55c46ad3927f43aabe503c513b7826510
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 9 07:03:24 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jun 9 07:38:59 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=778a64e5
xfce-extra/xfce4-equake-plugin: Clean old up
| 1 -
.../xfce4-equake-plugin-1.3.7.ebuild | 33 ----------------------
2 files changed, 34 deletions(-)
--git a/xfce-extra/xfce4-equake-plugin/Manifest b/xfce-extra/xfce4-equake-plugin/Manifest
index 23e8bb16a7d..3d0fdf2c34a 100644
--- a/xfce-extra/xfce4-equake-plugin/Manifest
+++ b/xfce-extra/xfce4-equake-plugin/Manifest
@@ -1,3 +1,2 @@
-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.7.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.7.ebuild
deleted file mode 100644
index be9f6168116..00000000000
--- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 )
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2018-01-05 11:16 Mikle Kolyada
0 siblings, 0 replies; 14+ messages in thread
From: Mikle Kolyada @ 2018-01-05 11:16 UTC (permalink / raw
To: gentoo-commits
commit: 1313141c3162ec6ca64f5db1f5b43ac5dbb171cb
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 5 11:14:29 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Jan 5 11:16:45 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1313141c
xfce-extra/xfce4-equake-plugin: amd64 stable wrt bug #643074
Package-Manager: Portage-2.3.13, Repoman-2.3.3
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--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
index 1c21babac94..44843aa0afd 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2:=
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2018-01-06 5:05 Thomas Deutschmann
0 siblings, 0 replies; 14+ messages in thread
From: Thomas Deutschmann @ 2018-01-06 5:05 UTC (permalink / raw
To: gentoo-commits
commit: deeefa76bd1e3416afedf83d1ec7b1dbe467b0ea
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 6 04:54:27 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Jan 6 04:54:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deeefa76
xfce-extra/xfce4-equake-plugin: x86 stable (bug #643074)
Package-Manager: Portage-2.3.19, Repoman-2.3.6
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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
index 44843aa0afd..b8c962dc829 100644
--- 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
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*.*}/${P}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2:=
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2018-03-25 17:27 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2018-03-25 17:27 UTC (permalink / raw
To: gentoo-commits
commit: 92175be47dc7fd7f5117ec3c177dc46415c6e7cf
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 25 16:11:53 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Mar 25 17:27:13 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92175be4
xfce-extra/xfce4-equake-plugin: Drop old
| 1 -
.../xfce4-equake-plugin-1.3.8.ebuild | 33 ----------------------
2 files changed, 34 deletions(-)
--git a/xfce-extra/xfce4-equake-plugin/Manifest b/xfce-extra/xfce4-equake-plugin/Manifest
index bbd7c8240ed..e3df0450ddc 100644
--- a/xfce-extra/xfce4-equake-plugin/Manifest
+++ b/xfce-extra/xfce4-equake-plugin/Manifest
@@ -1,2 +1 @@
DIST xfce4-equake-plugin-1.3.8.1.tar.bz2 393086 BLAKE2B c34b68ee79cd087b9f0eb178d947c73d596a978415ecb2cef55238bdae65a4443ac83daa6b8350ab8560fa026a8e580c49bcdd4cbba682adc50e53c02ff1782b SHA512 dc9d399ea3f6dd6ee401b29a821130136c1f2ce976d2dfe6a434ec7030e999ad1c903b5c42e8bd3b25397ffb51327cfceb112b1d45193e82efd4fc4f86190890
-DIST xfce4-equake-plugin-1.3.8.tar.bz2 395095 BLAKE2B 537f203ec0a32b2b3e42fee02e2cf9ae939fb268df66c8a1d25a9c51a5b41b41e02c84bafb90e7cef360749dac7f1d1438e821aa0b8050fc6a2a9b9a7d7502e7 SHA512 0c4446530493f0e6d1bcfe938ce473f367d000a2fbcf4fb0101687c0bf354458e083e2d7a6ad544037d28da1e6f07f9df05699664ec331a1d476da18f988e124
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
deleted file mode 100644
index 50c3e9421c5..00000000000
--- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 )
-}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2019-08-22 11:15 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-08-22 11:15 UTC (permalink / raw
To: gentoo-commits
commit: 6e6ab1be155d3fb2b92f95eb98b27a3b73c2c6ae
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 10:33:57 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 11:15:14 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e6ab1be
xfce-extra/xfce4-equake-plugin: Require GTK+2 xfce4-panel
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--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
index b6b3c192142..a0e7b040644 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/glib-2:=
x11-libs/libX11:=
>=xfce-base/libxfce4ui-4.10:=
>=xfce-base/libxfce4util-4.10:=
- >=xfce-base/xfce4-panel-4.10:="
+ >=xfce-base/xfce4-panel-4.10:=[gtk2(+)]"
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2019-08-22 12:31 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-08-22 12:31 UTC (permalink / raw
To: gentoo-commits
commit: 242772a4e6ef7899b1afb3d759a68e23db7923bb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 22 11:36:48 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Aug 22 12:31:40 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=242772a4
xfce-extra/xfce4-equake-plugin: Require GTK+2 libxfce4ui
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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
index a0e7b040644..8ac43429cae 100644
--- 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
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND=">=dev-libs/glib-2:=
x11-libs/gtk+:2=
x11-libs/libX11:=
- >=xfce-base/libxfce4ui-4.10:=
+ >=xfce-base/libxfce4ui-4.10:=[gtk2(+)]
>=xfce-base/libxfce4util-4.10:=
>=xfce-base/xfce4-panel-4.10:=[gtk2(+)]"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2019-10-20 9:06 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-10-20 9:06 UTC (permalink / raw
To: gentoo-commits
commit: 2e8154ab08b83e4232869d5e245b525b319768a6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 09:00:02 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 09:06:03 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e8154ab
xfce-extra/xfce4-equake-plugin: xfce4-panel 4.15 removes GTK+2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--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
index 8ac43429cae..345168450de 100644
--- 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
@@ -19,7 +19,7 @@ RDEPEND=">=dev-libs/glib-2:=
x11-libs/libX11:=
>=xfce-base/libxfce4ui-4.10:=[gtk2(+)]
>=xfce-base/libxfce4util-4.10:=
- >=xfce-base/xfce4-panel-4.10:=[gtk2(+)]"
+ <xfce-base/xfce4-panel-4.15:=[gtk2(+)]"
DEPEND="${RDEPEND}
dev-util/intltool
sys-devel/gettext
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2019-10-20 11:07 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-10-20 11:07 UTC (permalink / raw
To: gentoo-commits
commit: 00944bb0a7eff989a4c2ed7e6ef9a24562f1f6f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 20 10:56:34 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 20 11:07:19 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00944bb0
xfce-extra/xfce4-equake-plugin: Revbump post dep change
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...equake-plugin-1.3.8.1.ebuild => xfce4-equake-plugin-1.3.8.1-r1.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
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-r1.ebuild
similarity index 100%
rename from xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1.ebuild
rename to xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r1.ebuild
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/
@ 2019-12-06 14:20 Michał Górny
0 siblings, 0 replies; 14+ messages in thread
From: Michał Górny @ 2019-12-06 14:20 UTC (permalink / raw
To: gentoo-commits
commit: 1e0fedb5b7d1251a0dc0f0175d762894c258a5f7
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 12:40:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 6 14:19:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e0fedb5
xfce-extra/xfce4-equake-plugin: libxfce4ui-4.15 has no gtk2
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...e-plugin-1.3.8.1-r1.ebuild => xfce4-equake-plugin-1.3.8.1-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r1.ebuild b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r2.ebuild
similarity index 95%
rename from xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r1.ebuild
rename to xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r2.ebuild
index 345168450de..e273daeee74 100644
--- a/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r1.ebuild
+++ b/xfce-extra/xfce4-equake-plugin/xfce4-equake-plugin-1.3.8.1-r2.ebuild
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND=">=dev-libs/glib-2:=
x11-libs/gtk+:2=
x11-libs/libX11:=
- >=xfce-base/libxfce4ui-4.10:=[gtk2(+)]
+ <xfce-base/libxfce4ui-4.15:=[gtk2(+)]
>=xfce-base/libxfce4util-4.10:=
<xfce-base/xfce4-panel-4.15:=[gtk2(+)]"
DEPEND="${RDEPEND}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2019-12-06 14:20 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-20 11:07 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-equake-plugin/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2019-12-06 14:20 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-03-05 14:30 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox