mr_bones_ 15/01/04 05:56:51 Modified: crystal-0.2.4.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-mud/crystal/crystal-0.2.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/crystal/crystal-0.2.4.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/crystal/crystal-0.2.4.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/crystal/crystal-0.2.4.ebuild?r1=1.5&r2=1.6 Index: crystal-0.2.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.4.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- crystal-0.2.4.ebuild 16 Jun 2013 23:40:08 -0000 1.5 +++ crystal-0.2.4.ebuild 4 Jan 2015 05:56:51 -0000 1.6 @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.4.ebuild,v 1.5 2013/06/16 23:40:08 tristan Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/crystal-0.2.4.ebuild,v 1.6 2015/01/04 05:56:51 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils games DESCRIPTION="The crystal MUD client" @@ -26,17 +26,16 @@ "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-build.patch # avoid colliding with xscreensaver (bug #281191) - mv crystal.6 crystal-mud.6 + mv crystal.6 crystal-mud.6 || die + mv configure.in configure.ac || die eautoreconf } src_configure() { - egamesconf \ - --disable-scripting || die + egamesconf --disable-scripting } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README TODO + default prepgamesdirs } 1.15 games-mud/crystal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/crystal/ChangeLog?rev=1.15&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/crystal/ChangeLog?rev=1.15&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-mud/crystal/ChangeLog?r1=1.14&r2=1.15 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- ChangeLog 16 Jun 2013 23:40:08 -0000 1.14 +++ ChangeLog 4 Jan 2015 05:56:51 -0000 1.15 @@ -1,6 +1,9 @@ # ChangeLog for games-mud/crystal -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.14 2013/06/16 23:40:08 tristan Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/crystal/ChangeLog,v 1.15 2015/01/04 05:56:51 mr_bones_ Exp $ + + 04 Jan 2015; Michael Sterrett <[email protected]> crystal-0.2.4.ebuild: + EAPI=5 16 Jun 2013; Tristan Heaven <[email protected]> crystal-0.2.4.ebuild, +files/crystal-0.2.4-build.patch:
