mr_bones_ 14/09/06 05:35:23 Modified: tf-50_beta8-r1.ebuild ChangeLog Removed: tf-40-r2.ebuild Log: EAPI=5; tidy; clean old (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 games-mud/tf/tf-50_beta8-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild?r1=1.6&r2=1.7 Index: tf-50_beta8-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tf-50_beta8-r1.ebuild 16 Sep 2013 21:34:09 -0000 1.6 +++ tf-50_beta8-r1.ebuild 6 Sep 2014 05:35:23 -0000 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild,v 1.6 2013/09/16 21:34:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/tf-50_beta8-r1.ebuild,v 1.7 2014/09/06 05:35:23 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit games MY_P="${P/_beta/b}" @@ -22,11 +22,17 @@ RDEPEND="ssl? ( dev-libs/openssl ) dev-libs/libpcre" -DEPEND="${RDEPEND}" +DEPEND=${RDEPEND} S=${WORKDIR}/${MY_P} -PATCHES=( "${DISTDIR}"/tf-all*patch.txt "${FILESDIR}"/${P}-pcre.patch "${FILESDIR}"/${P}-stdarg.patch ) + +src_prepare() { + epatch \ + "${DISTDIR}"/tf-all*patch.txt \ + "${FILESDIR}"/${P}-pcre.patch \ + "${FILESDIR}"/${P}-stdarg.patch +} src_configure() { STRIP=: egamesconf \ @@ -36,20 +42,20 @@ $(use_enable ssl) \ $(use_enable debug core) \ $(use_enable ipv6 inet6) \ - --enable-manpage || die + --enable-manpage } src_install() { - dogamesbin src/tf || die + 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 || die + doins CHANGES insopts -m0755 - doins tf-lib/* || die + doins tf-lib/* if use doc ; then cd ../${MY_P}-help dohtml -r *.html commands topics 1.29 games-mud/tf/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/tf/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 16 Sep 2013 21:34:10 -0000 1.28 +++ ChangeLog 6 Sep 2014 05:35:23 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for games-mud/tf -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v 1.28 2013/09/16 21:34:10 mr_bones_ Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/tf/ChangeLog,v 1.29 2014/09/06 05:35:23 mr_bones_ Exp $ + + 06 Sep 2014; Michael Sterrett <[email protected]> -files/tf-40-gcc4.patch, + -files/tf-40-gentoo.diff, -tf-40-r2.ebuild, tf-50_beta8-r1.ebuild: + EAPI=5; tidy; clean old 16 Sep 2013; Michael Sterrett <[email protected]> +files/tf-50_beta8-stdarg.patch, tf-50_beta8-r1.ebuild:
