summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2020-04-06 20:15:49 +0300
committerMikle Kolyada <zlogene@gentoo.org>2020-04-06 20:16:27 +0300
commit32e6ef2bb17c0ca4b358a0a8cc9f71c0d8a0487d (patch)
tree7a1e82fc133f5243cdad421e1f496de64dd6c4e5 /sys-apps
parentvirtual/shadow: remove last-rited pkg (diff)
downloadgentoo-32e6ef2bb17c0ca4b358a0a8cc9f71c0d8a0487d.tar.gz
gentoo-32e6ef2bb17c0ca4b358a0a8cc9f71c0d8a0487d.tar.bz2
gentoo-32e6ef2bb17c0ca4b358a0a8cc9f71c0d8a0487d.zip
sys-apps/hardened-shadow: remove last-rited pkg
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/hardened-shadow/Manifest1
-rw-r--r--sys-apps/hardened-shadow/hardened-shadow-0.9.2.ebuild35
-rw-r--r--sys-apps/hardened-shadow/metadata.xml8
3 files changed, 0 insertions, 44 deletions
diff --git a/sys-apps/hardened-shadow/Manifest b/sys-apps/hardened-shadow/Manifest
deleted file mode 100644
index 7fdc3426dfd7..000000000000
--- 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 f8f37d1bdd86..000000000000
--- 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 598eb1944a88..000000000000
--- 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>