summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/memlockd/memlockd-1.0-r1.ebuild')
-rw-r--r--app-misc/memlockd/memlockd-1.0-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-misc/memlockd/memlockd-1.0-r1.ebuild b/app-misc/memlockd/memlockd-1.0-r1.ebuild
deleted file mode 100644
index 16e7f53..0000000
--- a/app-misc/memlockd/memlockd-1.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit base
-
-DESCRIPTION="Daemon that locks files into memory"
-HOMEPAGE="http://doc.coker.com.au/projects/memlockd/"
-SRC_URI="http://www.coker.com.au/${PN}/${PN}_${PV}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-src_install() {
- doman memlockd.8 || die
- newdoc changes.txt ChangeLog || die
-
- # TODO: adjust default config to Gentoo
- insinto /etc/
- doins memlockd.cfg || die
-
- dosbin memlockd || die
-
- doinitd "${FILESDIR}"/${PN} || die
-}