diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:40:33 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:40:33 +0000 |
commit | c889b768b224ef5b791d573579388d8345197024 (patch) | |
tree | 47e60efa8a57a67da6d7bbd071c846438badc201 /net-mail/cmd5checkpw | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-c889b768b224ef5b791d573579388d8345197024.tar.gz gentoo-2-c889b768b224ef5b791d573579388d8345197024.tar.bz2 gentoo-2-c889b768b224ef5b791d573579388d8345197024.zip |
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'net-mail/cmd5checkpw')
-rw-r--r-- | net-mail/cmd5checkpw/ChangeLog | 8 | ||||
-rw-r--r-- | net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/net-mail/cmd5checkpw/ChangeLog b/net-mail/cmd5checkpw/ChangeLog index 6505a21ee244..6ea712ae0d84 100644 --- a/net-mail/cmd5checkpw/ChangeLog +++ b/net-mail/cmd5checkpw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/cmd5checkpw -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.58 2012/12/22 17:19:59 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/ChangeLog,v 1.59 2014/01/08 06:40:33 vapier Exp $ + + 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> cmd5checkpw-0.30-r1.ebuild: + Inherit the user eclass for enewuser/etc... 22 Dec 2012; Ulrich Müller <ulm@gentoo.org> cmd5checkpw-0.30-r1.ebuild: Fix LICENSE, see README and notices in source files, bug 446474. @@ -214,4 +217,3 @@ 01 Feb 2003; Nick Hadaway <raker@gentoo.org> cmd5checkpw-0.22.ebuild, files/digest-cmd5checkpw-0.22 : New ebuild for support of a fully featured smtp auth in qmail. - diff --git a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild b/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild index 8b3e459224be..366b798c71bb 100644 --- a/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild +++ b/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild,v 1.13 2012/12/22 17:19:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/cmd5checkpw/cmd5checkpw-0.30-r1.ebuild,v 1.14 2014/01/08 06:40:33 vapier Exp $ -inherit eutils fixheadtails +inherit eutils fixheadtails user MY_VER="030" |