diff options
author | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:57:21 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2010-02-08 08:57:21 +0000 |
commit | 80da9e53aee0fe2ee1df5b26235a5967ce445fb2 (patch) | |
tree | 5052adcb74b00b47a4c19a75101f0fd60b17506e /dev-util/gitosis-gentoo | |
parent | Add inherit eutils for epatch. (diff) | |
download | gentoo-2-80da9e53aee0fe2ee1df5b26235a5967ce445fb2.tar.gz gentoo-2-80da9e53aee0fe2ee1df5b26235a5967ce445fb2.tar.bz2 gentoo-2-80da9e53aee0fe2ee1df5b26235a5967ce445fb2.zip |
Add inherit eutils for enewgroup and enewuser.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/gitosis-gentoo')
5 files changed, 17 insertions, 12 deletions
diff --git a/dev-util/gitosis-gentoo/ChangeLog b/dev-util/gitosis-gentoo/ChangeLog index 2fcd09a1e91f..b9323f920ec0 100644 --- a/dev-util/gitosis-gentoo/ChangeLog +++ b/dev-util/gitosis-gentoo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/gitosis-gentoo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/ChangeLog,v 1.7 2010/01/15 21:37:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/ChangeLog,v 1.8 2010/02/08 08:57:21 pva Exp $ + + 08 Feb 2010; Peter Volkov <pva@gentoo.org> + gitosis-gentoo-0.2_p20080203.ebuild, gitosis-gentoo-0.2_p20080711.ebuild, + gitosis-gentoo-0.2_p20081028.ebuild, gitosis-gentoo-0.2_p20090515.ebuild: + Add inherit eutils for enewgroup and enewuser. 15 Jan 2010; Christian Faulhammer <fauli@gentoo.org> gitosis-gentoo-0.2_p20090515.ebuild: diff --git a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild index 1d471e084525..07091b29db29 100644 --- a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild +++ b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild,v 1.1 2008/04/04 07:22:43 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild,v 1.2 2010/02/08 08:57:21 pva Exp $ -inherit distutils +inherit eutils distutils DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork" HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git" diff --git a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild index 5785109ff672..fd5320870043 100644 --- a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild +++ b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild,v 1.3 2008/11/24 01:26:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild,v 1.4 2010/02/08 08:57:21 pva Exp $ -inherit distutils +inherit eutils distutils DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork" HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git" diff --git a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild index f838a6b41e56..5a3ed703e206 100644 --- a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild +++ b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild,v 1.2 2008/11/24 01:26:33 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild,v 1.3 2010/02/08 08:57:21 pva Exp $ -inherit distutils +inherit eutils distutils DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork" HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git" diff --git a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild index 99fcab0bfd80..35831bfce71a 100644 --- a/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild +++ b/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild,v 1.2 2010/01/15 21:37:55 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild,v 1.3 2010/02/08 08:57:21 pva Exp $ -inherit distutils +inherit eutils distutils DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork" HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git" |