summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-04 20:58:28 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-04 20:58:28 +0000
commitff55ad5acefd20a6a7ec2fe85a8f6b13f63e4fdc (patch)
tree2817e0468355683697fe02b3f9df8c9b37d66531 /dev-vcs/gitosis
parentinherit user for enewgroup and enewuser (diff)
downloadgentoo-2-ff55ad5acefd20a6a7ec2fe85a8f6b13f63e4fdc.tar.gz
gentoo-2-ff55ad5acefd20a6a7ec2fe85a8f6b13f63e4fdc.tar.bz2
gentoo-2-ff55ad5acefd20a6a7ec2fe85a8f6b13f63e4fdc.zip
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha109_p6/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/gitosis')
-rw-r--r--dev-vcs/gitosis/ChangeLog8
-rw-r--r--dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild6
-rw-r--r--dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-vcs/gitosis/ChangeLog b/dev-vcs/gitosis/ChangeLog
index 30965dbc4474..d7dbec358ff1 100644
--- a/dev-vcs/gitosis/ChangeLog
+++ b/dev-vcs/gitosis/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-vcs/gitosis
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/ChangeLog,v 1.3 2011/04/06 19:27:19 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/ChangeLog,v 1.4 2012/06/04 20:58:28 zmedico Exp $
+
+ 04 Jun 2012; Zac Medico <zmedico@gentoo.org> gitosis-0.2_p20080626.ebuild,
+ gitosis-0.2_p20080825.ebuild:
+ inherit user for enewgroup and enewuser
06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
gitosis-0.2_p20080626.ebuild, gitosis-0.2_p20080825.ebuild:
diff --git a/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild b/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild
index 374650166050..aa1643d59bda 100644
--- a/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild
+++ b/dev-vcs/gitosis/gitosis-0.2_p20080626.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/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild,v 1.3 2011/04/06 19:27:19 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/gitosis-0.2_p20080626.ebuild,v 1.4 2012/06/04 20:58:28 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit eutils distutils user
DESCRIPTION="gitosis -- software for hosting git repositories"
HOMEPAGE="http://eagain.net/gitweb/?p=gitosis.git;a=summary"
diff --git a/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild b/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild
index 763275e5a8c5..466545a0e780 100644
--- a/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild
+++ b/dev-vcs/gitosis/gitosis-0.2_p20080825.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/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild,v 1.3 2011/04/06 19:27:19 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis/gitosis-0.2_p20080825.ebuild,v 1.4 2012/06/04 20:58:28 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit eutils distutils user
DESCRIPTION="gitosis -- software for hosting git repositories"
HOMEPAGE="http://eagain.net/gitweb/?p=gitosis.git;a=summary"