Gentoo Archives: gentoo-commits

From: Austin English <wizardedit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/lambdamoo/
Date: Wed, 04 May 2016 00:11:08
Message-Id: 1462320517.48cbbc0ba14760ac8816e4016a90b8130f071d4d.wizardedit@gentoo
1 commit: 48cbbc0ba14760ac8816e4016a90b8130f071d4d
2 Author: Austin English <wizardedit <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 00:00:43 2016 +0000
4 Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 00:08:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cbbc0b
7
8 net-misc/lambdamoo: remove old version
9
10 Package-Manager: portage-2.2.26
11
12 net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild | 47 ----------------------------
13 1 file changed, 47 deletions(-)
14
15 diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild
16 deleted file mode 100644
17 index 423f46f..0000000
18 --- a/net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild
19 +++ /dev/null
20 @@ -1,47 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI="2"
26 -
27 -inherit eutils autotools
28 -
29 -DESCRIPTION="networked mud that can be used for different types of collaborative software"
30 -HOMEPAGE="http://sourceforge.net/projects/lambdamoo/"
31 -SRC_URI="mirror://sourceforge/lambdamoo/LambdaMOO-${PV}.tar.gz"
32 -
33 -LICENSE="LambdaMOO GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~x86 ~sparc"
36 -IUSE=""
37 -
38 -DEPEND="sys-devel/bison"
39 -RDEPEND=""
40 -
41 -S=${WORKDIR}/MOO-${PV}
42 -
43 -src_prepare() {
44 - epatch "${FILESDIR}"/${PV}-enable-outbound.patch
45 - sed -i Makefile.in \
46 - -e '/ -o /s|$(CFLAGS)|& $(LDFLAGS)|g' \
47 - || die "sed Makefile.in"
48 - eautoreconf
49 -}
50 -
51 -src_compile() {
52 - emake \
53 - CC=$(tc-getCC) \
54 - CFLAGS="${CFLAGS} \
55 - -DHAVE_MKFIFO=1" \
56 - || die "emake failed!"
57 -}
58 -
59 -src_install() {
60 - dosbin moo
61 - insinto /usr/share/${PN}
62 - doins Minimal.db
63 - dodoc *.txt README*
64 -
65 - newinitd "${FILESDIR}"/lambdamoo.rc ${PN}
66 - newconfd "${FILESDIR}"/lambdamoo.conf ${PN}
67 -}