diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-09 09:12:57 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2012-06-09 09:12:57 +0000 |
commit | e2749626faccb9934c092d9a19dcc1be7372029f (patch) | |
tree | 4c1a13a9ad4152cb87a1b339933c2dd07b7864cb /sys-apps/hardened-shadow | |
parent | Keyword ppc and ppc64 wrt bug#408735. Redux versions a bit. (diff) | |
download | gentoo-2-e2749626faccb9934c092d9a19dcc1be7372029f.tar.gz gentoo-2-e2749626faccb9934c092d9a19dcc1be7372029f.tar.bz2 gentoo-2-e2749626faccb9934c092d9a19dcc1be7372029f.zip |
Version bump. Remove old.
(Portage version: 2.1.10.49/cvs/Linux i686)
Diffstat (limited to 'sys-apps/hardened-shadow')
-rw-r--r-- | sys-apps/hardened-shadow/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/hardened-shadow/hardened-shadow-0.9-r1.ebuild | 34 | ||||
-rw-r--r-- | sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild (renamed from sys-apps/hardened-shadow/hardened-shadow-0.9.1.ebuild) | 4 |
3 files changed, 10 insertions, 37 deletions
diff --git a/sys-apps/hardened-shadow/ChangeLog b/sys-apps/hardened-shadow/ChangeLog index 948f6dc6abea..4c754b0bcbdf 100644 --- a/sys-apps/hardened-shadow/ChangeLog +++ b/sys-apps/hardened-shadow/ChangeLog @@ -1,6 +1,13 @@ # 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.4 2012/05/31 10:52:55 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hardened-shadow/ChangeLog,v 1.5 2012/06/09 09:12:57 phajdan.jr Exp $ + +*hardened-shadow-0.9.2 (09 Jun 2012) + + 09 Jun 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> + -hardened-shadow-0.9-r1.ebuild, -hardened-shadow-0.9.1.ebuild, + +hardened-shadow-0.9.2.ebuild: + Version bump. Remove old. *hardened-shadow-0.9.1 (31 May 2012) diff --git a/sys-apps/hardened-shadow/hardened-shadow-0.9-r1.ebuild b/sys-apps/hardened-shadow/hardened-shadow-0.9-r1.ebuild deleted file mode 100644 index 17e771b27258..000000000000 --- a/sys-apps/hardened-shadow/hardened-shadow-0.9-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 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-r1.ebuild,v 1.2 2012/05/24 04:17:40 vapier Exp $ - -EAPI=4 - -inherit autotools-utils eutils multilib user - -DESCRIPTION="Hardened implementation of user account utilities" -HOMEPAGE="http://code.google.com/p/hardened-shadow/" -SRC_URI="http://hardened-shadow.googlecode.com/files/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~x86" -IUSE="" - -DEPEND="sys-libs/pam - !sys-apps/shadow" -RDEPEND="${DEPEND} - >=sys-auth/pambase-20120417" - -pkg_setup() { - # The hardened-shadow group is needed at src_install time, - # so the only place we can create the group is pkg_setup. - enewgroup hardened-shadow -} - -src_install() { - autotools-utils_src_install - - # Remove pam.d files colliding with pambase. - rm -r "${ED}"/etc/pam.d || die -} diff --git a/sys-apps/hardened-shadow/hardened-shadow-0.9.1.ebuild b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild index 5acecb71f627..db7374e4e874 100644 --- a/sys-apps/hardened-shadow/hardened-shadow-0.9.1.ebuild +++ b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 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.1.ebuild,v 1.1 2012/05/31 10:52:55 phajdan.jr Exp $ +# $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 $ EAPI=4 -inherit autotools-utils eutils multilib user +inherit autotools-utils eutils multilib DESCRIPTION="Hardened implementation of user account utilities" HOMEPAGE="http://code.google.com/p/hardened-shadow/" |