summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-06-05 00:08:32 +0000
committerZac Medico <zmedico@gentoo.org>2012-06-05 00:08:32 +0000
commit89da058fa04972e9aef04bc8e53a7550029d7e9d (patch)
tree1eb8d91dd9e3d3f72570ebb9e87934e8ad52bcb8 /mail-filter/sqlgrey
parentinherit user for enewgroup (diff)
downloadgentoo-2-89da058fa04972e9aef04bc8e53a7550029d7e9d.tar.gz
gentoo-2-89da058fa04972e9aef04bc8e53a7550029d7e9d.tar.bz2
gentoo-2-89da058fa04972e9aef04bc8e53a7550029d7e9d.zip
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'mail-filter/sqlgrey')
-rw-r--r--mail-filter/sqlgrey/ChangeLog7
-rw-r--r--mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/mail-filter/sqlgrey/ChangeLog b/mail-filter/sqlgrey/ChangeLog
index 48e91625997b..841fa7dadc74 100644
--- a/mail-filter/sqlgrey/ChangeLog
+++ b/mail-filter/sqlgrey/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for mail-filter/sqlgrey
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-filter/sqlgrey/ChangeLog,v 1.14 2011/06/21 16:11:13 eras Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/sqlgrey/ChangeLog,v 1.15 2012/06/05 00:08:32 zmedico Exp $
+
+ 05 Jun 2012; Zac Medico <zmedico@gentoo.org> sqlgrey-1.7.6.ebuild:
+ inherit user for enewgroup and enewuser
21 Jun 2011; Eray Aslan <eras@gentoo.org> sqlgrey-1.7.6.ebuild:
Fix conditional USE dependency - bug #168179
diff --git a/mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild b/mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild
index 807b1a65d272..7fe31ebbe745 100644
--- a/mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild
+++ b/mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild
@@ -1,8 +1,8 @@
-# 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/mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild,v 1.5 2011/06/21 16:11:13 eras Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-filter/sqlgrey/sqlgrey-1.7.6.ebuild,v 1.6 2012/06/05 00:08:32 zmedico Exp $
-inherit eutils
+inherit eutils user
DESCRIPTION="SQLgrey is a postfix policy service implementing a grey-listing policy"
SRC_URI="mirror://sourceforge/sqlgrey/${P}.tar.bz2"