diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-01 04:30:38 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-01 04:30:38 +0000 |
commit | 88898718a55356d8b1c917e1f01422e91966ab85 (patch) | |
tree | 8a49d5c058471d28efdd8916f2aa4b36a46f12b9 /www-apps | |
parent | inherit multilib for get_libdir (diff) | |
download | gentoo-2-88898718a55356d8b1c917e1f01422e91966ab85.tar.gz gentoo-2-88898718a55356d8b1c917e1f01422e91966ab85.tar.bz2 gentoo-2-88898718a55356d8b1c917e1f01422e91966ab85.zip |
inherit user for enewuser
(Portage version: 2.2.0_alpha108_p12/cvs/Linux i686)
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/cgit/ChangeLog | 8 | ||||
-rw-r--r-- | www-apps/cgit/cgit-0.8.3.5.ebuild | 6 | ||||
-rw-r--r-- | www-apps/cgit/cgit-0.9.0.2-r1.ebuild | 6 | ||||
-rw-r--r-- | www-apps/cgit/cgit-9999.ebuild | 6 |
4 files changed, 15 insertions, 11 deletions
diff --git a/www-apps/cgit/ChangeLog b/www-apps/cgit/ChangeLog index fb2149dea5ad..83ab2de88204 100644 --- a/www-apps/cgit/ChangeLog +++ b/www-apps/cgit/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/cgit -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.10 2011/09/16 08:25:02 pva Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/ChangeLog,v 1.11 2012/06/01 04:30:38 zmedico Exp $ + + 01 Jun 2012; Zac Medico <zmedico@gentoo.org> cgit-0.8.3.5.ebuild, + cgit-0.9.0.2-r1.ebuild, cgit-9999.ebuild: + inherit user for enewuser 16 Sep 2011; Peter Volkov <pva@gentoo.org> -cgit-0.9.ebuild, cgit-0.9.0.2-r1.ebuild, +cgit-9999.ebuild: diff --git a/www-apps/cgit/cgit-0.8.3.5.ebuild b/www-apps/cgit/cgit-0.8.3.5.ebuild index 756eae3f66fc..9720c9c22862 100644 --- a/www-apps/cgit/cgit-0.8.3.5.ebuild +++ b/www-apps/cgit/cgit-0.8.3.5.ebuild @@ -1,12 +1,12 @@ -# 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/www-apps/cgit/cgit-0.8.3.5.ebuild,v 1.1 2011/04/29 19:02:18 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.8.3.5.ebuild,v 1.2 2012/06/01 04:30:38 zmedico Exp $ EAPI="2" WEBAPP_MANUAL_SLOT="yes" -inherit webapp eutils multilib +inherit webapp multilib user [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/" diff --git a/www-apps/cgit/cgit-0.9.0.2-r1.ebuild b/www-apps/cgit/cgit-0.9.0.2-r1.ebuild index 71a51be9a6f4..7f4908383c8a 100644 --- a/www-apps/cgit/cgit-0.9.0.2-r1.ebuild +++ b/www-apps/cgit/cgit-0.9.0.2-r1.ebuild @@ -1,12 +1,12 @@ -# 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/www-apps/cgit/cgit-0.9.0.2-r1.ebuild,v 1.2 2011/09/16 08:25:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-0.9.0.2-r1.ebuild,v 1.3 2012/06/01 04:30:38 zmedico Exp $ EAPI="4" WEBAPP_MANUAL_SLOT="yes" -inherit webapp eutils multilib +inherit webapp eutils multilib user [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/" diff --git a/www-apps/cgit/cgit-9999.ebuild b/www-apps/cgit/cgit-9999.ebuild index 2ff6dcc20118..7f2d474dbcef 100644 --- a/www-apps/cgit/cgit-9999.ebuild +++ b/www-apps/cgit/cgit-9999.ebuild @@ -1,12 +1,12 @@ -# 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/www-apps/cgit/cgit-9999.ebuild,v 1.4 2011/09/16 08:25:02 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/cgit/cgit-9999.ebuild,v 1.5 2012/06/01 04:30:38 zmedico Exp $ EAPI="4" WEBAPP_MANUAL_SLOT="yes" -inherit webapp eutils multilib git-2 +inherit webapp multilib user git-2 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/" |