diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:07:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:07:03 +0000 |
commit | 7db87568727b1bd580dd03acc707690197d105c3 (patch) | |
tree | d155f758a0546f9f4c0a9207ab3cf049eea23d0f /sys-auth | |
parent | Inherit user for enewuser/etc... rather than eutils. (diff) | |
download | gentoo-2-7db87568727b1bd580dd03acc707690197d105c3.tar.gz gentoo-2-7db87568727b1bd580dd03acc707690197d105c3.tar.bz2 gentoo-2-7db87568727b1bd580dd03acc707690197d105c3.zip |
Inherit user for enewuser/etc...
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/rtkit/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/rtkit/rtkit-0.10.ebuild | 4 | ||||
-rw-r--r-- | sys-auth/rtkit/rtkit-0.6.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/rtkit/rtkit-0.7.ebuild | 6 | ||||
-rw-r--r-- | sys-auth/rtkit/rtkit-0.9-r1.ebuild | 6 |
5 files changed, 16 insertions, 12 deletions
diff --git a/sys-auth/rtkit/ChangeLog b/sys-auth/rtkit/ChangeLog index 7a4228069795..facdf7995fa8 100644 --- a/sys-auth/rtkit/ChangeLog +++ b/sys-auth/rtkit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/rtkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.25 2012/03/31 17:19:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/ChangeLog,v 1.26 2012/05/24 05:07:03 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> rtkit-0.10.ebuild, + rtkit-0.6.ebuild, rtkit-0.7.ebuild, rtkit-0.9-r1.ebuild: + Inherit user for enewuser/etc... 31 Mar 2012; Raúl Porcel <armin76@gentoo.org> rtkit-0.10.ebuild: alpha/ia64/sh/sparc stable wrt #400495 diff --git a/sys-auth/rtkit/rtkit-0.10.ebuild b/sys-auth/rtkit/rtkit-0.10.ebuild index 92ab4a283b7e..cf59c6de6f28 100644 --- a/sys-auth/rtkit/rtkit-0.10.ebuild +++ b/sys-auth/rtkit/rtkit-0.10.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.10.ebuild,v 1.8 2012/03/31 17:19:27 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.10.ebuild,v 1.9 2012/05/24 05:07:03 vapier Exp $ EAPI="4" -inherit eutils systemd +inherit eutils systemd user DESCRIPTION="Realtime Policy and Watchdog Daemon" HOMEPAGE="http://0pointer.de/blog/projects/rtkit" diff --git a/sys-auth/rtkit/rtkit-0.6.ebuild b/sys-auth/rtkit/rtkit-0.6.ebuild index 0addbff95032..b4c222562244 100644 --- a/sys-auth/rtkit/rtkit-0.6.ebuild +++ b/sys-auth/rtkit/rtkit-0.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.6.ebuild,v 1.5 2010/08/11 17:55:16 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.6.ebuild,v 1.6 2012/05/24 05:07:03 vapier Exp $ EAPI="2" -inherit eutils +inherit eutils user DESCRIPTION="Realtime Policy and Watchdog Daemon" HOMEPAGE="http://0pointer.de/blog/projects/rtkit" diff --git a/sys-auth/rtkit/rtkit-0.7.ebuild b/sys-auth/rtkit/rtkit-0.7.ebuild index 8e3dcbe610bf..cb2f2e47cedb 100644 --- a/sys-auth/rtkit/rtkit-0.7.ebuild +++ b/sys-auth/rtkit/rtkit-0.7.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.7.ebuild,v 1.3 2010/08/11 17:55:16 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.7.ebuild,v 1.4 2012/05/24 05:07:03 vapier Exp $ EAPI="2" -inherit eutils +inherit eutils user DESCRIPTION="Realtime Policy and Watchdog Daemon" HOMEPAGE="http://0pointer.de/blog/projects/rtkit" diff --git a/sys-auth/rtkit/rtkit-0.9-r1.ebuild b/sys-auth/rtkit/rtkit-0.9-r1.ebuild index 5aa7c5b839ed..d61055f59ac2 100644 --- a/sys-auth/rtkit/rtkit-0.9-r1.ebuild +++ b/sys-auth/rtkit/rtkit-0.9-r1.ebuild @@ -1,10 +1,10 @@ -# 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-auth/rtkit/rtkit-0.9-r1.ebuild,v 1.9 2011/04/16 17:45:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/rtkit/rtkit-0.9-r1.ebuild,v 1.10 2012/05/24 05:07:03 vapier Exp $ EAPI="2" -inherit eutils +inherit eutils user DESCRIPTION="Realtime Policy and Watchdog Daemon" HOMEPAGE="http://0pointer.de/blog/projects/rtkit" |