summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-util/kdbg/Manifest2
-rw-r--r--dev-util/kdbg/kdbg-2.1.0-r1.ebuild31
-rw-r--r--sys-auth/pam_mount/Manifest2
-rw-r--r--sys-auth/pam_mount/pam_mount-1.22.ebuild36
-rw-r--r--sys-libs/unscd/Manifest5
-rw-r--r--sys-libs/unscd/files/patch-pid_file_location.diff11
-rw-r--r--sys-libs/unscd/files/unscd-1.init67
-rw-r--r--sys-libs/unscd/files/unscd.init67
-rw-r--r--sys-libs/unscd/unscd-0.34.ebuild34
-rw-r--r--virtual/miller-base/Manifest2
-rw-r--r--virtual/miller-base/miller-base-6-r26.ebuild2
11 files changed, 2 insertions, 257 deletions
diff --git a/dev-util/kdbg/Manifest b/dev-util/kdbg/Manifest
deleted file mode 100644
index 39a69ea..0000000
--- a/dev-util/kdbg/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kdbg-2.1.0.tar.gz 847480 RMD160 51e8be3cdb86ecfa8140c9534d205d493c574580 SHA1 93cb318e643f9317dec296de8627273a3aab5f19 SHA256 22bdf37840fbdb8b0237f2cf6b89c8afa24d9a1e2575ba53f227e24240cce682
-EBUILD kdbg-2.1.0-r1.ebuild 766 RMD160 e0dfc68546e805f68f11995e571950444f9600a7 SHA1 1a46b46b2ab7e2eeb5259427524e842f2a674ff7 SHA256 6a757a321de2f35f4e567498b098b97b56817257880415850257b35e6498d0f9
diff --git a/dev-util/kdbg/kdbg-2.1.0-r1.ebuild b/dev-util/kdbg/kdbg-2.1.0-r1.ebuild
deleted file mode 100644
index ed0dc26..0000000
--- a/dev-util/kdbg/kdbg-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvs/lportage/dev-util/kdbg/kdbg-2.1.0-r1.ebuild,v 1.1 2008-11-29 17:56:18 randomdan Exp $
-
-ARTS_REQUIRED="never"
-
-inherit kde
-
-DESCRIPTION="A Graphical Debugger Interface to gdb."
-HOMEPAGE="http://www.kdbg.org/"
-SRC_URI="mirror://sourceforge/kdbg/${P}.tar.gz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-IUSE=""
-
-RDEPEND=">=sys-devel/gdb-5.0"
-
-need-kde 3.5
-
-PATCHES="${FILESDIR}/kdbg-2.1.0-desktop-entry.diff"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # Bring KDE_LDFLAGS before other libraries so that
- # kdbg doesn't link to kde4 libs
- sed -i -e '1,$s/all_libraries \$KDE_LDFLAGS/KDE_LDFLAGS \$all_libraries/' configure
-}
diff --git a/sys-auth/pam_mount/Manifest b/sys-auth/pam_mount/Manifest
deleted file mode 100644
index 1bed851..0000000
--- a/sys-auth/pam_mount/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pam_mount-1.22.tar.bz2 326034 RMD160 b7b27234e0c2685476c7cda2e6360fd91af9006d SHA1 46dab50820beb75dacd045d66593c7bee6556b51 SHA256 e626b6faab394822a469178acb1e59bbbb63c4a56edf9c50172684a84ccbce02
-EBUILD pam_mount-1.22.ebuild 950 RMD160 46530176bced2f6f0f6646537db5b07004f4779e SHA1 11ebd6fe129c3fbf27bec8783c80006bf46a36ac SHA256 528e184816309afdfaca78cc3d8a87512a9081e13e82a0e578281da76b5c7e46
diff --git a/sys-auth/pam_mount/pam_mount-1.22.ebuild b/sys-auth/pam_mount/pam_mount-1.22.ebuild
deleted file mode 100644
index 7a3200c..0000000
--- a/sys-auth/pam_mount/pam_mount-1.22.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvs/lportage/sys-auth/pam_mount/pam_mount-1.22.ebuild,v 1.1 2009-04-10 20:28:11 randomdan Exp $
-
-inherit multilib
-
-DESCRIPTION="A PAM module that can mount volumes for a user session"
-HOMEPAGE="http://pam-mount.sourceforge.net"
-SRC_URI="mirror://sourceforge/pam-mount/${P}.tar.bz2"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-
-IUSE="crypt"
-DEPEND=">=sys-libs/pam-0.99
- dev-libs/openssl
- >=sys-libs/libhx-2.5
- dev-libs/libxml2
- dev-util/pkgconfig"
-RDEPEND=">=sys-libs/pam-0.99
- dev-libs/openssl
- >=sys-libs/libhx-2.5
- dev-libs/libxml2
- crypt? ( >=sys-fs/cryptsetup-1.0.5 )
- sys-process/lsof"
-
-src_compile() {
- econf --with-slibdir="/$(get_libdir)" || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc doc/*.txt || die "dodoc failed"
-}
diff --git a/sys-libs/unscd/Manifest b/sys-libs/unscd/Manifest
deleted file mode 100644
index a6b866f..0000000
--- a/sys-libs/unscd/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX patch-pid_file_location.diff 389 RMD160 abd1f630a58d621a83b318b3335b8b363b02b264 SHA1 9cf9e67064a0a4f7268e71cfc3dab2e1527aee92 SHA256 f3c00a004cd94be3c4e7e7fc4691fb6b58fed6d574d90aa187dc0fa870763c95
-AUX unscd-1.init 1509 RMD160 2ee3173ee1b6215c4fa44bdbcfdf22d84f8ddc85 SHA1 530a3e8f58704af5e1af6063452abb873502e3d9 SHA256 f673e56eea5903d2274d90579ebdfbaa9c0c1935cea2a7585e5e3da339ded5df
-AUX unscd.init 1509 RMD160 ecef57672bbdf24da8290d56cd81eb93ee09404e SHA1 08f8bab79006870271c2275992d31a90182d20f2 SHA256 446d8e687b3e693d2aff1f944c30901fb0f55c62c4bc70e5e387537518885e03
-DIST nscd-0.34.c 58301 RMD160 9e688700d1a0796251d683e7f2d029de711c2054 SHA1 84ff1724433be11ee0be3777641004aa1d8eb56f SHA256 84c74fec159103ec26732ef20a8e4faa3a28f12e122e56fa61604f5c1c61cc46
-EBUILD unscd-0.34.ebuild 979 RMD160 2e58dad4f6d23b0dcc290068a6ee0f488fc2d577 SHA1 897529f9084aaea921dacb16490243279d6c219e SHA256 32c1de460cee91040d8e2bd94dcf862c6ab4fb43171c142104d3e8a4b86d8e76
diff --git a/sys-libs/unscd/files/patch-pid_file_location.diff b/sys-libs/unscd/files/patch-pid_file_location.diff
deleted file mode 100644
index 38e9310..0000000
--- a/sys-libs/unscd/files/patch-pid_file_location.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/unscd.c.org 2008-10-03 02:37:41.648628473 +0200
-+++ src/unscd.c 2008-10-03 02:42:55.881093205 +0200
-@@ -1776,7 +1776,7 @@
- ** Initialization
- */
-
--#define NSCD_PIDFILE "/var/run/nscd.pid"
-+#define NSCD_PIDFILE "/var/run/nscd/unscd.pid"
- #define NSCD_DIR "/var/run/nscd"
- #define NSCD_SOCKET "/var/run/nscd/socket"
- #define NSCD_SOCKET_OLD "/var/run/.nscd_socket"
diff --git a/sys-libs/unscd/files/unscd-1.init b/sys-libs/unscd/files/unscd-1.init
deleted file mode 100644
index 3802a3c..0000000
--- a/sys-libs/unscd/files/unscd-1.init
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/sbin/runscript
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- use dns ldap net slapd
- provide nscd
-}
-
-get_pidfile() {
- strings /usr/sbin/unscd | grep -F nscd.pid
-}
-
-checkconfig() {
- if [ ! -d /var/run/nscd ] ; then
- mkdir -p /var/run/nscd
- chmod 755 /var/run/nscd
- fi
- if [ -z "${UNSCD_PERMS_OK}" ] && [ "$(stat -c %a /var/run/nscd)" != "755" ] ; then
- echo ""
- ewarn "nscd run dir is not world writeable, you should reset the perms:"
- ewarn "chmod 755 /var/run/nscd"
- ewarn "chmod a+rw /var/run/nscd/socket"
- ewarn "chmod a+rw /var/run/.nscd_socket"
- echo ""
- ewarn "To disable this warning, set 'UNSCD_PERMS_OK' in /etc/conf.d/unscd"
- echo ""
- fi
-}
-
-start() {
- checkconfig
-
- ebegin "Starting Simplyfied Name Service Cache Daemon"
- local secure=`while read curline ; do
- table=${curline%:*}
- entries=${curline##$table:}
- table=${table%%[^a-z]*}
- case $table in
- passwd*|group*|hosts)
- for entry in $entries ; do
- case $entry in
- nisplus*)
- /usr/sbin/nscd_nischeck $table || \
- echo "-S $table,yes"
- ;;
- esac
- done
- ;;
- esac
- done < /etc/nsswitch.conf`
- local pidfile=$(get_pidfile)
- mkdir -p "$(dirname ${pidfile})"
- start-stop-daemon --start --quiet \
- --exec /usr/sbin/unscd --pidfile ${pidfile} \
- -- $secure
- eend $?
-}
-
-stop() {
- local pidfile=$(get_pidfile)
- ebegin "Shutting down Simplyfied Name Service Cache Daemon"
- start-stop-daemon --stop --quiet \
- --exec /usr/sbin/unscd --pidfile ${pidfile}
- eend $?
-}
-
-# vim:ts=4
diff --git a/sys-libs/unscd/files/unscd.init b/sys-libs/unscd/files/unscd.init
deleted file mode 100644
index c8300c6..0000000
--- a/sys-libs/unscd/files/unscd.init
+++ /dev/null
@@ -1,67 +0,0 @@
-#!/sbin/runscript
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- use dns ldap net slapd
- provide nscd
-}
-
-get_pidfile() {
- strings /usr/sbin/unscd | grep -F nscd.pid
-}
-
-checkconfig() {
- if [ ! -d /var/run/nscd ] ; then
- mkdir -p /var/run/nscd
- chmod 755 /var/run/nscd
- fi
- if [ -z "${UNSCD_PERMS_OK}" ] && [ "$(stat -c %a /var/run/nscd)" != "777" ] ; then
- echo ""
- ewarn "nscd run dir is not world writeable, you should reset the perms:"
- ewarn "chmod 777 /var/run/nscd"
- ewarn "chmod a+rw /var/run/nscd/socket"
- ewarn "chmod a+rw /var/run/.nscd_socket"
- echo ""
- ewarn "To disable this warning, set 'UNSCD_PERMS_OK' in /etc/conf.d/unscd"
- echo ""
- fi
-}
-
-start() {
- checkconfig
-
- ebegin "Starting Simplyfied Name Service Cache Daemon"
- local secure=`while read curline ; do
- table=${curline%:*}
- entries=${curline##$table:}
- table=${table%%[^a-z]*}
- case $table in
- passwd*|group*|hosts)
- for entry in $entries ; do
- case $entry in
- nisplus*)
- /usr/sbin/nscd_nischeck $table || \
- echo "-S $table,yes"
- ;;
- esac
- done
- ;;
- esac
- done < /etc/nsswitch.conf`
- local pidfile=$(get_pidfile)
- mkdir -p "$(dirname ${pidfile})"
- start-stop-daemon --start --quiet \
- --exec /usr/sbin/unscd --pidfile ${pidfile} \
- -- $secure
- eend $?
-}
-
-stop() {
- local pidfile=$(get_pidfile)
- ebegin "Shutting down Simplyfied Name Service Cache Daemon"
- start-stop-daemon --stop --quiet \
- --exec /usr/sbin/unscd --pidfile ${pidfile}
- eend $?
-}
-
-# vim:ts=4
diff --git a/sys-libs/unscd/unscd-0.34.ebuild b/sys-libs/unscd/unscd-0.34.ebuild
deleted file mode 100644
index 6584b63..0000000
--- a/sys-libs/unscd/unscd-0.34.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvs/lportage/sys-libs/unscd/unscd-0.34.ebuild,v 1.1 2008-10-27 11:06:18 dan.goodliffe Exp $
-inherit eutils
-
-DESCRIPTION="Drop-in replacement for glibc nscd designed for simplicity and stability"
-HOMEPAGE="http://busybox.net/~vda/unscd/"
-SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_unpack() {
- mkdir "${WORKDIR}/src" "${WORKDIR}/rc" || die "preparation failed"
- cp "${DISTDIR}/${A}" "${WORKDIR}/src/unscd.c" || die "preparation failed"
- cp "${FILESDIR}/unscd-1.init" "${WORKDIR}/rc/unscd" || die "preparation failed"
-}
-
-src_compile() {
- emake src/unscd || die "emake failed"
- chmod 0755 rc/unscd || die "rc script failed"
-}
-
-src_install() {
- exeinto /usr/sbin
- doexe src/unscd || die "install failed"
- exeinto /etc/init.d
- doexe rc/unscd || die "install failed"
-}
diff --git a/virtual/miller-base/Manifest b/virtual/miller-base/Manifest
index 2665780..e8b4aef 100644
--- a/virtual/miller-base/Manifest
+++ b/virtual/miller-base/Manifest
@@ -16,4 +16,4 @@ EBUILD miller-base-6-r22.ebuild 1862 RMD160 afaf2e96c5041d17836f6f3cf71713e75a7c
EBUILD miller-base-6-r23.ebuild 1994 RMD160 b6c73b60515bd886919722caff44b5293d0412ad SHA1 cc769f32c57fde9069cc47b82823636e769bcf82 SHA256 3111792c081e5d12893d07dc46fabe8a1b7d014bf77fa1cdb1724f9d60f8ca96
EBUILD miller-base-6-r24.ebuild 2208 RMD160 0513c248fd999884013960cab53dc57f6233fd95 SHA1 b94f615027a2e47171e3a339e6dd4918d1afba60 SHA256 7dbad9aad6f33982df79519009b60b4ea833f38550b1b10aa21f20a6310cb8fb
EBUILD miller-base-6-r25.ebuild 2230 RMD160 08f056b00edda07d4470d2b799b4e18f25f9d640 SHA1 55dd626296968b263b8ee20efca5f49f52f3b7bb SHA256 a79d674c28bb15745006dcf3b3949102206a109229c678d28b68a16d63b7a8b4
-EBUILD miller-base-6-r26.ebuild 2425 RMD160 4b0233f824e5b11a1ce978acb19cacffcdaefd20 SHA1 75f5a03d20092d726aad016ef8079e94127c0d16 SHA256 9bde93a6e03885ef7ea54206b3e2931ee42453321a36fbc6224b1ca457b0c96a
+EBUILD miller-base-6-r26.ebuild 2425 RMD160 29381bbadb3630f0bb23fb209ca9232304ef7a62 SHA1 c4c62b443e20828a554678bfa25b8a1126541e45 SHA256 5003ee5d0c9042a52aff333448e4e20f40a4863b4f267908d6901182363ef0a0
diff --git a/virtual/miller-base/miller-base-6-r26.ebuild b/virtual/miller-base/miller-base-6-r26.ebuild
index 59cd0f3..92b4242 100644
--- a/virtual/miller-base/miller-base-6-r26.ebuild
+++ b/virtual/miller-base/miller-base-6-r26.ebuild
@@ -12,7 +12,7 @@ DEPEND="
cdr? ( app-cdr/k3b )
!nomedia? ( media-tv/mythtv )
sys-apps/hdparm
- sys-libs/unscd
+ sys-apps/unscd
!minimal? ( net-dns/bind-tools )
fuse? ( sys-fs/sshfs-fuse )
!minimal? ( || ( net-fs/mount-cifs net-fs/samba-client ) )