diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-12 03:16:00 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-12 03:16:00 +0000 |
commit | b19c31b85528f3d31081934cded1ae2dcd52a50c (patch) | |
tree | 3c71cf5154183936aa657da21558b5927a25bc2a /net-analyzer/snips | |
parent | inherit user for enewgroup and enewuser (diff) | |
download | gentoo-2-b19c31b85528f3d31081934cded1ae2dcd52a50c.tar.gz gentoo-2-b19c31b85528f3d31081934cded1ae2dcd52a50c.tar.bz2 gentoo-2-b19c31b85528f3d31081934cded1ae2dcd52a50c.zip |
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha110_p25/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/snips')
-rw-r--r-- | net-analyzer/snips/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/snips/snips-1.2-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/snips/ChangeLog b/net-analyzer/snips/ChangeLog index c3f90f2450ae..c91fa2e1c046 100644 --- a/net-analyzer/snips/ChangeLog +++ b/net-analyzer/snips/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/snips -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/ChangeLog,v 1.6 2010/06/15 14:06:41 flameeyes Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/ChangeLog,v 1.7 2012/06/12 03:16:00 zmedico Exp $ + + 12 Jun 2012; Zac Medico <zmedico@gentoo.org> snips-1.2-r2.ebuild: + inherit user for enewgroup and enewuser 15 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org> snips-1.2-r2.ebuild: Use virtual/mailx, rather than just mailx. diff --git a/net-analyzer/snips/snips-1.2-r2.ebuild b/net-analyzer/snips/snips-1.2-r2.ebuild index 05a124f6e101..9a638bc45379 100644 --- a/net-analyzer/snips/snips-1.2-r2.ebuild +++ b/net-analyzer/snips/snips-1.2-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 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/snips/snips-1.2-r2.ebuild,v 1.3 2010/06/15 14:06:41 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snips/snips-1.2-r2.ebuild,v 1.4 2012/06/12 03:16:00 zmedico Exp $ -inherit eutils toolchain-funcs +inherit eutils toolchain-funcs user DESCRIPTION="System & Network Integrated Polling Software" HOMEPAGE="http://www.netplex-tech.com/snips/" |