summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-05 20:24:29 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-05 20:24:29 +0000
commitff9d35b5b22b2939e39bc3fc19a7023f6fe23201 (patch)
treea4b40459588f38443c3caf21604e53e04f4e1d70 /games-arcade/xbill
parentEAPI 5 (diff)
downloadgentoo-2-ff9d35b5b22b2939e39bc3fc19a7023f6fe23201.tar.gz
gentoo-2-ff9d35b5b22b2939e39bc3fc19a7023f6fe23201.tar.bz2
gentoo-2-ff9d35b5b22b2939e39bc3fc19a7023f6fe23201.zip
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-arcade/xbill')
-rw-r--r--games-arcade/xbill/ChangeLog7
-rw-r--r--games-arcade/xbill/xbill-2.1-r2.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/games-arcade/xbill/ChangeLog b/games-arcade/xbill/ChangeLog
index ee23585bc836..91a167adeea0 100644
--- a/games-arcade/xbill/ChangeLog
+++ b/games-arcade/xbill/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/xbill
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.22 2012/05/04 04:22:28 jdhore Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/ChangeLog,v 1.23 2015/01/05 20:24:29 tupone Exp $
+
+ 05 Jan 2015; Tupone Alfredo <tupone@gentoo.org> xbill-2.1-r2.ebuild:
+ EAPI 5
04 May 2012; Jeff Horelick <jdhore@gentoo.org> xbill-2.1-r2.ebuild:
dev-util/pkgconfig -> virtual/pkgconfig
diff --git a/games-arcade/xbill/xbill-2.1-r2.ebuild b/games-arcade/xbill/xbill-2.1-r2.ebuild
index 00246afb4882..92fbc38e8885 100644
--- a/games-arcade/xbill/xbill-2.1-r2.ebuild
+++ b/games-arcade/xbill/xbill-2.1-r2.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-arcade/xbill/xbill-2.1-r2.ebuild,v 1.9 2012/05/04 04:22:28 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xbill/xbill-2.1-r2.ebuild,v 1.10 2015/01/05 20:24:29 tupone Exp $
-EAPI=2
+EAPI=5
inherit eutils autotools games
DESCRIPTION="A game about an evil hacker called Bill!"
@@ -34,9 +34,8 @@ src_configure() {
}
src_install() {
- emake DESTDIR="${D}" install || die
+ default
newicon pixmaps/icon.xpm ${PN}.xpm
make_desktop_entry ${PN} XBill ${PN}
- dodoc ChangeLog README
prepgamesdirs
}