diff options
author | 2010-04-10 06:47:48 +0000 | |
---|---|---|
committer | 2010-04-10 06:47:48 +0000 | |
commit | 5b24cfaad06b74738548f9e1aa3200a0b7e83925 (patch) | |
tree | f32ecfa44f287601a7aac95dfabcd0ea02fa37c6 /net-mail/vchkuser | |
parent | Vulnerable (bug #222121). (diff) | |
download | gentoo-2-5b24cfaad06b74738548f9e1aa3200a0b7e83925.tar.gz gentoo-2-5b24cfaad06b74738548f9e1aa3200a0b7e83925.tar.bz2 gentoo-2-5b24cfaad06b74738548f9e1aa3200a0b7e83925.zip |
version bump
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'net-mail/vchkuser')
-rw-r--r-- | net-mail/vchkuser/ChangeLog | 10 | ||||
-rw-r--r-- | net-mail/vchkuser/vchkuser-0.3.3.ebuild (renamed from net-mail/vchkuser/vchkuser-0.3.1.ebuild) | 6 |
2 files changed, 12 insertions, 4 deletions
diff --git a/net-mail/vchkuser/ChangeLog b/net-mail/vchkuser/ChangeLog index ba359d260f85..ce542c4c1618 100644 --- a/net-mail/vchkuser/ChangeLog +++ b/net-mail/vchkuser/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-mail/vchkuser -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.2 2009/05/23 09:57:11 hollow Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/ChangeLog,v 1.3 2010/04/10 06:47:48 hollow Exp $ + +*vchkuser-0.3.3 (10 Apr 2010) + + 10 Apr 2010; Benedikt Böhm <hollow@gentoo.org> -vchkuser-0.3.1.ebuild, + +vchkuser-0.3.3.ebuild: + version bump *vchkuser-0.3.2 (23 May 2009) diff --git a/net-mail/vchkuser/vchkuser-0.3.1.ebuild b/net-mail/vchkuser/vchkuser-0.3.3.ebuild index 0dbbf1202c48..5382be39f43d 100644 --- a/net-mail/vchkuser/vchkuser-0.3.1.ebuild +++ b/net-mail/vchkuser/vchkuser-0.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.1.ebuild,v 1.1 2009/02/14 19:55:55 hollow Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/vchkuser/vchkuser-0.3.3.ebuild,v 1.1 2010/04/10 06:47:48 hollow Exp $ EAPI="2" @@ -34,4 +34,6 @@ src_configure() { src_install() { emake DESTDIR="${D}" install || die "emake failed" + fowners vpopmail:nofiles "${QMAIL_HOME}"/plugins/vchkuser + fperms 4750 "${QMAIL_HOME}"/plugins/vchkuser } |