From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JGL5o-0003VT-2T for garchives@archives.gentoo.org; Sat, 19 Jan 2008 21:19:08 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 579E3E031E; Sat, 19 Jan 2008 21:19:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 10A9DE031E for ; Sat, 19 Jan 2008 21:19:01 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 9C80C65819 for ; Sat, 19 Jan 2008 21:19:00 +0000 (UTC) Received: from drac by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JGL5f-0000C0-Ba for gentoo-commits@lists.gentoo.org; Sat, 19 Jan 2008 21:18:59 +0000 From: "Samuli Suominen (drac)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, drac@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmping: wmping-0.2.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: wmping-0.2.1.ebuild ChangeLog X-VCS-Directories: x11-plugins/wmping X-VCS-Committer: drac X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Samuli Suominen Date: Sat, 19 Jan 2008 21:18:59 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6d1128a5-dc08-4b45-9418-24a85eb9113d X-Archives-Hash: 02e91d7a9d20c6c9828a03e3a63c1b7b 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 i= t disabled. Enable it by default using EAPI=3D1. (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=3D1.3&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping= /wmping-0.2.1.ebuild?rev=3D1.3&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping= /wmping-0.2.1.ebuild?r1=3D1.2&r2=3D1.3 Index: wmping-0.2.1.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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.ebuil= d,v 1.2 2008/01/14 18:34:31 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/wmping-0.2.1.ebuil= d,v 1.3 2008/01/19 21:18:58 drac Exp $ + +EAPI=3D1 =20 DESCRIPTION=3D"a simple host status monitoring dockapp." HOMEPAGE=3D"http://sourceforge.net/projects/wmping" @@ -9,7 +11,7 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64" -IUSE=3D"suid" +IUSE=3D"+suid" =20 RDEPEND=3D"x11-libs/libX11 x11-libs/libXext @@ -32,5 +34,5 @@ } =20 pkg_postinst() { - use suid || ewarn "warning, ${PN} needs to be executed root for functio= nality." + 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=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping= /ChangeLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmping= /ChangeLog?r1=3D1.1&r2=3D1.2 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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 20= 08/01/14 18:27:42 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmping/ChangeLog,v 1.2 20= 08/01/19 21:18:58 drac Exp $ + + 19 Jan 2008; Samuli Suominen 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=3D1. =20 *wmping-0.2.1 (14 Jan 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list