summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-05-24 05:46:22 +0000
committerMike Frysinger <vapier@gentoo.org>2012-05-24 05:46:22 +0000
commit83f829def0c033fa4f1d9b8e15a0e3ba758d5de0 (patch)
tree8b21683fb959fcd4033b4f9ff11f563752a2f980 /sys-power/phctool
parentMove to usex() from eutils.eclass. (diff)
downloadhistorical-83f829def0c033fa4f1d9b8e15a0e3ba758d5de0.tar.gz
historical-83f829def0c033fa4f1d9b8e15a0e3ba758d5de0.tar.bz2
historical-83f829def0c033fa4f1d9b8e15a0e3ba758d5de0.zip
Inherit user for enewuser/etc...
Package-Manager: portage-2.2.0_alpha107_p3/cvs/Linux x86_64
Diffstat (limited to 'sys-power/phctool')
-rw-r--r--sys-power/phctool/ChangeLog8
-rw-r--r--sys-power/phctool/phctool-0.5.2.2-r1.ebuild6
-rw-r--r--sys-power/phctool/phctool-0.5.2.2-r2.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/sys-power/phctool/ChangeLog b/sys-power/phctool/ChangeLog
index 2be68278eca9..d35510a122b9 100644
--- a/sys-power/phctool/ChangeLog
+++ b/sys-power/phctool/ChangeLog
@@ -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)
diff --git a/sys-power/phctool/phctool-0.5.2.2-r1.ebuild b/sys-power/phctool/phctool-0.5.2.2-r1.ebuild
index 3581d0c0a16b..08a1d41d6724 100644
--- a/sys-power/phctool/phctool-0.5.2.2-r1.ebuild
+++ b/sys-power/phctool/phctool-0.5.2.2-r1.ebuild
@@ -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/"
diff --git a/sys-power/phctool/phctool-0.5.2.2-r2.ebuild b/sys-power/phctool/phctool-0.5.2.2-r2.ebuild
index 88eaefdd4ed2..2870a5b3af46 100644
--- a/sys-power/phctool/phctool-0.5.2.2-r2.ebuild
+++ b/sys-power/phctool/phctool-0.5.2.2-r2.ebuild
@@ -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/"