public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2016-08-08 17:46 Austin English
  0 siblings, 0 replies; 9+ messages in thread
From: Austin English @ 2016-08-08 17:46 UTC (permalink / raw
  To: gentoo-commits

commit:     851a3392bfa7c0d49dfab0263cbd38380de05f23
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  8 17:45:34 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 17:45:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=851a3392

games-mud/tf: fix installation path

An unremoved $GAMES_DATADIR entry caused some files to be installed to / by mistake

Gentoo-Bug: https://bugs.gentoo.org/590662

Package-Manager: portage-2.3.0

 games-mud/tf/tf-50_beta8-r2.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild b/games-mud/tf/tf-50_beta8-r2.ebuild
index 7b3d1c9..3cc5dc9 100644
--- a/games-mud/tf/tf-50_beta8-r2.ebuild
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -48,16 +48,16 @@ src_install() {
 	newman src/tf.1.nroffman tf.1
 	dodoc CHANGES CREDITS README
 
-	insinto "${GAMES_DATADIR}"/${PN}-lib
+	insinto /usr/share/${PN}-lib
 	# the application looks for this file here if /changes is called.
 	# see comments on bug #23274
 	doins CHANGES
 	insopts -m0755
 	doins tf-lib/*
 	if use doc ; then
-		cd ../${MY_P}-help
+		cd ../${MY_P}-help || die
 		dodoc -r *.html commands topics
-		cd ../${MY_P}
+		cd ../${MY_P} || die
 	fi
 }
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2022-10-14  5:22 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-10-14  5:22 UTC (permalink / raw
  To: gentoo-commits

commit:     004d9023e336466c645844ac52acacbf6498c1ef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 05:22:05 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 05:22:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=004d9023

games-mud/tf: Keyword 5.0_beta8_p8-r1 arm64, #866329

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

 games-mud/tf/tf-5.0_beta8_p8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild b/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild
index 753307b19424..9dfaa27948d4 100644
--- a/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild
+++ b/games-mud/tf/tf-5.0_beta8_p8-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 IUSE="+atcp doc +gmcp ipv6 +option102 ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2021-04-04  8:14 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2021-04-04  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     9e5ca2fcbd1426e93429d7c16c62c8eef82b0b0f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 08:03:23 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 08:12:59 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e5ca2fc

games-mud/tf: autotools--

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

 games-mud/tf/tf-5.0_beta8_p8.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/games-mud/tf/tf-5.0_beta8_p8.ebuild b/games-mud/tf/tf-5.0_beta8_p8.ebuild
index a3910fb79ca..626bfecdddd 100644
--- a/games-mud/tf/tf-5.0_beta8_p8.ebuild
+++ b/games-mud/tf/tf-5.0_beta8_p8.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit autotools
-
 MY_PV="${PV/_beta/b}"
 MY_PV="${MY_PV/_p*/}"
 MY_PV="$(ver_rs 1 '' "${MY_PV}")"


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2020-11-15 20:03 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2020-11-15 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     1416a450222921e213275d592b5c43e96f59e156
Author:     Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Sun Nov 15 20:02:32 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 15 20:02:32 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1416a450

games-mud/tf: fix build, fix version number

* Use debian patches
* Fix usage of ncurses (thanks Petr Šabata)
* Remove debug USE flag which only was adding -g

Closes: https://bugs.gentoo.org/710070
Closes: https://bugs.gentoo.org/706948
Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Alexey Sokolov <alexey+gentoo <AT> asokolov.org>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-mud/tf/Manifest               |  1 +
 games-mud/tf/tf-5.0_beta8_p8.ebuild | 79 +++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

diff --git a/games-mud/tf/Manifest b/games-mud/tf/Manifest
index 1e69e03b54d..de8c0226101 100644
--- a/games-mud/tf/Manifest
+++ b/games-mud/tf/Manifest
@@ -2,3 +2,4 @@ DIST tf-50b8-help.tar.gz 175591 BLAKE2B b4b5d2be336206fa00db870367369454d33a7e32
 DIST tf-50b8.tar.gz 719553 BLAKE2B 3218878cdc4a2049fd7f2a8e0426ec589bf304e0bb24ad557e5bea39cbaba76e6a1c52f064860e499623abb51bc9f14a0c8388b927fd15a66a7945fe5eaccf84 SHA512 3b99c039d7a9c6ab7ee7b1040ff7c99fe39cbe991f373333ea7c130d54383f102f14ae33303a415f5419cd43238caffc46114e842c6964329c0999e0f506e3d0
 DIST tf-allrootpatch.txt 3349 BLAKE2B ca57b7ddfdbaa377c69ad07427185a3952368d35231f4bca77c78a5ed7b5c1c362f4ef1512e23c248b96810739056e8f53c4d41320a1c1dc320b1fd22d965199 SHA512 3fe44e7291d133abd04040f0f8258da6a2b7f67cab79cb1628897a4a483a0998495b6cf97eaf29ee447a650fdb16a48c846599807e570f687a256bb58179495e
 DIST tf-allsrcpatch.txt 10392 BLAKE2B 9a24f99d6bdaa835b4cc2588d87824ea07a12fee38d576ec63f48493f5b92c7155ad959fa80599edf28a39f76d85ba8a2a19e1ff2b03c7893fe4d7b4b7d9af97 SHA512 3ac2447e05911d156509bb44e8809c06c4b1a92cbc8067d196c7e5f688fccd5186a9073001958ca0e757c9db20e9f96889fe7a5b6255495539f23208f72ec613
+DIST tf5_5.0beta8-8.debian.tar.xz 12732 BLAKE2B f663283d571c272e0c159c7175967a206ab30e95fb64b935c73fa1952a3e7ba559af104bf7d4640218bf5748968059f0f9e180cd1d1191beef4d8b0c472eefac SHA512 dcc220d7bec11dd3760104502c51aba320e7b6701b7b295ed188fa32edec7d23ac287995da6d08d34a55f937ccc53b6f02186afe4bbde02e934d90a57c7f52b1

diff --git a/games-mud/tf/tf-5.0_beta8_p8.ebuild b/games-mud/tf/tf-5.0_beta8_p8.ebuild
new file mode 100644
index 00000000000..a3910fb79ca
--- /dev/null
+++ b/games-mud/tf/tf-5.0_beta8_p8.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+MY_PV="${PV/_beta/b}"
+MY_PV="${MY_PV/_p*/}"
+MY_PV="$(ver_rs 1 '' "${MY_PV}")"
+# 5.0_beta8_p8 -> 5.0beta8-8
+MY_DEB_PV="$(ver_cut 1-2)$(ver_cut 3-4)-$(ver_cut 6)"
+
+DESCRIPTION="A small, flexible, screen-oriented MUD client (aka TinyFugue)"
+HOMEPAGE="http://tinyfugue.sourceforge.net/"
+SRC_URI="
+	mirror://sourceforge/tinyfugue/tf-${MY_PV}.tar.gz
+	mirror://debian/pool/main/t/tf5/tf5_${MY_DEB_PV}.debian.tar.xz
+	http://homepage.mac.com/mikeride/abelinc/scripts/allrootpatch.txt -> tf-allrootpatch.txt
+	http://homepage.mac.com/mikeride/abelinc/scripts/allsrcpatch.txt -> tf-allsrcpatch.txt
+	doc? ( mirror://sourceforge/tinyfugue/tf-${MY_PV}-help.tar.gz )"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="+atcp doc +gmcp ipv6 +option102 ssl"
+
+RDEPEND="
+	dev-libs/libpcre
+	sys-libs/ncurses:=
+	ssl? ( dev-libs/openssl:0= )
+"
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/tf-${MY_PV}"
+
+PATCHES=(
+	"${WORKDIR}"/debian/patches
+	"${DISTDIR}"/tf-allrootpatch.txt
+	"${DISTDIR}"/tf-allsrcpatch.txt
+	"${FILESDIR}"/tf-50_beta8-pcre.patch
+)
+
+src_configure() {
+	STRIP=: econf \
+		$(use_enable atcp) \
+		$(use_enable gmcp) \
+		$(use_enable option102) \
+		$(use_enable ssl) \
+		$(use_enable ipv6 inet6) \
+		--enable-manpage \
+		--enable-termcap=tinfo
+}
+
+src_install() {
+	dobin src/tf
+	newman src/tf.1.nroffman tf.1
+
+	use doc && HTML_DOCS=( ../${MY_P}-help/{*.html,commands,topics} )
+	einstalldocs
+
+	insinto /usr/share/${PN}-lib
+	# the application looks for this file here if /changes is called.
+	# see comments on bug #23274
+	doins CHANGES
+	insopts -m0755
+	doins -r tf-lib/.
+}
+
+pkg_postinst() {
+	if use ipv6; then
+		ewarn
+		ewarn "You have merged TinyFugue with IPv6-support."
+		ewarn "Support for IPv6 is still being experimental."
+		ewarn "If you experience problems with connecting to hosts,"
+		ewarn "try re-merging this package with USE="-ipv6""
+		ewarn
+	fi
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2017-03-23 20:31 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-03-23 20:31 UTC (permalink / raw
  To: gentoo-commits

commit:     e70dda02fc3097b679d8d413d4f3535bc4575caf
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 23 20:31:20 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Mar 23 20:31:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e70dda02

games-mud/tf: Remove old

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-mud/tf/tf-50_beta8-r1.ebuild | 75 --------------------------------------
 1 file changed, 75 deletions(-)

diff --git a/games-mud/tf/tf-50_beta8-r1.ebuild b/games-mud/tf/tf-50_beta8-r1.ebuild
deleted file mode 100644
index 4b91bc22c73..00000000000
--- a/games-mud/tf/tf-50_beta8-r1.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit games
-
-MY_P="${P/_beta/b}"
-DESCRIPTION="A small, flexible, screen-oriented MUD client (aka TinyFugue)"
-HOMEPAGE="http://tinyfugue.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tinyfugue/${MY_P}.tar.gz
-	http://homepage.mac.com/mikeride/abelinc/scripts/allrootpatch.txt ->
-	tf-allrootpatch.txt
-	http://homepage.mac.com/mikeride/abelinc/scripts/allsrcpatch.txt ->
-	tf-allsrcpatch.txt
-	doc? ( mirror://sourceforge/tinyfugue/${MY_P}-help.tar.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE="+atcp debug doc +gmcp ipv6 +option102 ssl"
-
-RDEPEND="ssl? ( dev-libs/openssl:0= )
-	dev-libs/libpcre"
-DEPEND=${RDEPEND}
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
-	epatch \
-		"${DISTDIR}"/tf-all*patch.txt \
-		"${FILESDIR}"/${P}-pcre.patch \
-		"${FILESDIR}"/${P}-stdarg.patch
-}
-
-src_configure() {
-	STRIP=: egamesconf \
-		$(use_enable atcp) \
-		$(use_enable gmcp) \
-		$(use_enable option102) \
-		$(use_enable ssl) \
-		$(use_enable debug core) \
-		$(use_enable ipv6 inet6) \
-		--enable-manpage
-}
-
-src_install() {
-	dogamesbin src/tf
-	newman src/tf.1.nroffman tf.1
-	dodoc CHANGES CREDITS README
-
-	insinto "${GAMES_DATADIR}"/${PN}-lib
-	# the application looks for this file here if /changes is called.
-	# see comments on bug #23274
-	doins CHANGES
-	insopts -m0755
-	doins tf-lib/*
-	if use doc ; then
-		cd ../${MY_P}-help
-		dohtml -r *.html commands topics
-		cd ../${MY_P}
-	fi
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-	use ipv6 && {
-		echo
-		ewarn "You have merged TinyFugue with IPv6-support."
-		ewarn "Support for IPv6 is still being experimental."
-		ewarn "If you experience problems with connecting to hosts,"
-		ewarn "try re-merging this package with USE="-ipv6""
-		echo
-	}
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2017-03-20 12:28 Agostino Sarubbo
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo @ 2017-03-20 12:28 UTC (permalink / raw
  To: gentoo-commits

commit:     43ec4f066df4d8129232d7874973c653ec865cde
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 20 12:24:35 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Mar 20 12:24:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43ec4f06

games-mud/tf: amd64 stable wrt bug #613000

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 games-mud/tf/tf-50_beta8-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild b/games-mud/tf/tf-50_beta8-r2.ebuild
index 76d93c5d318..ff43a81d5a5 100644
--- a/games-mud/tf/tf-50_beta8-r2.ebuild
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="+atcp debug doc +gmcp ipv6 +option102 ssl"
 
 RDEPEND="


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2017-03-19  8:28 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2017-03-19  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     67f1097ee091c53b1fc231a6ea813a5d3d80f287
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 08:28:10 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 08:28:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f1097e

games-mud/tf: Minor cosmetic fixes

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 games-mud/tf/tf-50_beta8-r2.ebuild | 42 ++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 22 deletions(-)

diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild b/games-mud/tf/tf-50_beta8-r2.ebuild
index 8da3b352e93..76d93c5d318 100644
--- a/games-mud/tf/tf-50_beta8-r2.ebuild
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -1,16 +1,16 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MY_P="${P/_beta/b}"
+
 DESCRIPTION="A small, flexible, screen-oriented MUD client (aka TinyFugue)"
 HOMEPAGE="http://tinyfugue.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tinyfugue/${MY_P}.tar.gz
-	http://homepage.mac.com/mikeride/abelinc/scripts/allrootpatch.txt ->
-	tf-allrootpatch.txt
-	http://homepage.mac.com/mikeride/abelinc/scripts/allsrcpatch.txt ->
-	tf-allsrcpatch.txt
+SRC_URI="
+	mirror://sourceforge/tinyfugue/${MY_P}.tar.gz
+	http://homepage.mac.com/mikeride/abelinc/scripts/allrootpatch.txt -> tf-allrootpatch.txt
+	http://homepage.mac.com/mikeride/abelinc/scripts/allsrcpatch.txt -> tf-allsrcpatch.txt
 	doc? ( mirror://sourceforge/tinyfugue/${MY_P}-help.tar.gz )"
 
 LICENSE="GPL-2"
@@ -18,17 +18,18 @@ SLOT="0"
 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
 IUSE="+atcp debug doc +gmcp ipv6 +option102 ssl"
 
-RDEPEND="ssl? ( dev-libs/openssl:0= )
+RDEPEND="
+	ssl? ( dev-libs/openssl:0= )
 	dev-libs/libpcre"
 DEPEND=${RDEPEND}
 
 S=${WORKDIR}/${MY_P}
 
 PATCHES=(
-		"${DISTDIR}"/tf-allrootpatch.txt
-		"${DISTDIR}"/tf-allsrcpatch.txt
-		"${FILESDIR}"/${P}-pcre.patch
-		"${FILESDIR}"/${P}-stdarg.patch
+	"${DISTDIR}"/tf-allrootpatch.txt
+	"${DISTDIR}"/tf-allsrcpatch.txt
+	"${FILESDIR}"/${P}-pcre.patch
+	"${FILESDIR}"/${P}-stdarg.patch
 )
 
 src_configure() {
@@ -45,28 +46,25 @@ src_configure() {
 src_install() {
 	dobin src/tf
 	newman src/tf.1.nroffman tf.1
-	dodoc CHANGES CREDITS README
+
+	use doc && HTML_DOCS=( ../${MY_P}-help/{*.html,commands,topics} )
+	einstalldocs
 
 	insinto /usr/share/${PN}-lib
 	# the application looks for this file here if /changes is called.
 	# see comments on bug #23274
 	doins CHANGES
 	insopts -m0755
-	doins tf-lib/*
-	if use doc ; then
-		cd ../${MY_P}-help || die
-		dodoc -r *.html commands topics
-		cd ../${MY_P} || die
-	fi
+	doins -r tf-lib/.
 }
 
 pkg_postinst() {
-	use ipv6 && {
-		echo
+	if use ipv6; then
+		ewarn
 		ewarn "You have merged TinyFugue with IPv6-support."
 		ewarn "Support for IPv6 is still being experimental."
 		ewarn "If you experience problems with connecting to hosts,"
 		ewarn "try re-merging this package with USE="-ipv6""
-		echo
-	}
+		ewarn
+	fi
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2016-08-05 20:21 Sergei Trofimovich
  0 siblings, 0 replies; 9+ messages in thread
From: Sergei Trofimovich @ 2016-08-05 20:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4f91edf6fcbc417d8046c58fb6fd1dcc99fd7e58
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  5 20:21:09 2016 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug  5 20:21:09 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f91edf6

games-mud/tf: fix PATCHES variable not to use glob on DISTDIR

Noticed egencache warning today:

/gentoo-ebuilds/gentoo/games-mud/tf/tf-50_beta8-r2.ebuild:
    line 32: no match: /gentoo/distfiles/tf-all*patch.txt

Package-Manager: portage-2.3.0

 games-mud/tf/tf-50_beta8-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild b/games-mud/tf/tf-50_beta8-r2.ebuild
index 51ae5ae..7b3d1c9 100644
--- a/games-mud/tf/tf-50_beta8-r2.ebuild
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -26,7 +26,8 @@ DEPEND=${RDEPEND}
 S=${WORKDIR}/${MY_P}
 
 PATCHES=(
-		"${DISTDIR}"/tf-all*patch.txt
+		"${DISTDIR}"/tf-allrootpatch.txt
+		"${DISTDIR}"/tf-allsrcpatch.txt
 		"${FILESDIR}"/${P}-pcre.patch
 		"${FILESDIR}"/${P}-stdarg.patch
 )


^ permalink raw reply related	[flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/
@ 2015-10-04  5:33 Michael Sterrett
  0 siblings, 0 replies; 9+ messages in thread
From: Michael Sterrett @ 2015-10-04  5:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b2ae77da216e2d3ef2248b23d9c4048f00c3676d
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  4 05:33:00 2015 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Sun Oct  4 05:33:24 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2ae77da

add slot to openssl dep

Package-Manager: portage-2.2.20.1

 games-mud/tf/tf-50_beta8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-mud/tf/tf-50_beta8-r1.ebuild b/games-mud/tf/tf-50_beta8-r1.ebuild
index 6395f60..4c07e6c 100644
--- a/games-mud/tf/tf-50_beta8-r1.ebuild
+++ b/games-mud/tf/tf-50_beta8-r1.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="+atcp debug doc +gmcp ipv6 +option102 ssl"
 
-RDEPEND="ssl? ( dev-libs/openssl )
+RDEPEND="ssl? ( dev-libs/openssl:0= )
 	dev-libs/libpcre"
 DEPEND=${RDEPEND}
 


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

end of thread, other threads:[~2022-10-14  5:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 17:46 [gentoo-commits] repo/gentoo:master commit in: games-mud/tf/ Austin English
  -- strict thread matches above, loose matches on Subject: below --
2022-10-14  5:22 Arthur Zamarin
2021-04-04  8:14 Sam James
2020-11-15 20:03 David Seifert
2017-03-23 20:31 David Seifert
2017-03-20 12:28 Agostino Sarubbo
2017-03-19  8:28 David Seifert
2016-08-05 20:21 Sergei Trofimovich
2015-10-04  5:33 Michael Sterrett

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