public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmping: wmping-0.2.1.ebuild ChangeLog
@ 2014-04-07 18:03 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2014-04-07 18:03 UTC (permalink / raw
  To: gentoo-commits

ssuominen    14/04/07 18:03:37

  Modified:             wmping-0.2.1.ebuild ChangeLog
  Log:
  Use EAPI5 instead of EAPI1 and keyword also ~x86.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.4                  x11-plugins/wmping/wmping-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?r1=1.3&r2=1.4

Index: wmping-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wmping-0.2.1.ebuild	19 Jan 2008 21:18:58 -0000	1.3
+++ wmping-0.2.1.ebuild	7 Apr 2014 18:03:37 -0000	1.4
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.3 2008/01/19 21:18:58 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.4 2014/04/07 18:03:37 ssuominen Exp $
 
-EAPI=1
+EAPI=5
 
 DESCRIPTION="a simple host status monitoring dockapp."
 HOMEPAGE="http://sourceforge.net/projects/wmping"
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="+suid"
 
 RDEPEND="x11-libs/libX11
@@ -24,7 +24,7 @@
 
 src_install() {
 	if use suid; then
-		emake DESTDIR="${D}" install || die "emake install failed."
+		emake DESTDIR="${D}" install
 	else
 		dosbin ${PN}
 	fi



1.3                  x11-plugins/wmping/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	19 Jan 2008 21:18:58 -0000	1.2
+++ ChangeLog	7 Apr 2014 18:03:37 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmping
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.2 2008/01/19 21:18:58 drac Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.3 2014/04/07 18:03:37 ssuominen Exp $
+
+  07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> wmping-0.2.1.ebuild:
+  Use EAPI5 instead of EAPI1 and keyword also ~x86.
 
   19 Jan 2008; Samuli Suominen <drac@gentoo.org> wmping-0.2.1.ebuild:
   USE suid is there only to warn users, but it's basically useless with it
@@ -10,4 +13,3 @@
 
   14 Jan 2008; Samuli Suominen <drac@gentoo.org> +wmping-0.2.1.ebuild:
   Initial commit.
-





^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmping: wmping-0.2.1.ebuild ChangeLog
@ 2014-08-10 20:08 Sergei Trofimovich (slyfox)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich (slyfox) @ 2014-08-10 20:08 UTC (permalink / raw
  To: gentoo-commits

slyfox      14/08/10 20:08:49

  Modified:             wmping-0.2.1.ebuild ChangeLog
  Log:
  QA: drop trailing '.' from DESCRIPTION
  
  (Portage version: 2.2.11_p9/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)

Revision  Changes    Path
1.5                  x11-plugins/wmping/wmping-0.2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?r1=1.4&r2=1.5

Index: wmping-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- wmping-0.2.1.ebuild	7 Apr 2014 18:03:37 -0000	1.4
+++ wmping-0.2.1.ebuild	10 Aug 2014 20:08:49 -0000	1.5
@@ -1,10 +1,10 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.4 2014/04/07 18:03:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.5 2014/08/10 20:08:49 slyfox Exp $
 
 EAPI=5
 
-DESCRIPTION="a simple host status monitoring dockapp."
+DESCRIPTION="a simple host status monitoring dockapp"
 HOMEPAGE="http://sourceforge.net/projects/wmping"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 



1.4                  x11-plugins/wmping/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmping/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	7 Apr 2014 18:03:37 -0000	1.3
+++ ChangeLog	10 Aug 2014 20:08:49 -0000	1.4
@@ -1,6 +1,9 @@
 # ChangeLog for x11-plugins/wmping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.3 2014/04/07 18:03:37 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.4 2014/08/10 20:08:49 slyfox Exp $
+
+  10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> wmping-0.2.1.ebuild:
+  QA: drop trailing '.' from DESCRIPTION
 
   07 Apr 2014; Samuli Suominen <ssuominen@gentoo.org> wmping-0.2.1.ebuild:
   Use EAPI5 instead of EAPI1 and keyword also ~x86.





^ permalink raw reply	[flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmping: wmping-0.2.1.ebuild ChangeLog
@ 2008-01-19 21:18 Samuli Suominen (drac)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (drac) @ 2008-01-19 21:18 UTC (permalink / raw
  To: gentoo-commits

drac        08/01/19 21:18:59

  Modified:             wmping-0.2.1.ebuild ChangeLog
  Log:
  USE suid is there only to warn users, but it's basically useless with it disabled. Enable it by default using EAPI=1.
  (Portage version: 2.1.4)

Revision  Changes    Path
1.3                  x11-plugins/wmping/wmping-0.2.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild?r1=1.2&r2=1.3

Index: wmping-0.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wmping-0.2.1.ebuild	14 Jan 2008 18:34:31 -0000	1.2
+++ wmping-0.2.1.ebuild	19 Jan 2008 21:18:58 -0000	1.3
@@ -1,6 +1,8 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.2 2008/01/14 18:34:31 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuild,v 1.3 2008/01/19 21:18:58 drac Exp $
+
+EAPI=1
 
 DESCRIPTION="a simple host status monitoring dockapp."
 HOMEPAGE="http://sourceforge.net/projects/wmping"
@@ -9,7 +11,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64"
-IUSE="suid"
+IUSE="+suid"
 
 RDEPEND="x11-libs/libX11
 	x11-libs/libXext
@@ -32,5 +34,5 @@
 }
 
 pkg_postinst() {
-	use suid || ewarn "warning, ${PN} needs to be executed root for functionality."
+	use suid || ewarn "warning, ${PN} needs to be executed as root."
 }



1.2                  x11-plugins/wmping/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping/ChangeLog?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping/ChangeLog?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	14 Jan 2008 18:27:42 -0000	1.1
+++ ChangeLog	19 Jan 2008 21:18:58 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for x11-plugins/wmping
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.1 2008/01/14 18:27:42 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.2 2008/01/19 21:18:58 drac Exp $
+
+  19 Jan 2008; Samuli Suominen <drac@gentoo.org> wmping-0.2.1.ebuild:
+  USE suid is there only to warn users, but it's basically useless with it
+  disabled. Enable it by default using EAPI=1.
 
 *wmping-0.2.1 (14 Jan 2008)
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2014-08-11 21:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-07 18:03 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmping: wmping-0.2.1.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2014-08-10 20:08 Sergei Trofimovich (slyfox)
2008-01-19 21:18 Samuli Suominen (drac)

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