summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'private/app-admin/sysklogd-ng/sysklogd-ng-1.2.1.ebuild')
-rw-r--r--private/app-admin/sysklogd-ng/sysklogd-ng-1.2.1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/private/app-admin/sysklogd-ng/sysklogd-ng-1.2.1.ebuild b/private/app-admin/sysklogd-ng/sysklogd-ng-1.2.1.ebuild
deleted file mode 100644
index 7caa842..0000000
--- a/private/app-admin/sysklogd-ng/sysklogd-ng-1.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils
-
-DESCRIPTION="sysklog-ng is a fork of busybox's syslogging daemon"
-HOMEPAGE="http://www.busybox.net/"
-SRC_URI="http://www.busybox.net/downloads/busybox-${PV}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-PROVIDES="virtual/logger"
-
-S=${WORKDIR}/busybox-${PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- ebegin "Preparing .config"
- make allnoconfig &>/dev/null
- eend $?
-
- epatch "${FILESDIR}"/${P}-config.patch
-}
-
-src_install() {
- into /
- for file in sysklog logread klogd ; do
- newsbin "${S}"/busybox_unstripped ${file}
- done
- newinitd "${FILESDIR}"/sysklogd-ng.rc6 sysklogd-ng
-}