diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-12 02:34:26 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-12 02:34:26 +0000 |
commit | a1a559891c545a7ff643ed520471679290b8e9fa (patch) | |
tree | a6d1164dd4413f57b1b4776fadb23e958a10ec46 /net-analyzer/nagios-core | |
parent | inherit multilib for get_libdir (diff) | |
download | gentoo-2-a1a559891c545a7ff643ed520471679290b8e9fa.tar.gz gentoo-2-a1a559891c545a7ff643ed520471679290b8e9fa.tar.bz2 gentoo-2-a1a559891c545a7ff643ed520471679290b8e9fa.zip |
inherit multilib for get_libdir, and user for enewgroup and enewuser
(Portage version: 2.2.0_alpha110_p25/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r-- | net-analyzer/nagios-core/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-3.2.3.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/nagios-core/nagios-core-3.3.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-analyzer/nagios-core/ChangeLog b/net-analyzer/nagios-core/ChangeLog index d1918650fd99..06e8cb01d790 100644 --- a/net-analyzer/nagios-core/ChangeLog +++ b/net-analyzer/nagios-core/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/nagios-core # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.183 2012/02/09 10:35:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/ChangeLog,v 1.184 2012/06/12 02:34:26 zmedico Exp $ + + 12 Jun 2012; Zac Medico <zmedico@gentoo.org> nagios-core-3.2.3.ebuild, + nagios-core-3.3.1.ebuild: + inherit multilib for get_libdir, and user for enewgroup and enewuser 09 Feb 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, bug #85926 diff --git a/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild b/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild index f08cb49ded5a..7c25dd498934 100644 --- a/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild +++ b/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild @@ -1,10 +1,10 @@ -# 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/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild,v 1.6 2011/07/25 16:24:10 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.2.3.ebuild,v 1.7 2012/06/12 02:34:23 zmedico Exp $ EAPI="2" -inherit eutils depend.apache toolchain-funcs +inherit depend.apache eutils multilib toolchain-funcs user MY_P=${PN/-core}-${PV} DESCRIPTION="Nagios Core - Check daemon, CGIs, docs" diff --git a/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild b/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild index fd5d2f774793..ea2060aee308 100644 --- a/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild +++ b/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild @@ -1,10 +1,10 @@ -# 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/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild,v 1.6 2011/08/27 17:38:06 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nagios-core/nagios-core-3.3.1.ebuild,v 1.7 2012/06/12 02:34:23 zmedico Exp $ EAPI="2" -inherit eutils depend.apache toolchain-funcs +inherit depend.apache eutils multilib toolchain-funcs user MY_P=${PN/-core}-${PV} DESCRIPTION="Nagios Core - Check daemon, CGIs, docs" |