summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-03 19:00:43 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-03 19:08:37 -0500
commit48cbbc0ba14760ac8816e4016a90b8130f071d4d (patch)
tree62e21ad2db80c732b7d52ae898c96ae6c12e0cf8 /net-misc/lambdamoo
parentnet-misc/lambdamoo: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-48cbbc0ba14760ac8816e4016a90b8130f071d4d.tar.gz
gentoo-48cbbc0ba14760ac8816e4016a90b8130f071d4d.tar.bz2
gentoo-48cbbc0ba14760ac8816e4016a90b8130f071d4d.zip
net-misc/lambdamoo: remove old version
Package-Manager: portage-2.2.26
Diffstat (limited to 'net-misc/lambdamoo')
-rw-r--r--net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild47
1 files changed, 0 insertions, 47 deletions
diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild
deleted file mode 100644
index 423f46ff2c74..000000000000
--- a/net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="2"
-
-inherit eutils autotools
-
-DESCRIPTION="networked mud that can be used for different types of collaborative software"
-HOMEPAGE="http://sourceforge.net/projects/lambdamoo/"
-SRC_URI="mirror://sourceforge/lambdamoo/LambdaMOO-${PV}.tar.gz"
-
-LICENSE="LambdaMOO GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~sparc"
-IUSE=""
-
-DEPEND="sys-devel/bison"
-RDEPEND=""
-
-S=${WORKDIR}/MOO-${PV}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-enable-outbound.patch
- sed -i Makefile.in \
- -e '/ -o /s|$(CFLAGS)|& $(LDFLAGS)|g' \
- || die "sed Makefile.in"
- eautoreconf
-}
-
-src_compile() {
- emake \
- CC=$(tc-getCC) \
- CFLAGS="${CFLAGS} \
- -DHAVE_MKFIFO=1" \
- || die "emake failed!"
-}
-
-src_install() {
- dosbin moo
- insinto /usr/share/${PN}
- doins Minimal.db
- dodoc *.txt README*
-
- newinitd "${FILESDIR}"/lambdamoo.rc ${PN}
- newconfd "${FILESDIR}"/lambdamoo.conf ${PN}
-}