# Removal in 30 days. Bug #694260.
sys-libs/libmath++
sys-libs/rvm
-sys-libs/system-config-base
# Lars Wendler <polynomial-c@gentoo.org> (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
+++ /dev/null
---- config-util.orig 2007-07-14 12:56:13.000000000 -0700
-+++ config-util 2007-07-14 12:56:18.000000000 -0700
-@@ -1,8 +1,6 @@
- #%PAM-1.0
- auth sufficient pam_rootok.so
--auth sufficient pam_timestamp.so
- auth include system-auth
- account required pam_permit.so
- session required pam_permit.so
- session optional pam_xauth.so
--session optional pam_timestamp.so
+++ /dev/null
-#%PAM-1.0
-auth sufficient pam_rootok.so
-auth sufficient pam_timestamp.so
-auth include system-auth
-account required pam_permit.so
-session required pam_permit.so
-session optional pam_xauth.so
-session optional pam_timestamp.so
+++ /dev/null
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<!-- maintainer-needed -->
-</pkgmetadata>
+++ /dev/null
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils pam
-
-DESCRIPTION="system-config-* layout package"
-SRC_URI=""
-HOMEPAGE="https://www.gentoo.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-RDEPEND="sys-libs/pam"
-
-S=${WORKDIR}
-
-src_unpack() {
- cp "${FILESDIR}"/config-util . || die "failed to copy config-util"
- epatch "${FILESDIR}"/${PVR}-pam-0.99.8.0-r2-compat.patch
-}
-
-src_install() {
- dopamd config-util
-}
-
-pkg_postinst() {
- if [ "$(stat -c%a ${ROOT}etc/default/useradd)" != "644" ] ; then
- echo
- ewarn
- ewarn "Your ${ROOT}etc/default/useradd file must be world-readable"
- ewarn "for the system-config-* utilities to work properly."
- ewarn "If you did not change them on purpose, consider running:"
- ewarn
- ewarn " chmod 0644 ${ROOT}etc/default/useradd"
- echo
- fi
-}