summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:34:18 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:34:18 +0000
commit28e8440ae6ed86ff34d350396a91e9da912b38ce (patch)
tree439f06c2baf4efafaed53997d7bd741423edc844 /net-irc/ngircd
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-28e8440ae6ed86ff34d350396a91e9da912b38ce.tar.gz
gentoo-2-28e8440ae6ed86ff34d350396a91e9da912b38ce.tar.bz2
gentoo-2-28e8440ae6ed86ff34d350396a91e9da912b38ce.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 'net-irc/ngircd')
-rw-r--r--net-irc/ngircd/ChangeLog8
-rw-r--r--net-irc/ngircd/ngircd-0.12.1.ebuild6
-rw-r--r--net-irc/ngircd/ngircd-13.ebuild6
-rw-r--r--net-irc/ngircd/ngircd-17.1.ebuild6
-rw-r--r--net-irc/ngircd/ngircd-18.ebuild6
-rw-r--r--net-irc/ngircd/ngircd-20.3.ebuild6
6 files changed, 21 insertions, 17 deletions
diff --git a/net-irc/ngircd/ChangeLog b/net-irc/ngircd/ChangeLog
index dfe40ab8106b..3c999fee80b1 100644
--- a/net-irc/ngircd/ChangeLog
+++ b/net-irc/ngircd/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/ngircd
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.57 2013/10/06 07:51:03 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ChangeLog,v 1.58 2014/01/08 06:34:18 vapier Exp $
+
+ 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> ngircd-0.12.1.ebuild,
+ ngircd-13.ebuild, ngircd-17.1.ebuild, ngircd-18.ebuild, ngircd-20.3.ebuild:
+ Inherit the user eclass for enewuser/etc...
06 Oct 2013; Agostino Sarubbo <ago@gentoo.org> ngircd-20.3.ebuild:
Stable for x86, wrt bug #482582
diff --git a/net-irc/ngircd/ngircd-0.12.1.ebuild b/net-irc/ngircd/ngircd-0.12.1.ebuild
index c8eaa9ad3ea4..2e5102b692f9 100644
--- a/net-irc/ngircd/ngircd-0.12.1.ebuild
+++ b/net-irc/ngircd/ngircd-0.12.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.12.1.ebuild,v 1.5 2011/09/22 11:29:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-0.12.1.ebuild,v 1.6 2014/01/08 06:34:18 vapier Exp $
-inherit eutils
+inherit eutils user
DESCRIPTION="A IRC server written from scratch."
HOMEPAGE="http://ngircd.barton.de/"
diff --git a/net-irc/ngircd/ngircd-13.ebuild b/net-irc/ngircd/ngircd-13.ebuild
index dfbce2490555..60bcabe5f722 100644
--- a/net-irc/ngircd/ngircd-13.ebuild
+++ b/net-irc/ngircd/ngircd-13.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-13.ebuild,v 1.3 2011/09/22 11:29:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-13.ebuild,v 1.4 2014/01/08 06:34:18 vapier Exp $
-inherit eutils
+inherit eutils user
DESCRIPTION="A IRC server written from scratch."
HOMEPAGE="http://ngircd.barton.de/"
diff --git a/net-irc/ngircd/ngircd-17.1.ebuild b/net-irc/ngircd/ngircd-17.1.ebuild
index 0941e5d39950..28e600d8fdfd 100644
--- a/net-irc/ngircd/ngircd-17.1.ebuild
+++ b/net-irc/ngircd/ngircd-17.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-17.1.ebuild,v 1.3 2011/09/22 11:29:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-17.1.ebuild,v 1.4 2014/01/08 06:34:18 vapier Exp $
EAPI=4
-inherit autotools-utils eutils
+inherit autotools-utils eutils user
DESCRIPTION="A IRC server written from scratch"
HOMEPAGE="http://ngircd.barton.de/"
diff --git a/net-irc/ngircd/ngircd-18.ebuild b/net-irc/ngircd/ngircd-18.ebuild
index 38be5b4e5c01..8df71af10aee 100644
--- a/net-irc/ngircd/ngircd-18.ebuild
+++ b/net-irc/ngircd/ngircd-18.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-18.ebuild,v 1.2 2011/09/22 11:29:53 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-18.ebuild,v 1.3 2014/01/08 06:34:18 vapier Exp $
EAPI=4
-inherit autotools-utils eutils
+inherit autotools-utils eutils user
DESCRIPTION="A IRC server written from scratch"
HOMEPAGE="http://ngircd.barton.de/"
diff --git a/net-irc/ngircd/ngircd-20.3.ebuild b/net-irc/ngircd/ngircd-20.3.ebuild
index 70e0456dd1c7..7ab3da546f91 100644
--- a/net-irc/ngircd/ngircd-20.3.ebuild
+++ b/net-irc/ngircd/ngircd-20.3.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/net-irc/ngircd/ngircd-20.3.ebuild,v 1.2 2013/10/06 07:51:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/ngircd/ngircd-20.3.ebuild,v 1.3 2014/01/08 06:34:18 vapier Exp $
EAPI=4
-inherit autotools-utils eutils
+inherit autotools-utils eutils user
DESCRIPTION="A IRC server written from scratch"
HOMEPAGE="http://ngircd.barton.de/"