summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2014-03-19 02:20:51 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2014-03-19 02:20:51 +0000
commitf05e7f8c755123a824494e10db29eea883b46191 (patch)
tree59292142a846afbcef0dfd2afd0847a0f41d9c45 /games-board
parentversion bump for #504852. (diff)
downloadgentoo-2-f05e7f8c755123a824494e10db29eea883b46191.tar.gz
gentoo-2-f05e7f8c755123a824494e10db29eea883b46191.tar.bz2
gentoo-2-f05e7f8c755123a824494e10db29eea883b46191.zip
EAPI=5
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-board')
-rw-r--r--games-board/gnono/ChangeLog7
-rw-r--r--games-board/gnono/gnono-1.9.1.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/games-board/gnono/ChangeLog b/games-board/gnono/ChangeLog
index 62770dbeadc8..36ce78c9989c 100644
--- a/games-board/gnono/ChangeLog
+++ b/games-board/gnono/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-board/gnono
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.15 2012/10/21 10:33:28 pacho Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.16 2014/03/19 02:20:51 mr_bones_ Exp $
+
+ 19 Mar 2014; Michael Sterrett <mr_bones_@gentoo.org> gnono-1.9.1.ebuild:
+ EAPI=5
21 Oct 2012; Pacho Ramos <pacho@gentoo.org>
+files/gnono-1.9.1-glib-single-include.patch, gnono-1.9.1.ebuild:
diff --git a/games-board/gnono/gnono-1.9.1.ebuild b/games-board/gnono/gnono-1.9.1.ebuild
index 475fd159b478..68133bb21abd 100644
--- a/games-board/gnono/gnono-1.9.1.ebuild
+++ b/games-board/gnono/gnono-1.9.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild,v 1.6 2012/10/21 10:33:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild,v 1.7 2014/03/19 02:20:51 mr_bones_ Exp $
-EAPI=4
+EAPI=5
inherit autotools eutils gnome2-utils games
DESCRIPTION="A rewrite for GNOME of the Windows card game WUNO"
@@ -20,8 +20,9 @@ DEPEND="${RDEPEND}
sys-devel/gettext"
src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- epatch "${FILESDIR}"/${P}-glib-single-include.patch
+ epatch \
+ "${FILESDIR}"/${P}-gentoo.patch \
+ "${FILESDIR}"/${P}-glib-single-include.patch
eautoreconf
}