* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/
@ 2017-09-23 6:46 Jeroen Roovers
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers @ 2017-09-23 6:46 UTC (permalink / raw
To: gentoo-commits
commit: 140fb97c4e30f5d446df68cf9cc6da5aa03a6596
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 23 06:44:03 2017 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Sep 23 06:46:20 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=140fb97c
xfce-extra/xfce4-messenger-plugin: Use HTTPS.
Package-Manager: Portage-2.3.10, Repoman-2.3.3
| 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--git a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild
index 62829b01dec..e00bcb661ec 100644
--- a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild
+++ b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -6,7 +6,7 @@ EAUTORECONF=yes
inherit multilib xfconf eutils
DESCRIPTION="A plugin that listens DBus messages and displays received messages"
-HOMEPAGE="http://packages.qa.debian.org/x/xfce4-messenger-plugin.html"
+HOMEPAGE="https://packages.qa.debian.org/x/xfce4-messenger-plugin.html"
SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
mirror://debian/pool/main/x/${PN}/${PN}_${PV}-5.debian.tar.gz"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/
@ 2018-04-13 18:52 Denis Dupeyron
0 siblings, 0 replies; 6+ messages in thread
From: Denis Dupeyron @ 2018-04-13 18:52 UTC (permalink / raw
To: gentoo-commits
commit: cf46cbf54b30c56f2e34a5d99ecbdd8adc4f22e1
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 13 18:46:27 2018 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Fri Apr 13 18:52:39 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf46cbf5
xfce-extra/xfce4-messenger-plugin: remove obsolete xfconf.eclass, migrate to EAPI6
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../xfce4-messenger-plugin-0.1.0-r1.ebuild | 42 ++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
new file mode 100644
index 00000000000..fc63b43f5ae
--- /dev/null
+++ b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit autotools multilib
+
+DESCRIPTION="A plugin that listens DBus messages and displays received messages"
+HOMEPAGE="https://packages.qa.debian.org/x/xfce4-messenger-plugin.html"
+SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
+ mirror://debian/pool/main/x/${PN}/${PN}_${PV}-5.debian.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-libs/dbus-glib
+ >=dev-libs/glib-2
+ sys-apps/dbus
+ x11-libs/gtk+:2
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/libxfcegui4-4.8
+ >=xfce-base/xfce4-panel-4.8"
+DEPEND="${RDEPEND}
+ dev-util/intltool
+ virtual/pkgconfig"
+
+src_prepare() {
+ eapply "${WORKDIR}"/debian/patches
+ AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
+ default
+}
+
+src_configure() {
+ econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
+}
+
+src_install() {
+ default
+ exeinto /usr/share/doc/${PF}/scripts
+ doexe scripts/xfce-messenger-logtail
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/
@ 2018-11-12 14:04 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2018-11-12 14:04 UTC (permalink / raw
To: gentoo-commits
commit: 272c8679ec05aa10119c25488b1b8636f78216b0
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 12 14:01:17 2018 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 12 14:01:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=272c8679
xfce-extra/xfce4-messenger-plugin: amd64 stable wrt bug #652774
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
.../xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
index fc63b43f5ae..1aaef6acf61 100644
--- a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
+++ b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/dbus-glib
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/
@ 2018-11-15 17:04 Thomas Deutschmann
0 siblings, 0 replies; 6+ messages in thread
From: Thomas Deutschmann @ 2018-11-15 17:04 UTC (permalink / raw
To: gentoo-commits
commit: 0229bfe8a39f5e958a5b7d597557d038b477542a
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 15 16:33:29 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Nov 15 17:03:16 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0229bfe8
xfce-extra/xfce4-messenger-plugin: x86 stable (bug #652774)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
.../xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
index 1aaef6acf61..ca9733097e4 100644
--- a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
+++ b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="dev-libs/dbus-glib
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/
@ 2019-04-07 8:29 Michał Górny
0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2019-04-07 8:29 UTC (permalink / raw
To: gentoo-commits
commit: 276e930c069b7e61ff2fe13b6d95881ecbb2fa46
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 7 07:38:00 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 7 08:28:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=276e930c
xfce-extra/xfce4-messenger-plugin: Drop old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../xfce4-messenger-plugin-0.1.0.ebuild | 47 ----------------------
1 file changed, 47 deletions(-)
diff --git a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild
deleted file mode 100644
index e00bcb661ec..00000000000
--- a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-EAUTORECONF=yes
-inherit multilib xfconf eutils
-
-DESCRIPTION="A plugin that listens DBus messages and displays received messages"
-HOMEPAGE="https://packages.qa.debian.org/x/xfce4-messenger-plugin.html"
-SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/x/${PN}/${PN}_${PV}-5.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-libs/dbus-glib
- >=dev-libs/glib-2
- sys-apps/dbus
- x11-libs/gtk+:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-pkg_setup() {
- XFCONF=(
- --libexecdir="${EPREFIX}"/usr/$(get_libdir)
- )
-
- DOCS=( AUTHORS README TODO )
-}
-
-src_prepare() {
- EPATCH_FORCE=yes EPATCH_SUFFIX=patch EPATCH_SOURCE="${WORKDIR}"/debian/patches epatch
- xfconf_src_prepare
-}
-
-src_install() {
- xfconf_src_install
-
- exeinto /usr/share/doc/${PF}/scripts
- doexe scripts/xfce-messenger-logtail
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/
@ 2019-05-11 17:06 Mikle Kolyada
0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada @ 2019-05-11 17:06 UTC (permalink / raw
To: gentoo-commits
commit: 89fb05fdba87e3a15b6b03f26cec868fbbc0a34d
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 11 17:03:15 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 11 17:03:15 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89fb05fd
xfce-extra/xfce4-messenger-plugin: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
| 2 --
| 8 -----
.../xfce4-messenger-plugin-0.1.0-r1.ebuild | 42 ----------------------
3 files changed, 52 deletions(-)
diff --git a/xfce-extra/xfce4-messenger-plugin/Manifest b/xfce-extra/xfce4-messenger-plugin/Manifest
deleted file mode 100644
index db00aa35f1d..00000000000
--- a/xfce-extra/xfce4-messenger-plugin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST xfce4-messenger-plugin_0.1.0-5.debian.tar.gz 2849 BLAKE2B fddc7a93cb524852c9ff04d0032b00820cd5b8da2414cb8a492b65d1bace664ac9db23f482743344b8dc26b4995165ea52a2ffb8c647fdb2e1dfaed6e0be45db SHA512 744398a1fbf50d00f45c3ec173dac67f8945d64b482481eeb7bfc29d79141ecaa0f116cc59574af9c6865f49fad58b3537fea9bc31fc4813dd5821c9cc6c65ee
-DIST xfce4-messenger-plugin_0.1.0.orig.tar.gz 403341 BLAKE2B 59d4a663e05533a7b3f4e7bb1ea68538df2692a43b5bdaca81be67f77e206dac957a535340f93fd1a374583cbb976786ff50ceda341b0ae12aaf867e584cfd62 SHA512 d9cf1c0caeef1c858ec2a917635081cfab644846b767b05d8dea9b450f0a9027ac48c4f3080eaa190d9db7d98c7871bc9cb4ef101fb1bb52f088190ff594ccfb
diff --git a/xfce-extra/xfce4-messenger-plugin/metadata.xml b/xfce-extra/xfce4-messenger-plugin/metadata.xml
deleted file mode 100644
index 359901b31db..00000000000
--- a/xfce-extra/xfce4-messenger-plugin/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>xfce@gentoo.org</email>
- <name>XFCE Team</name>
- </maintainer>
-</pkgmetadata>
diff --git a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild b/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
deleted file mode 100644
index ca9733097e4..00000000000
--- a/xfce-extra/xfce4-messenger-plugin/xfce4-messenger-plugin-0.1.0-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools multilib
-
-DESCRIPTION="A plugin that listens DBus messages and displays received messages"
-HOMEPAGE="https://packages.qa.debian.org/x/xfce4-messenger-plugin.html"
-SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/x/${PN}/${PN}_${PV}-5.debian.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-libs/dbus-glib
- >=dev-libs/glib-2
- sys-apps/dbus
- x11-libs/gtk+:2
- >=xfce-base/libxfce4util-4.8
- >=xfce-base/libxfcegui4-4.8
- >=xfce-base/xfce4-panel-4.8"
-DEPEND="${RDEPEND}
- dev-util/intltool
- virtual/pkgconfig"
-
-src_prepare() {
- eapply "${WORKDIR}"/debian/patches
- AT_M4DIR=${EPREFIX}/usr/share/xfce4/dev-tools/m4macros eautoreconf
- default
-}
-
-src_configure() {
- econf --libexecdir="${EPREFIX}"/usr/$(get_libdir)
-}
-
-src_install() {
- default
- exeinto /usr/share/doc/${PF}/scripts
- doexe scripts/xfce-messenger-logtail
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2019-05-11 17:06 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-07 8:29 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-messenger-plugin/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2019-05-11 17:06 Mikle Kolyada
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 14:04 Mikle Kolyada
2018-04-13 18:52 Denis Dupeyron
2017-09-23 6:46 Jeroen Roovers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox