summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 02:25:47 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 02:25:47 +0000
commit71e8b433b3637808700a8e3815c2f435049eff6b (patch)
tree9b38a39c183cc05bef886f465e811dc06a2a8f89 /games-mud
parentVersion bump. (diff)
downloadgentoo-2-71e8b433b3637808700a8e3815c2f435049eff6b.tar.gz
gentoo-2-71e8b433b3637808700a8e3815c2f435049eff6b.tar.bz2
gentoo-2-71e8b433b3637808700a8e3815c2f435049eff6b.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-mud')
-rw-r--r--games-mud/gmudix/ChangeLog7
-rw-r--r--games-mud/gmudix/gmudix-1.0.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/games-mud/gmudix/ChangeLog b/games-mud/gmudix/ChangeLog
index 78f9a89ed0c4..32b153b9a4d4 100644
--- a/games-mud/gmudix/ChangeLog
+++ b/games-mud/gmudix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-mud/gmudix
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/gmudix/ChangeLog,v 1.14 2012/05/03 03:32:33 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-mud/gmudix/ChangeLog,v 1.15 2015/01/04 02:25:47 mr_bones_ Exp $
+
+ 04 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> gmudix-1.0.ebuild:
+ EAPI=5
03 May 2012; Jeff Horelick <jdhore@gentoo.org> gmudix-1.0.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/games-mud/gmudix/gmudix-1.0.ebuild b/games-mud/gmudix/gmudix-1.0.ebuild
index eaefdd81ed7b..4f06ce7ee728 100644
--- a/games-mud/gmudix/gmudix-1.0.ebuild
+++ b/games-mud/gmudix/gmudix-1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 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/gmudix/gmudix-1.0.ebuild,v 1.12 2012/05/03 03:32:33 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/gmudix/gmudix-1.0.ebuild,v 1.13 2015/01/04 02:25:47 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit autotools eutils games
DESCRIPTION="GTK+ MUD client with ANSI color, macros, timers, triggers, variables, and an easy scripting language"
@@ -20,12 +20,13 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-as-needed.patch
- rm -f missing
+ mv configure.in configure.ac || die
+ rm -f missing || die
eautoreconf
}
src_install() {
- dogamesbin src/${PN} || die "dogamesbin failed"
+ dogamesbin src/${PN}
dodoc AUTHORS ChangeLog README TODO doc/*txt
prepgamesdirs
}