summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 06:32:28 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 06:32:28 +0000
commit1918a1cfeeaac900758d13ef611486965e1581a8 (patch)
tree4d3c5660f6e7fd292613eb3676e77d2903a04caf /sys-libs/system-config-base
parentClean up. (diff)
downloadgentoo-2-1918a1cfeeaac900758d13ef611486965e1581a8.tar.gz
gentoo-2-1918a1cfeeaac900758d13ef611486965e1581a8.tar.bz2
gentoo-2-1918a1cfeeaac900758d13ef611486965e1581a8.zip
Clean up.
(Portage version: 2.1.4)
Diffstat (limited to 'sys-libs/system-config-base')
-rw-r--r--sys-libs/system-config-base/ChangeLog8
-rw-r--r--sys-libs/system-config-base/files/digest-system-config-base-11
-rw-r--r--sys-libs/system-config-base/system-config-base-1.ebuild35
3 files changed, 6 insertions, 38 deletions
diff --git a/sys-libs/system-config-base/ChangeLog b/sys-libs/system-config-base/ChangeLog
index 58906621c675..0fe0512f89d6 100644
--- a/sys-libs/system-config-base/ChangeLog
+++ b/sys-libs/system-config-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/system-config-base
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/ChangeLog,v 1.3 2007/07/14 23:51:47 dberkholz Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/ChangeLog,v 1.4 2008/01/31 06:32:27 dberkholz Exp $
+
+ 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>;
+ -system-config-base-1.ebuild:
+ Clean up.
*system-config-base-1-r1 (14 Jul 2007)
diff --git a/sys-libs/system-config-base/files/digest-system-config-base-1 b/sys-libs/system-config-base/files/digest-system-config-base-1
deleted file mode 100644
index 8b137891791f..000000000000
--- a/sys-libs/system-config-base/files/digest-system-config-base-1
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/sys-libs/system-config-base/system-config-base-1.ebuild b/sys-libs/system-config-base/system-config-base-1.ebuild
deleted file mode 100644
index 7e8836f67816..000000000000
--- a/sys-libs/system-config-base/system-config-base-1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/system-config-base/system-config-base-1.ebuild,v 1.2 2006/09/06 19:47:21 flameeyes Exp $
-
-inherit eutils pam
-
-DESCRIPTION="system-config-* layout package"
-SRC_URI=""
-HOMEPAGE="http://www.gentoo.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="virtual/pam"
-
-S=${WORKDIR}
-
-src_install() {
- dopamd ${FILESDIR}/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
- echo -e "\tchmod 0644 ${ROOT}etc/default/useradd"
- echo
- fi
-}