summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2014-01-08 06:15:22 +0000
committerMike Frysinger <vapier@gentoo.org>2014-01-08 06:15:22 +0000
commit4b744c5e35f0910cc3322f49ade267f1af001d3a (patch)
treeb4870c791fdf2db35361fb02f989f9a9fba4c3b1 /sys-apps/hardened-shadow
parentInherit the user eclass for enewuser/etc... (diff)
downloadgentoo-2-4b744c5e35f0910cc3322f49ade267f1af001d3a.tar.gz
gentoo-2-4b744c5e35f0910cc3322f49ade267f1af001d3a.tar.bz2
gentoo-2-4b744c5e35f0910cc3322f49ade267f1af001d3a.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 'sys-apps/hardened-shadow')
-rw-r--r--sys-apps/hardened-shadow/ChangeLog8
-rw-r--r--sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-apps/hardened-shadow/ChangeLog b/sys-apps/hardened-shadow/ChangeLog
index 4c754b0bcbdf..4f199e62c560 100644
--- a/sys-apps/hardened-shadow/ChangeLog
+++ b/sys-apps/hardened-shadow/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/hardened-shadow
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/hardened-shadow/ChangeLog,v 1.5 2012/06/09 09:12:57 phajdan.jr Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hardened-shadow/ChangeLog,v 1.6 2014/01/08 06:15:22 vapier Exp $
+
+ 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> hardened-shadow-0.9.2.ebuild:
+ Inherit the user eclass for enewuser/etc...
*hardened-shadow-0.9.2 (09 Jun 2012)
@@ -30,4 +33,3 @@
11 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+hardened-shadow-0.9.ebuild, +metadata.xml:
Initial import.
-
diff --git a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild
index db7374e4e874..bb70fcc3a625 100644
--- a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild
+++ b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild
@@ -1,10 +1,10 @@
-# 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/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild,v 1.1 2012/06/09 09:12:57 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild,v 1.2 2014/01/08 06:15:22 vapier Exp $
EAPI=4
-inherit autotools-utils eutils multilib
+inherit autotools-utils eutils multilib user
DESCRIPTION="Hardened implementation of user account utilities"
HOMEPAGE="http://code.google.com/p/hardened-shadow/"