public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/phctool: phctool-0.5.2.2-r1.ebuild phctool-0.5.2.2-r2.ebuild ChangeLog
@ 2012-05-24  5:46 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-05-24  5:46 UTC (permalink / raw
  To: gentoo-commits

vapier      12/05/24 05:46:22

  Modified:             phctool-0.5.2.2-r1.ebuild phctool-0.5.2.2-r2.ebuild
                        ChangeLog
  Log:
  Inherit user for enewuser/etc...
  
  (Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-power/phctool/phctool-0.5.2.2-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r1.ebuild?r1=1.3&r2=1.4

Index: phctool-0.5.2.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- phctool-0.5.2.2-r1.ebuild	2 Nov 2011 21:42:43 -0000	1.3
+++ phctool-0.5.2.2-r1.ebuild	24 May 2012 05:46:22 -0000	1.4
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r1.ebuild,v 1.3 2011/11/02 21:42:43 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r1.ebuild,v 1.4 2012/05/24 05:46:22 vapier Exp $
 
 EAPI=2
 
 PYTHON_DEPEND="2"
-inherit eutils python
+inherit eutils python user
 
 DESCRIPTION="Processor Hardware Control userland configuration tool"
 HOMEPAGE="http://www.linux-phc.org/"



1.2                  sys-power/phctool/phctool-0.5.2.2-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r2.ebuild?r1=1.1&r2=1.2

Index: phctool-0.5.2.2-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- phctool-0.5.2.2-r2.ebuild	10 Nov 2011 09:55:40 -0000	1.1
+++ phctool-0.5.2.2-r2.ebuild	24 May 2012 05:46:22 -0000	1.2
@@ -1,11 +1,11 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r2.ebuild,v 1.1 2011/11/10 09:55:40 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/phctool-0.5.2.2-r2.ebuild,v 1.2 2012/05/24 05:46:22 vapier Exp $
 
 EAPI=4
 
 PYTHON_DEPEND="2"
-inherit eutils python
+inherit eutils python user
 
 DESCRIPTION="Processor Hardware Control userland configuration tool"
 HOMEPAGE="http://www.linux-phc.org/"



1.8                  sys-power/phctool/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phctool/ChangeLog?r1=1.7&r2=1.8

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-power/phctool/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	10 Nov 2011 09:55:40 -0000	1.7
+++ ChangeLog	24 May 2012 05:46:22 -0000	1.8
@@ -1,6 +1,10 @@
 # ChangeLog for sys-power/phctool
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/ChangeLog,v 1.7 2011/11/10 09:55:40 xmw Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-power/phctool/ChangeLog,v 1.8 2012/05/24 05:46:22 vapier Exp $
+
+  24 May 2012; Mike Frysinger <vapier@gentoo.org> phctool-0.5.2.2-r1.ebuild,
+  phctool-0.5.2.2-r2.ebuild:
+  Inherit user for enewuser/etc...
 
 *phctool-0.5.2.2-r2 (10 Nov 2011)
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-24  5:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24  5:46 [gentoo-commits] gentoo-x86 commit in sys-power/phctool: phctool-0.5.2.2-r1.ebuild phctool-0.5.2.2-r2.ebuild ChangeLog Mike Frysinger (vapier)

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