public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-mud/circlemud/
@ 2015-10-04  4:43 Michael Sterrett
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett @ 2015-10-04  4:43 UTC (permalink / raw
  To: gentoo-commits

commit:     3aeaf9c82a8e9ee91c08b08749577e1e282e50c8
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 04:42:57 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 04:42:57 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aeaf9c8

add slot to openssl dep

Package-Manager: portage-2.2.20.1

 games-mud/circlemud/circlemud-3.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-mud/circlemud/circlemud-3.1.ebuild b/games-mud/circlemud/circlemud-3.1.ebuild
index 9af7a1f..2111a44 100644
--- a/games-mud/circlemud/circlemud-3.1.ebuild
+++ b/games-mud/circlemud/circlemud-3.1.ebuild
@@ -14,7 +14,8 @@ SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
 
-DEPEND="dev-libs/openssl"
+DEPEND="dev-libs/openssl:0="
+RDEPEND=${DEPEND}
 
 S=${WORKDIR}/circle-${PV}
 


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

* [gentoo-commits] repo/gentoo:master commit in: games-mud/circlemud/
@ 2019-04-13 20:16 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2019-04-13 20:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e21d32933b8cb09c1a563047a48bf6ad84b83f8b
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Sat Apr 13 17:40:21 2019 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 20:16:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21d3293

games-mud/circlemud: update HOMEPAGE, SRC_URI, use HTTPS

Closes: https://bugs.gentoo.org/680678
Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11671
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-mud/circlemud/circlemud-3.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-mud/circlemud/circlemud-3.1.ebuild b/games-mud/circlemud/circlemud-3.1.ebuild
index a0b3a10589f..6d8c1775da9 100644
--- a/games-mud/circlemud/circlemud-3.1.ebuild
+++ b/games-mud/circlemud/circlemud-3.1.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
 inherit eutils games
 
 DESCRIPTION="a multi-user dungeon game system server"
-HOMEPAGE="http://www.circlemud.org/"
-SRC_URI="http://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2"
+HOMEPAGE="https://www.circlemud.org/"
+SRC_URI="https://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2"
 
 LICENSE="circlemud"
 SLOT="0"


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

* [gentoo-commits] repo/gentoo:master commit in: games-mud/circlemud/
@ 2021-03-31 10:05 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-03-31 10:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0d88561f6b44b75d68875bc5793c2068293f844f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 31 09:09:08 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 31 10:04:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d88561f

games-mud/circlemud: port to EAPI 7, drop games.eclass

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

 games-mud/circlemud/circlemud-3.1-r1.ebuild | 62 ++++++++++++++++++++++++++++
 games-mud/circlemud/circlemud-3.1.ebuild    | 63 -----------------------------
 2 files changed, 62 insertions(+), 63 deletions(-)

diff --git a/games-mud/circlemud/circlemud-3.1-r1.ebuild b/games-mud/circlemud/circlemud-3.1-r1.ebuild
new file mode 100644
index 00000000000..ff9a32c5494
--- /dev/null
+++ b/games-mud/circlemud/circlemud-3.1-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="A multi-user dungeon game system server"
+HOMEPAGE="https://www.circlemud.org/"
+SRC_URI="https://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2"
+S="${WORKDIR}"/circle-${PV}
+
+LICENSE="circlemud"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-libs/openssl:0="
+RDEPEND="
+	${DEPEND}
+	acct-group/gamestat
+"
+
+src_prepare() {
+	default
+
+	cd src || die
+
+	touch .accepted || die
+
+	sed -i \
+		-e 's:^read.*::' licheck || die
+
+	# Now let's rename binaries (too many are very generic)
+	sed -i \
+		-e "s:\.\./bin/autowiz:${PN}-autowiz:" limits.c || die
+
+	tc-export CC
+	eapply "${FILESDIR}"/${P}-ldflags.patch
+}
+
+src_compile() {
+	emake -C src
+}
+
+src_install() {
+	local bin
+
+	for bin in autowiz delobjs listrent mudpasswd play2to3 purgeplay \
+	           shopconv showplay sign split wld2html ; do
+		newbin bin/${bin} ${PN}-${bin}
+	done
+
+	dobin bin/circle
+
+	insinto /var/lib/${PN}
+	doins -r lib/*
+
+	insinto /etc/${PN}
+	doins lib/etc/*
+
+	dodoc doc/{README.UNIX,*.pdf,*.txt} ChangeLog FAQ README release_notes.${PV}.txt
+}

diff --git a/games-mud/circlemud/circlemud-3.1.ebuild b/games-mud/circlemud/circlemud-3.1.ebuild
deleted file mode 100644
index 0e4c0eb1a25..00000000000
--- a/games-mud/circlemud/circlemud-3.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils games
-
-DESCRIPTION="a multi-user dungeon game system server"
-HOMEPAGE="https://www.circlemud.org/"
-SRC_URI="https://www.circlemud.org/pub/CircleMUD/3.x/circle-${PV}.tar.bz2"
-
-LICENSE="circlemud"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl:0="
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/circle-${PV}
-
-src_prepare() {
-	cd src
-	touch .accepted
-	sed -i \
-		-e 's:^read.*::' licheck || die
-
-	# make circlemud fit into Gentoo nicely
-	sed -i \
-		-e "s:\"lib\":\"${GAMES_DATADIR}/${PN}\":g" \
-		-e "s:\(LOGNAME = \)NULL:\1\"${GAMES_LOGDIR}/${PN}.log\":g" \
-		config.c || die
-	sed -i \
-		-e "s:etc/:${GAMES_SYSCONFDIR}/${PN}/:g" db.h || die
-
-	# now lets rename binaries (too many are very generic)
-	sed -i \
-		-e "s:\.\./bin/autowiz:${PN}-autowiz:" limits.c || die
-	epatch "${FILESDIR}"/${P}-ldflags.patch
-}
-
-src_compile() {
-	emake -C src
-}
-
-src_install() {
-	local bin
-
-	for bin in autowiz delobjs listrent mudpasswd play2to3 purgeplay \
-	           shopconv showplay sign split wld2html ; do
-		newgamesbin bin/${bin} ${PN}-${bin}
-	done
-	dogamesbin bin/circle
-
-	dodir "${GAMES_DATADIR}/${PN}"
-	cp -r lib/*  "${D}/${GAMES_DATADIR}/${PN}" || die
-
-	insinto "${GAMES_SYSCONFDIR}/${PN}"
-	doins lib/etc/*
-
-	dodoc doc/{README.UNIX,*.pdf,*.txt} ChangeLog FAQ README release_notes.${PV}.txt
-	prepgamesdirs
-	fperms 770 "${GAMES_SYSCONFDIR}/${PN}/players"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: games-mud/circlemud/
@ 2021-06-30 18:40 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-06-30 18:40 UTC (permalink / raw
  To: gentoo-commits

commit:     fe220e6c1abba3d0db2a46b6c21ce5085e78393b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:40:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:40:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe220e6c

games-mud/circlemud: add missing libcrypt dependency, EAPI 8

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

 .../circlemud/{circlemud-3.1-r1.ebuild => circlemud-3.1-r2.ebuild}   | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/games-mud/circlemud/circlemud-3.1-r1.ebuild b/games-mud/circlemud/circlemud-3.1-r2.ebuild
similarity index 95%
rename from games-mud/circlemud/circlemud-3.1-r1.ebuild
rename to games-mud/circlemud/circlemud-3.1-r2.ebuild
index ff9a32c5494..a3c460a6db4 100644
--- a/games-mud/circlemud/circlemud-3.1-r1.ebuild
+++ b/games-mud/circlemud/circlemud-3.1-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -14,7 +14,8 @@ LICENSE="circlemud"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="dev-libs/openssl:0="
+DEPEND="dev-libs/openssl:0=
+	virtual/libcrypt:="
 RDEPEND="
 	${DEPEND}
 	acct-group/gamestat


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

end of thread, other threads:[~2021-06-30 18:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30 18:40 [gentoo-commits] repo/gentoo:master commit in: games-mud/circlemud/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2021-03-31 10:05 Sam James
2019-04-13 20:16 James Le Cuirot
2015-10-04  4:43 Michael Sterrett

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