public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmonad-log-applet/
@ 2016-09-18 11:01 Pacho Ramos
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-09-18 11:01 UTC (permalink / raw
  To: gentoo-commits

commit:     06f5bb859f1c1cb45d10d4ae77a12aa398e43528
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 10:09:53 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 11:01:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06f5bb85

x11-misc/xmonad-log-applet: Use newer eapi

Package-Manager: portage-2.3.0

 .../xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild     | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
index 89b75cd..181ff5f 100644
--- a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
+++ b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
@@ -1,9 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-
+EAPI=6
 inherit autotools gnome2
 
 DESCRIPTION="Gnome and XFCE applet for displaying XMonad log"
@@ -28,19 +27,21 @@ DEPEND="${RDEPEND}"
 
 src_prepare() {
 	eautoreconf
+	gnome2_src_prepare
 }
 
 src_configure() {
-	econf --sysconfdir=/etc --with-panel=xfce4
+	gnome2_src_configure --sysconfdir=/etc --with-panel=xfce4
 }
 
 src_install() {
-	emake DESTDIR="${D}" install
+	gnome2_src_install
 	dodoc AUTHORS.md README.md
 	dodoc "${FILESDIR}"/xmonad.hs
 }
 
 pkg_postinst() {
+	gnome2_pkg_postinst
 	elog "Remember to update your xmonad.hs accordingly"
 	elog "a sample xmonad.hs is provided in /usr/share/doc/${PF}"
 }


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmonad-log-applet/
@ 2017-11-26 23:33 David Seifert
  0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2017-11-26 23:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9b3070e055ed250f64e504271ecaacc9bed74301
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 26 13:13:49 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 26 23:31:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b3070e0

x11-misc/xmonad-log-applet: [QA] Consistent whitespace in metadata.xml

 x11-misc/xmonad-log-applet/metadata.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/x11-misc/xmonad-log-applet/metadata.xml b/x11-misc/xmonad-log-applet/metadata.xml
index d916bff47cc..5991f768560 100644
--- a/x11-misc/xmonad-log-applet/metadata.xml
+++ b/x11-misc/xmonad-log-applet/metadata.xml
@@ -1,17 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>haskell@gentoo.org</email>
-  </maintainer>
-  <maintainer type="person">
-    <email>flo@geekplace.eu</email>
-    <description>Maintainer, CC him on bugs</description>
-  </maintainer>
-  <longdescription>
-	xmonad-log-applet is for Xmonad users who find the GNOME, MATE, or Xfce panel useful. The applet will show the active workspaces, the title of the selected window or whatever information you send it from your xmonad.hs.
-</longdescription>
-  <upstream>
-    <remote-id type="github">alexkay/xmonad-log-applet</remote-id>
-  </upstream>
+	<maintainer type="project">
+		<email>haskell@gentoo.org</email>
+	</maintainer>
+	<maintainer type="person">
+		<email>flo@geekplace.eu</email>
+		<description>Maintainer, CC him on bugs</description>
+	</maintainer>
+	<longdescription>
+		xmonad-log-applet is for Xmonad users who find the GNOME, MATE, or Xfce panel useful. The applet will show the active workspaces, the title of the selected window or whatever information you send it from your xmonad.hs.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">alexkay/xmonad-log-applet</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmonad-log-applet/
@ 2018-02-11 11:36 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2018-02-11 11:36 UTC (permalink / raw
  To: gentoo-commits

commit:     f383ed9f4b00909b1c6e77958e82e9ca309dc3d9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 11 11:21:31 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 11 11:36:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f383ed9f

x11-misc/xmonad-log-applet: Remove useless maintainer <description/>

Remove useless/redundant maintainer <description/>. It does not benefit
bug wrangling, and only wastes developer's time on reading it. Few tips:

- assignee/CC is implied by ordering, there is no reason to repeat it,
- we know that maintainer is maintainer (la la la la la),
- most of adjectives for maintainer are of no value and/or are obvious.

 x11-misc/xmonad-log-applet/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/x11-misc/xmonad-log-applet/metadata.xml b/x11-misc/xmonad-log-applet/metadata.xml
index 5991f768560..e8a65559079 100644
--- a/x11-misc/xmonad-log-applet/metadata.xml
+++ b/x11-misc/xmonad-log-applet/metadata.xml
@@ -6,7 +6,6 @@
 	</maintainer>
 	<maintainer type="person">
 		<email>flo@geekplace.eu</email>
-		<description>Maintainer, CC him on bugs</description>
 	</maintainer>
 	<longdescription>
 		xmonad-log-applet is for Xmonad users who find the GNOME, MATE, or Xfce panel useful. The applet will show the active workspaces, the title of the selected window or whatever information you send it from your xmonad.hs.


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmonad-log-applet/
@ 2018-05-12 18:52 Sergei Trofimovich
  0 siblings, 0 replies; 5+ messages in thread
From: Sergei Trofimovich @ 2018-05-12 18:52 UTC (permalink / raw
  To: gentoo-commits

commit:     7fe0a08883e84be86f43e3494ee723050420d6cb
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 18:51:14 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May 12 18:52:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fe0a088

x11-misc/xmonad-log-applet: add missing dbus-glib depend, bug #651502

Reported-by: Toralf Förster
Closes: https://bugs.gentoo.org/651502
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
index f0c5379f92e..aec50da5dd5 100644
--- a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
+++ b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -18,6 +18,7 @@ RESTRICT="mirror"
 RDEPEND="
 	sys-apps/dbus
 	xfce-base/xfce4-panel
+	dev-libs/dbus-glib
 	dev-libs/glib:2
 	dev-haskell/dbus
 	x11-libs/gtk+:3


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmonad-log-applet/
@ 2019-09-15 17:17 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2019-09-15 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     fda79a4eb199096b42bbc5b7d5a758fbe2775a36
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 17:10:46 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 17:10:46 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda79a4e

x11-misc/xmonad-log-applet: Inline mirror://github

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
index aec50da5dd5..9038beb0ce0 100644
--- a/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
+++ b/x11-misc/xmonad-log-applet/xmonad-log-applet-2.0.0-r301.ebuild
@@ -6,7 +6,7 @@ inherit autotools gnome2
 
 DESCRIPTION="Gnome and XFCE applet for displaying XMonad log"
 HOMEPAGE="https://github.com/alexkay/xmonad-log-applet"
-SRC_URI="mirror://github/alexkay/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/downloads/alexkay/${PN}/${P}.tar.gz"
 LICENSE="BSD"
 
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-09-15 17:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-12 18:52 [gentoo-commits] repo/gentoo:master commit in: x11-misc/xmonad-log-applet/ Sergei Trofimovich
  -- strict thread matches above, loose matches on Subject: below --
2019-09-15 17:17 Michał Górny
2018-02-11 11:36 Michał Górny
2017-11-26 23:33 David Seifert
2016-09-18 11:01 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox