summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 03:02:40 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-01-04 03:02:40 +0000
commit591fadb4e61e3146255fcddb3d5676a7a09293d5 (patch)
tree99f6c0b0824b5542654a6831f7b9c50d55d95f97 /games-mud
parentEAPI=5 (diff)
downloadgentoo-2-591fadb4e61e3146255fcddb3d5676a7a09293d5.tar.gz
gentoo-2-591fadb4e61e3146255fcddb3d5676a7a09293d5.tar.bz2
gentoo-2-591fadb4e61e3146255fcddb3d5676a7a09293d5.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/kildclient/ChangeLog8
-rw-r--r--games-mud/kildclient/kildclient-2.9.0.ebuild11
2 files changed, 10 insertions, 9 deletions
diff --git a/games-mud/kildclient/ChangeLog b/games-mud/kildclient/ChangeLog
index 1e27517f8b2f..0734dd95d4ea 100644
--- a/games-mud/kildclient/ChangeLog
+++ b/games-mud/kildclient/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-mud/kildclient
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-mud/kildclient/ChangeLog,v 1.7 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/kildclient/ChangeLog,v 1.8 2015/01/04 03:02:40 mr_bones_ Exp $
+
+ 04 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> kildclient-2.9.0.ebuild:
+ EAPI=5
03 May 2012; Jeff Horelick <jdhore@gentoo.org> kildclient-2.9.0.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
@@ -26,4 +29,3 @@
+kildclient-2.9.0.ebuild, +files/kildclient-2.9.0-gentoo.patch,
+metadata.xml:
Initial commit - ebuild submitted by Michele R. Marino via bug #266567
-
diff --git a/games-mud/kildclient/kildclient-2.9.0.ebuild b/games-mud/kildclient/kildclient-2.9.0.ebuild
index af394ea5aa0f..ed1e86cb4677 100644
--- a/games-mud/kildclient/kildclient-2.9.0.ebuild
+++ b/games-mud/kildclient/kildclient-2.9.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/kildclient/kildclient-2.9.0.ebuild,v 1.7 2012/05/03 03:32:33 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-mud/kildclient/kildclient-2.9.0.ebuild,v 1.8 2015/01/04 03:02:40 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit autotools eutils games
DESCRIPTION="Powerful MUD client with a built-in PERL interpreter"
@@ -28,12 +28,12 @@ DEPEND="${RDEPEND}
src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch \
"${FILESDIR}"/${P}-underlink.patch
+ mv configure.in configure.ac || die
eautoreconf
}
src_configure() {
egamesconf \
- --disable-dependency-tracking \
--localedir=/usr/share/locale \
--docdir=/usr/share/doc/${PF} \
--htmldir=/usr/share/doc/${PF}/html \
@@ -43,7 +43,6 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc AUTHORS ChangeLog NEWS README
+ default
prepgamesdirs
}