commit:     32e6ef2bb17c0ca4b358a0a8cc9f71c0d8a0487d
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  6 17:15:49 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Apr  6 17:16:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32e6ef2b

sys-apps/hardened-shadow: remove last-rited pkg

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-apps/hardened-shadow/Manifest                  |  1 -
 .../hardened-shadow/hardened-shadow-0.9.2.ebuild   | 35 ----------------------
 sys-apps/hardened-shadow/metadata.xml              |  8 -----
 3 files changed, 44 deletions(-)

diff --git a/sys-apps/hardened-shadow/Manifest 
b/sys-apps/hardened-shadow/Manifest
deleted file mode 100644
index 7fdc3426dfd..00000000000
--- a/sys-apps/hardened-shadow/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hardened-shadow-0.9.2.tar.gz 393648 BLAKE2B 
8d5d87019ddc3b3bb5b16aa554e2a41c5777ead16e4c78ea0940c4f8776c039b3ce07fd308e56c631a4dadd18be81a260de29a7a3eeb289841adc73faa502de9
 SHA512 
896e25e906beb69c2da4906be8e5228ae4b49b6acdfa5da73e1a61e1b09e45ef75fc936d9bcc0b9b3880b210c77d5a354d6f4f7e04a7618adf0a7ea648b3db67

diff --git a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild 
b/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild
deleted file mode 100644
index f8f37d1bdd8..00000000000
--- a/sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit autotools-utils eutils multilib user
-
-DESCRIPTION="Hardened implementation of user account utilities"
-HOMEPAGE="https://code.google.com/p/hardened-shadow/";
-SRC_URI="https://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"
-
-DOCS=( README )
-
-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/metadata.xml 
b/sys-apps/hardened-shadow/metadata.xml
deleted file mode 100644
index 598eb1944a8..00000000000
--- a/sys-apps/hardened-shadow/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="google-code">hardened-shadow</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to