summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:08:34 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:08:34 +0000
commitbd7213b764c7bec90935ff6fa356baa39ddbea16 (patch)
treea03b16d297f0d8ef0417acc8cce0d006b16cf764 /www-servers
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-bd7213b764c7bec90935ff6fa356baa39ddbea16.tar.gz
gentoo-2-bd7213b764c7bec90935ff6fa356baa39ddbea16.tar.bz2
gentoo-2-bd7213b764c7bec90935ff6fa356baa39ddbea16.zip
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/gatling/ChangeLog8
-rw-r--r--www-servers/gatling/gatling-0.12-r1.ebuild6
-rw-r--r--www-servers/gatling/gatling-0.12-r2.ebuild6
-rw-r--r--www-servers/gatling/gatling-0.12.ebuild6
-rw-r--r--www-servers/gatling/gatling-0.13.ebuild6
5 files changed, 18 insertions, 14 deletions
diff --git a/www-servers/gatling/ChangeLog b/www-servers/gatling/ChangeLog
index bb575ef38bed..16547600f249 100644
--- a/www-servers/gatling/ChangeLog
+++ b/www-servers/gatling/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-servers/gatling
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/ChangeLog,v 1.13 2013/06/07 22:52:28 sping Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/ChangeLog,v 1.14 2014/01/08 06:08:34 vapier Exp $
+
+ 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> gatling-0.12-r1.ebuild,
+ gatling-0.12-r2.ebuild, gatling-0.12.ebuild, gatling-0.13.ebuild:
+ Inherit the user eclass for enewuser/etc...
07 Jun 2013; Sebastian Pipping <sping@gentoo.org> gatling-0.13.ebuild:
Use ${ROOT} to fix cross compilation (bug #472096)
diff --git a/www-servers/gatling/gatling-0.12-r1.ebuild b/www-servers/gatling/gatling-0.12-r1.ebuild
index 6d2b085ec626..07b6deeee755 100644
--- a/www-servers/gatling/gatling-0.12-r1.ebuild
+++ b/www-servers/gatling/gatling-0.12-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12-r1.ebuild,v 1.1 2012/03/10 00:30:21 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12-r1.ebuild,v 1.2 2014/01/08 06:08:34 vapier Exp $
EAPI="4"
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs user
DESCRIPTION="High performance web server"
HOMEPAGE="http://www.fefe.de/gatling/"
diff --git a/www-servers/gatling/gatling-0.12-r2.ebuild b/www-servers/gatling/gatling-0.12-r2.ebuild
index a90e15ab15a9..ee6cd8322b2e 100644
--- a/www-servers/gatling/gatling-0.12-r2.ebuild
+++ b/www-servers/gatling/gatling-0.12-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12-r2.ebuild,v 1.2 2012/04/10 02:58:04 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12-r2.ebuild,v 1.3 2014/01/08 06:08:34 vapier Exp $
EAPI="4"
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs user
DESCRIPTION="High performance web server"
HOMEPAGE="http://www.fefe.de/gatling/"
diff --git a/www-servers/gatling/gatling-0.12.ebuild b/www-servers/gatling/gatling-0.12.ebuild
index edb20e2b2ac2..171d2974d01c 100644
--- a/www-servers/gatling/gatling-0.12.ebuild
+++ b/www-servers/gatling/gatling-0.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild,v 1.3 2010/08/13 11:20:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.12.ebuild,v 1.4 2014/01/08 06:08:34 vapier Exp $
-inherit eutils
+inherit eutils user
DESCRIPTION="High performance web server"
HOMEPAGE="http://www.fefe.de/gatling/"
diff --git a/www-servers/gatling/gatling-0.13.ebuild b/www-servers/gatling/gatling-0.13.ebuild
index 0076226f5aa8..55971353c578 100644
--- a/www-servers/gatling/gatling-0.13.ebuild
+++ b/www-servers/gatling/gatling-0.13.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.13.ebuild,v 1.2 2013/06/07 22:52:28 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/gatling/gatling-0.13.ebuild,v 1.3 2014/01/08 06:08:34 vapier Exp $
EAPI="4"
-inherit eutils toolchain-funcs
+inherit eutils toolchain-funcs user
DESCRIPTION="High performance web server"
HOMEPAGE="http://www.fefe.de/gatling/"