diff options
author | Zac Medico <zmedico@gentoo.org> | 2012-06-04 23:33:37 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2012-06-04 23:33:37 +0000 |
commit | 825ac295f78043e141dd4700a7f4a275d9ce5a4f (patch) | |
tree | ed9713310a367fa2b63065f67133ab5bd877a21f /mail-filter/anomy-sanitizer | |
parent | also apply x32 patch to stable version (diff) | |
download | gentoo-2-825ac295f78043e141dd4700a7f4a275d9ce5a4f.tar.gz gentoo-2-825ac295f78043e141dd4700a7f4a275d9ce5a4f.tar.bz2 gentoo-2-825ac295f78043e141dd4700a7f4a275d9ce5a4f.zip |
inherit user for enewgroup and enewuser
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'mail-filter/anomy-sanitizer')
-rw-r--r-- | mail-filter/anomy-sanitizer/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/anomy-sanitizer/ChangeLog b/mail-filter/anomy-sanitizer/ChangeLog index d932c0779856..a364e962d849 100644 --- a/mail-filter/anomy-sanitizer/ChangeLog +++ b/mail-filter/anomy-sanitizer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/anomy-sanitizer # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.17 2012/03/04 10:16:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/ChangeLog,v 1.18 2012/06/04 23:33:37 zmedico Exp $ + + 04 Jun 2012; Zac Medico <zmedico@gentoo.org> anomy-sanitizer-1.76-r1.ebuild: + inherit user for enewgroup and enewuser 04 Mar 2012; Pacho Ramos <pacho@gentoo.org> -files/sample_e-mail-architektur.flw, anomy-sanitizer-1.76-r1.ebuild: diff --git a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild index cccafffccc14..02b01f9d5360 100644 --- a/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild +++ b/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.4 2012/03/04 10:16:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/anomy-sanitizer/anomy-sanitizer-1.76-r1.ebuild,v 1.5 2012/06/04 23:33:37 zmedico Exp $ EAPI=4 -inherit eutils +inherit eutils user DESCRIPTION="Perl based e-mail filtering tool, sensitive to html tags, mime types and attachments" HOMEPAGE="http://mailtools.anomy.net/" |