diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:52:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 05:52:37 +0000 |
commit | 25a315e48c5c931c99db672677d98c3d0c42370c (patch) | |
tree | 6e1b26b4d62a84a2a299c6a769d36d93894642f5 /sys-process/cronbase | |
parent | Inherit flag-o-matic for append-flags, and user for enewuser/etc... (diff) | |
download | gentoo-2-25a315e48c5c931c99db672677d98c3d0c42370c.tar.gz gentoo-2-25a315e48c5c931c99db672677d98c3d0c42370c.tar.bz2 gentoo-2-25a315e48c5c931c99db672677d98c3d0c42370c.zip |
Inherit user for enewgroup/etc... rather than eutils.
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/cronbase')
-rw-r--r-- | sys-process/cronbase/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/cronbase/cronbase-0.3.2-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-process/cronbase/cronbase-0.3.2.ebuild | 6 | ||||
-rw-r--r-- | sys-process/cronbase/cronbase-0.3.3.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sys-process/cronbase/ChangeLog b/sys-process/cronbase/ChangeLog index b51b4c7e7e94..c543cadeffd5 100644 --- a/sys-process/cronbase/ChangeLog +++ b/sys-process/cronbase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/cronbase # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/ChangeLog,v 1.39 2012/04/26 12:27:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/ChangeLog,v 1.40 2012/05/24 05:52:37 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> cronbase-0.3.2-r1.ebuild, + cronbase-0.3.2.ebuild, cronbase-0.3.3.ebuild: + Inherit user for enewgroup/etc... rather than eutils. 26 Apr 2012; Alexis Ballier <aballier@gentoo.org> cronbase-0.3.3.ebuild: keyword ~amd64-fbsd diff --git a/sys-process/cronbase/cronbase-0.3.2-r1.ebuild b/sys-process/cronbase/cronbase-0.3.2-r1.ebuild index f458b599343f..2c86d0d6917d 100644 --- a/sys-process/cronbase/cronbase-0.3.2-r1.ebuild +++ b/sys-process/cronbase/cronbase-0.3.2-r1.ebuild @@ -1,8 +1,8 @@ -# 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-process/cronbase/cronbase-0.3.2-r1.ebuild,v 1.13 2010/10/17 04:17:05 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.2-r1.ebuild,v 1.14 2012/05/24 05:52:37 vapier Exp $ -inherit eutils +inherit user DESCRIPTION="base for all cron ebuilds" HOMEPAGE="http://www.gentoo.org/" diff --git a/sys-process/cronbase/cronbase-0.3.2.ebuild b/sys-process/cronbase/cronbase-0.3.2.ebuild index 66e13f851ac0..d142a21de72a 100644 --- a/sys-process/cronbase/cronbase-0.3.2.ebuild +++ b/sys-process/cronbase/cronbase-0.3.2.ebuild @@ -1,8 +1,8 @@ -# 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-process/cronbase/cronbase-0.3.2.ebuild,v 1.20 2010/10/17 04:17:05 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.2.ebuild,v 1.21 2012/05/24 05:52:37 vapier Exp $ -inherit eutils +inherit user DESCRIPTION="base for all cron ebuilds" HOMEPAGE="http://www.gentoo.org/" diff --git a/sys-process/cronbase/cronbase-0.3.3.ebuild b/sys-process/cronbase/cronbase-0.3.3.ebuild index 46f38c7a6108..06c3dcc2fdb4 100644 --- a/sys-process/cronbase/cronbase-0.3.3.ebuild +++ b/sys-process/cronbase/cronbase-0.3.3.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.3.ebuild,v 1.8 2012/04/26 12:27:08 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/cronbase/cronbase-0.3.3.ebuild,v 1.9 2012/05/24 05:52:37 vapier Exp $ -inherit eutils +inherit user DESCRIPTION="base for all cron ebuilds" HOMEPAGE="http://www.gentoo.org/" |