commit: 4e689bce9a19ab8608e2cbe88293352f0b5eef05 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Thu Jun 13 16:42:07 2024 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Thu Jun 13 16:42:07 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e689bce
net-misc/lambdamoo: drop 1.8.1-r3 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild | 46 ---------------------------- 1 file changed, 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} -}
