summaryrefslogtreecommitdiff
path: root/virtual/shadow
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /virtual/shadow
reinit the tree, so we can have metadata
Diffstat (limited to 'virtual/shadow')
-rw-r--r--virtual/shadow/Manifest4
-rw-r--r--virtual/shadow/metadata.xml8
-rw-r--r--virtual/shadow/shadow-0.ebuild14
3 files changed, 26 insertions, 0 deletions
diff --git a/virtual/shadow/Manifest b/virtual/shadow/Manifest
new file mode 100644
index 000000000000..210efec5a436
--- /dev/null
+++ b/virtual/shadow/Manifest
@@ -0,0 +1,4 @@
+EBUILD shadow-0.ebuild 723 SHA256 e1230fed1d7ea2e83e044378d0205a81646fd715885a97c6fb40665ec89a7cd5 SHA512 cc00fad96614911eb01725ce2af6a9404ddd1be02ff3544765457f92eeccdd50044bce79b72717521f0b1320f57f00c449ecb4b2c4cba898e005f48cf966d625 WHIRLPOOL 0c9d3cfa0029dcddc423d5f1c2073d3e9c08b0dd61e5c97b4a6aa1e5f3b7b95cb17d3bb00baf393b44b8ac8d5cfb6a904e97cb0aaf4d554310fb1f636cd5ef15
+MISC ChangeLog 2415 SHA256 66c99b5da09db9fd16d37a083799ff9ecd7eb837a7e124acc5f22f50bf9c54e9 SHA512 19f16e457d414def4ed75337e30c2913d15470f82872d494d94dee8167381f39ef64bd39dd89e35f235fa42dd16528e9ea3ad89e55332ebd4ad62dbddf81f000 WHIRLPOOL ad3aa7e6027e14a03ee75e8408a6bd1606b47ff1394a7eb1f9f6542aa75077a7129f175db7b074cf92f345682a841ec942d4cd31a439e427536f2a85a5907c4a
+MISC ChangeLog-2015 1355 SHA256 5e0bbfb4c4eb341354b0efcda6223df67993ef61c74944219d9c36f0091c5f76 SHA512 5aff80f6f4a59b8e0549d0b0920f87211ac6b7fa1d27428e54e5772bd02fb24275b8c47322ca762c7d9d9db8916c3705d901e6f4df30412c193943d3ed690a8c WHIRLPOOL 6eb45f3d8c049e4d28767e4176113c85facedc978d1a3ff1e62f1205534e325ebe30fa1e3e24825f5a06112ad245174c778fb3c99e548d35f0e448ae21ab74ef
+MISC metadata.xml 253 SHA256 d82c33ef453113a5c1ebe250dcba373c22934a69b0a86c6ab15a5ca589c25b91 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555 WHIRLPOOL e5aee23acff864609953a1e4de768f0e4aef704b44c53c021f28573e1ca5c99f1a46d92935ecec2449f7b4419a36d8373127d0ecfa8d7bae72d835e1839eb3f8
diff --git a/virtual/shadow/metadata.xml b/virtual/shadow/metadata.xml
new file mode 100644
index 000000000000..56c124413057
--- /dev/null
+++ b/virtual/shadow/metadata.xml
@@ -0,0 +1,8 @@
+<?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
new file mode 100644
index 000000000000..09585bbdd980
--- /dev/null
+++ b/virtual/shadow/shadow-0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# 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 s390 sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-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 ) )"