summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-04 20:57:17 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-04 20:57:17 +0000
commitb3fb2f112eb6bd850efb0c138a4da141171c44c4 (patch)
tree3c6cf8a14b66425cb03bec62b934cb1bd5e9a4af /dev-vcs/gitosis-gentoo
parentinherit multilib for get_libdir (diff)
downloadgentoo-2-b3fb2f112eb6bd850efb0c138a4da141171c44c4.tar.gz
gentoo-2-b3fb2f112eb6bd850efb0c138a4da141171c44c4.tar.bz2
gentoo-2-b3fb2f112eb6bd850efb0c138a4da141171c44c4.zip
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha109_p6/cvs/Linux i686)
Diffstat (limited to 'dev-vcs/gitosis-gentoo')
-rw-r--r--dev-vcs/gitosis-gentoo/ChangeLog10
-rw-r--r--dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild6
-rw-r--r--dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild6
-rw-r--r--dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild6
-rw-r--r--dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild6
-rw-r--r--dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20100721.ebuild6
6 files changed, 23 insertions, 17 deletions
diff --git a/dev-vcs/gitosis-gentoo/ChangeLog b/dev-vcs/gitosis-gentoo/ChangeLog
index 39c214ea24af..03e6af53435f 100644
--- a/dev-vcs/gitosis-gentoo/ChangeLog
+++ b/dev-vcs/gitosis-gentoo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-vcs/gitosis-gentoo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/ChangeLog,v 1.5 2011/04/06 19:39:15 arfrever Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/ChangeLog,v 1.6 2012/06/04 20:57:17 zmedico Exp $
+
+ 04 Jun 2012; Zac Medico <zmedico@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,
+ gitosis-gentoo-0.2_p20100721.ebuild:
+ inherit user for enewgroup and enewuser
06 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
gitosis-gentoo-0.2_p20080203.ebuild, gitosis-gentoo-0.2_p20080711.ebuild,
diff --git a/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild
index 8da70b851d29..afbd9c241394 100644
--- a/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild
+++ b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.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-gentoo/gitosis-gentoo-0.2_p20080203.ebuild,v 1.2 2011/04/06 19:39:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080203.ebuild,v 1.3 2012/06/04 20:57:17 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit eutils distutils user
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-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild
index cd605ee5f2ce..3ec61034c284 100644
--- a/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild
+++ b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.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-gentoo/gitosis-gentoo-0.2_p20080711.ebuild,v 1.2 2011/04/06 19:39:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20080711.ebuild,v 1.3 2012/06/04 20:57:17 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit eutils distutils user
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-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild
index 1c506caab63b..e7c93d28526c 100644
--- a/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild
+++ b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.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-gentoo/gitosis-gentoo-0.2_p20081028.ebuild,v 1.2 2011/04/06 19:39:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20081028.ebuild,v 1.3 2012/06/04 20:57:17 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit eutils distutils user
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-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild
index 48d1cd524da6..8075fe5a009c 100644
--- a/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild
+++ b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.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-gentoo/gitosis-gentoo-0.2_p20090515.ebuild,v 1.2 2011/04/06 19:39:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20090515.ebuild,v 1.3 2012/06/04 20:57:17 zmedico Exp $
EAPI="3"
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit eutils distutils user
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-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20100721.ebuild b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20100721.ebuild
index 918ce05664dc..92de4d20870e 100644
--- a/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20100721.ebuild
+++ b/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20100721.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-gentoo/gitosis-gentoo-0.2_p20100721.ebuild,v 1.2 2011/04/06 19:39:15 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-vcs/gitosis-gentoo/gitosis-gentoo-0.2_p20100721.ebuild,v 1.3 2012/06/04 20:57:17 zmedico Exp $
EAPI=3
PYTHON_DEPEND="2"
-inherit eutils distutils
+inherit eutils distutils user
DESCRIPTION="gitosis -- software for hosting git repositories, Gentoo fork"
HOMEPAGE="http://git.overlays.gentoo.org/gitweb/?p=proj/gitosis-gentoo.git"