commit:     0592d0ded682e351a59b566d5bf024bc50377beb
Author:     Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 21:31:38 2016 +0000
Commit:     Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 21:33:14 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0592d0de

games-board/pioneers: remove deprecated gnome-games eclass

Also update to EAPI 6

Gentoo-Bug: https://bugs.gentoo.org/574082

Package-Manager: portage-2.3.0

 games-board/pioneers/pioneers-15.3-r1.ebuild | 48 ++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)

diff --git a/games-board/pioneers/pioneers-15.3-r1.ebuild 
b/games-board/pioneers/pioneers-15.3-r1.ebuild
new file mode 100644
index 0000000..3e9eba1
--- /dev/null
+++ b/games-board/pioneers/pioneers-15.3-r1.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2
+
+DESCRIPTION="A clone of the popular board game The Settlers of Catan"
+HOMEPAGE="http://pio.sourceforge.net/";
+SRC_URI="mirror://sourceforge/pio/${P}.tar.gz"
+
+LICENSE="GPL-2 CC-BY-SA-4.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="dedicated help nls"
+
+# dev-util/gob only for autoreconf
+RDEPEND=">=dev-libs/glib-2.26:2
+       !dedicated?     (
+               >=x11-libs/gtk+-3.4:3
+               >=x11-libs/libnotify-0.7.4
+               help? (
+                       app-text/rarian
+                       >=gnome-base/libgnome-2.10
+               )
+       )
+       nls? ( virtual/libintl )"
+DEPEND="${RDEPEND}
+       dev-util/gob:2
+       virtual/pkgconfig
+       nls? ( sys-devel/gettext )"
+
+src_prepare() {
+       gnome2_src_prepare
+}
+
+src_configure() {
+       gnome2_src_configure \
+               $(use_enable nls) \
+               $(use_enable help) \
+               --includedir=/usr/include \
+               $(use_with !dedicated gtk)
+}
+
+src_install() {
+       DOCS='AUTHORS ChangeLog README TODO NEWS' \
+               gnome2_src_install 
scrollkeeper_localstate_dir="${ED%/}"/var/lib/scrollkeeper/
+}

Reply via email to