diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-13 19:42:07 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-06-13 19:42:07 +0300 |
commit | 4e689bce9a19ab8608e2cbe88293352f0b5eef05 (patch) | |
tree | f2479ce38a22c6f87c4c3076117454f0108f974e /net-misc/lambdamoo | |
parent | app-misc/blink1: last-rite (diff) | |
download | gentoo-4e689bce9a19ab8608e2cbe88293352f0b5eef05.tar.gz gentoo-4e689bce9a19ab8608e2cbe88293352f0b5eef05.tar.bz2 gentoo-4e689bce9a19ab8608e2cbe88293352f0b5eef05.zip |
net-misc/lambdamoo: drop 1.8.1-r3
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'net-misc/lambdamoo')
-rw-r--r-- | net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild deleted file mode 100644 index 7de2da4788c9..000000000000 --- a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit autotools toolchain-funcs - -DESCRIPTION="networked mud that can be used for different types of collaborative software" -HOMEPAGE="https://sourceforge.net/projects/lambdamoo/" -SRC_URI="https://downloads.sourceforge.net/lambdamoo/LambdaMOO-${PV}.tar.gz" - -LICENSE="LambdaMOO GPL-2" -SLOT="0" -KEYWORDS="~sparc ~x86" -IUSE="" - -DEPEND="app-alternatives/yacc" -RDEPEND="" - -S=${WORKDIR}/MOO-${PV} - -src_prepare() { - default - - eapply "${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" -} - -src_install() { - dosbin moo - insinto /usr/share/${PN} - doins Minimal.db - dodoc *.txt README* - - newinitd "${FILESDIR}"/lambdamoo.rc ${PN} - newconfd "${FILESDIR}"/lambdamoo.conf ${PN} -} |