summaryrefslogtreecommitdiff
path: root/virtual/shadow
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /virtual/shadow
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'virtual/shadow')
-rw-r--r--virtual/shadow/Manifest2
-rw-r--r--virtual/shadow/metadata.xml8
-rw-r--r--virtual/shadow/shadow-0.ebuild14
3 files changed, 0 insertions, 24 deletions
diff --git a/virtual/shadow/Manifest b/virtual/shadow/Manifest
deleted file mode 100644
index 7bef4fc36fa0..000000000000
--- a/virtual/shadow/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-EBUILD shadow-0.ebuild 717 BLAKE2B a61ecd7c468172c061a9b48e706076d629e3e79bbfe64860b9179cf41787f210e98e78e299c593c76b6b4b96cea8f578e0edd886db38ce80b973fae97de598d3 SHA512 756977a76502754b054a406aea5d1e87d982048c2e2e31adf086534c5261a5059fad6bb43872b13fda9f8e29d608c26d0ccbaae0f623ceddb480b9735ee2b484
-MISC metadata.xml 253 BLAKE2B 295e9d6d93aaa12af413972e1590c67087801cc09c9aa6b59d4606c0f4106d1dacf2baa9858559083b4c6d91beeef218d0729e8593a33788958da6d2897e8ce2 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555
diff --git a/virtual/shadow/metadata.xml b/virtual/shadow/metadata.xml
deleted file mode 100644
index 56c124413057..000000000000
--- a/virtual/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 type="project">
- <email>base-system@gentoo.org</email>
- <name>Gentoo Base System</name>
-</maintainer>
-</pkgmetadata>
diff --git a/virtual/shadow/shadow-0.ebuild b/virtual/shadow/shadow-0.ebuild
deleted file mode 100644
index 4f37a2b7b800..000000000000
--- a/virtual/shadow/shadow-0.ebuild
+++ /dev/null
@@ -1,14 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Virtual for user account management utilities"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-# >=shadow-4-1 is required because of bug #367633 (user.eclass needs it).
-# On Prefix installations we sort of have to hope there is some shadow
-# available, on UNIX-like (or emulated) systems this usually is the case.
-RDEPEND="!prefix? ( || ( >=sys-apps/shadow-4.1 sys-apps/hardened-shadow ) )"