summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-06-14 01:20:10 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-14 01:20:10 +0000
commit1a458235b746751154cc8099f529dd770878890a (patch)
treef7fa0a89990c0678e0752eceebdcc8d9dfc13d33 /sys-apps/unscd
parentdrop empty DEPEND (diff)
downloadgentoo-2-1a458235b746751154cc8099f529dd770878890a.tar.gz
gentoo-2-1a458235b746751154cc8099f529dd770878890a.tar.bz2
gentoo-2-1a458235b746751154cc8099f529dd770878890a.zip
old
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/unscd')
-rw-r--r--sys-apps/unscd/unscd-0.37.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-apps/unscd/unscd-0.37.ebuild b/sys-apps/unscd/unscd-0.37.ebuild
deleted file mode 100644
index be8a3eb7bb2b..000000000000
--- a/sys-apps/unscd/unscd-0.37.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/unscd/unscd-0.37.ebuild,v 1.1 2009/04/09 19:32:24 vapier Exp $
-
-DESCRIPTION="simple & stable nscd replacement"
-HOMEPAGE="http://busybox.net/~vda/unscd/README"
-SRC_URI="http://busybox.net/~vda/unscd/nscd-${PV}.c"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-
-S=${WORKDIR}
-
-src_unpack() {
- cp "${DISTDIR}"/nscd-${PV}.c unscd.c || die
-}
-
-src_compile() {
- emake unscd || die
-}
-
-src_install() {
- into /
- dosbin unscd || die
-}