diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-10-20 01:11:22 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-10-20 01:11:22 +0000 |
commit | 57f04501a8320003497ca441a11edfc74ab148dd (patch) | |
tree | d772801e5583f752c50a9aa2958069c5c78d2822 /games-mud | |
parent | Remove old version (diff) | |
download | gentoo-2-57f04501a8320003497ca441a11edfc74ab148dd.tar.gz gentoo-2-57f04501a8320003497ca441a11edfc74ab148dd.tar.bz2 gentoo-2-57f04501a8320003497ca441a11edfc74ab148dd.zip |
Remove gnuconfig_update
(Portage version: 2.1.2_pre3-r5)
Diffstat (limited to 'games-mud')
-rw-r--r-- | games-mud/mcl/ChangeLog | 7 | ||||
-rw-r--r-- | games-mud/mcl/mcl-0.53.00.ebuild | 14 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games-mud/mcl/ChangeLog b/games-mud/mcl/ChangeLog index beb188a7943d..061a1783dcd2 100644 --- a/games-mud/mcl/ChangeLog +++ b/games-mud/mcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-mud/mcl -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/ChangeLog,v 1.13 2005/05/01 17:20:51 hansmi Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/ChangeLog,v 1.14 2006/10/20 01:11:22 nyhm Exp $ + + 20 Oct 2006; Tristan Heaven <nyhm@gentoo.org> mcl-0.53.00.ebuild: + Remove gnuconfig_update 01 May 2005; Michael Hanselmann <hansmi@gentoo.org> mcl-0.53.00.ebuild: Stable on ppc. diff --git a/games-mud/mcl/mcl-0.53.00.ebuild b/games-mud/mcl/mcl-0.53.00.ebuild index 5fb99bdc12c5..9f5b32537b6c 100644 --- a/games-mud/mcl/mcl-0.53.00.ebuild +++ b/games-mud/mcl/mcl-0.53.00.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.12 2005/05/01 17:20:51 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-mud/mcl/mcl-0.53.00.ebuild,v 1.13 2006/10/20 01:11:22 nyhm Exp $ -inherit eutils gnuconfig games +inherit eutils games DESCRIPTION="A console MUD client scriptable in Perl and Python" HOMEPAGE="http://www.andreasen.org/mcl/" @@ -10,11 +10,10 @@ SRC_URI="http://www.andreasen.org/mcl/dist/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 amd64 ppc" +KEYWORDS="amd64 ppc x86" IUSE="python perl" -DEPEND="virtual/libc - perl? ( dev-lang/perl ) +DEPEND="perl? ( dev-lang/perl ) python? ( dev-lang/python )" src_unpack() { @@ -30,7 +29,6 @@ src_unpack() { -e "/MCL_LIBRARY_PATH/ s:/usr/lib/mcl:${GAMES_LIBDIR}/${PN}:" \ h/mcl.h \ || die "sed h/mcl.h failed" - gnuconfig_update } src_compile() { @@ -42,7 +40,7 @@ src_compile() { } src_install () { - make INSTALL_ROOT="${D}" install || die "make install failed" + emake INSTALL_ROOT="${D}" install || die "emake install failed" dodoc \ doc/{Changes,Chat,Embedded,Examples,Modules,Plugins,README,TODO} \ || die "dodoc failed" |