summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:09:20 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:09:20 +0000
commitd94aac7e601239ddcd1f69ccbe7b6012f895aa29 (patch)
tree2bffbb87713ec68840f1546fe20342a078d92f9a /www-servers/tomcat
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-d94aac7e601239ddcd1f69ccbe7b6012f895aa29.tar.gz
gentoo-2-d94aac7e601239ddcd1f69ccbe7b6012f895aa29.tar.bz2
gentoo-2-d94aac7e601239ddcd1f69ccbe7b6012f895aa29.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/tomcat')
-rw-r--r--www-servers/tomcat/ChangeLog7
-rw-r--r--www-servers/tomcat/tomcat-6.0.37.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/www-servers/tomcat/ChangeLog b/www-servers/tomcat/ChangeLog
index 555a996c0763..5d591d1c0523 100644
--- a/www-servers/tomcat/ChangeLog
+++ b/www-servers/tomcat/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for www-servers/tomcat
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.326 2013/10/27 07:52:55 fordfrog Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/ChangeLog,v 1.327 2014/01/08 06:09:20 vapier Exp $
+
+ 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> tomcat-6.0.37.ebuild:
+ Inherit the user eclass for enewuser/etc...
27 Oct 2013; Miroslav Šulc <fordfrog@gentoo.org>
-files/tomcat-6.0.36-build.xml.patch, -files/tomcat-7.0.32-build.xml.patch,
diff --git a/www-servers/tomcat/tomcat-6.0.37.ebuild b/www-servers/tomcat/tomcat-6.0.37.ebuild
index 29789e67fe6f..f80ef253e155 100644
--- a/www-servers/tomcat/tomcat-6.0.37.ebuild
+++ b/www-servers/tomcat/tomcat-6.0.37.ebuild
@@ -1,12 +1,12 @@
-# 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/tomcat/tomcat-6.0.37.ebuild,v 1.5 2013/10/07 19:49:00 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/tomcat-6.0.37.ebuild,v 1.6 2014/01/08 06:09:20 vapier Exp $
EAPI=4
JAVA_PKG_IUSE="source test"
-inherit eutils java-pkg-2 java-ant-2 prefix
+inherit eutils java-pkg-2 java-ant-2 prefix user
MY_P="apache-${P}-src"