public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/lambdamoo/
@ 2016-05-04  0:10 Austin English
  0 siblings, 0 replies; 5+ messages in thread
From: Austin English @ 2016-05-04  0:10 UTC (permalink / raw
  To: gentoo-commits

commit:     48cbbc0ba14760ac8816e4016a90b8130f071d4d
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 00:00:43 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Wed May  4 00:08:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48cbbc0b

net-misc/lambdamoo: remove old version

Package-Manager: portage-2.2.26

 net-misc/lambdamoo/lambdamoo-1.8.1-r2.ebuild | 47 ----------------------------
 1 file changed, 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 423f46f..0000000
--- 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}
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/lambdamoo/
@ 2022-03-26  0:01 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-03-26  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     24d604840e7d949552cf79223a2584dcb9347816
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 25 23:45:15 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 00:00:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d60484

net-misc/lambdamoo: [QA] fix tc-get* quoting

This can cause build problems for e.g. 32-bit (gcc -m32 ...)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild
index 41acc456a60d..b95483d47d8d 100644
--- a/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild
+++ b/net-misc/lambdamoo/lambdamoo-1.8.1-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -31,9 +31,8 @@ src_prepare() {
 
 src_compile() {
 	emake \
-		CC=$(tc-getCC) \
-		CFLAGS="${CFLAGS} \
-		-DHAVE_MKFIFO=1"
+		CC="$(tc-getCC)" \
+		CFLAGS="${CFLAGS} -DHAVE_MKFIFO=1"
 }
 
 src_install() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/lambdamoo/
@ 2024-06-08  7:49 Joonas Niilola
  0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2024-06-08  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     1a348330b0901f648de2f6a363248bdd5d1046af
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  8 07:48:52 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jun  8 07:49:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a348330

net-misc/lambdamoo: keyword 1.8.1-r4 for ~sparc

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild
index 4587428b7bc3..6b2d17764c00 100644
--- a/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild
+++ b/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/MOO-${PV}
 
 LICENSE="LambdaMOO GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~sparc ~x86"
 
 DEPEND="app-alternatives/yacc"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/lambdamoo/
@ 2024-06-13 16:42 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-06-13 16:42 UTC (permalink / raw
  To: gentoo-commits

commit:     f34d79e102b0642e52f64f9787bb724824424fa1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 16:42:25 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 16:42:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f34d79e1

net-misc/lambdamoo: unkeyword 1.8.1-r4 for ~sparc

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild b/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild
index 6b2d17764c00..4587428b7bc3 100644
--- a/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild
+++ b/net-misc/lambdamoo/lambdamoo-1.8.1-r4.ebuild
@@ -12,7 +12,7 @@ S=${WORKDIR}/MOO-${PV}
 
 LICENSE="LambdaMOO GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86"
+KEYWORDS="~amd64 ~x86"
 
 DEPEND="app-alternatives/yacc"
 


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-misc/lambdamoo/
@ 2024-06-13 16:42 Arthur Zamarin
  0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2024-06-13 16:42 UTC (permalink / raw
  To: gentoo-commits

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}
-}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-13 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-04  0:10 [gentoo-commits] repo/gentoo:master commit in: net-misc/lambdamoo/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2022-03-26  0:01 Sam James
2024-06-08  7:49 Joonas Niilola
2024-06-13 16:42 Arthur Zamarin
2024-06-13 16:42 Arthur Zamarin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox