pacho       14/12/02 16:09:07

  Modified:             ChangeLog
  Added:                gwp-0.4.0-r3.ebuild
  Log:
  Bump to eapi5, use new python eclasses
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
A188FBD4)

Revision  Changes    Path
1.11                 games-strategy/gwp/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   25 Jun 2014 06:04:59 -0000      1.10
+++ ChangeLog   2 Dec 2014 16:09:07 -0000       1.11
@@ -1,6 +1,11 @@
 # ChangeLog for games-strategy/gwp
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.10 
2014/06/25 06:04:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/ChangeLog,v 1.11 
2014/12/02 16:09:07 pacho Exp $
+
+*gwp-0.4.0-r3 (02 Dec 2014)
+
+  02 Dec 2014; Pacho Ramos <[email protected]> +gwp-0.4.0-r3.ebuild:
+  Bump to eapi5, use new python eclasses
 
   25 Jun 2014; Michael Sterrett <[email protected]> gwp-0.4.0-r2.ebuild:
   link with gold linker (bug #514428)



1.1                  games-strategy/gwp/gwp-0.4.0-r3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild?rev=1.1&content-type=text/plain

Index: gwp-0.4.0-r3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/gwp/gwp-0.4.0-r3.ebuild,v 1.1 
2014/12/02 16:09:07 pacho Exp $

EAPI=5
GCONF_DEBUG="yes"
PYTHON_COMPAT=( python2_7 )

inherit eutils flag-o-matic gnome2 python-single-r1

DESCRIPTION="GNOME client for the classic PBEM strategy game VGA Planets 3"
HOMEPAGE="http://gwp.lunix.com.ar/";
SRC_URI="http://gwp.lunix.com.ar/releases/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="nls opengl python"
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"

RDEPEND="
        x11-libs/gtk+:2
        gnome-base/libgnomeui
        gnome-base/libglade
        app-text/scrollkeeper
        dev-libs/libpcre
        nls? ( virtual/libintl )
        opengl? ( x11-libs/gtkglext )
        python? ( ${PYTHON_DEPS}
                dev-python/pygtk[${PYTHON_USEDEP}] )
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
        nls? ( sys-devel/gettext )
"

pkg_setup() {
        use python && python-single-r1_pkg_setup
}

src_prepare() {
        append-libs -lm
        epatch \
                "${FILESDIR}"/${P}-gcc41.patch \
                "${FILESDIR}"/${P}-exec-stack.patch
        sed -i \
                -e '/ -O1/d' \
                -e '/ -g$/d' \
                src/Makefile.in || die
        gnome2_src_prepare
}

src_configure() {
        gnome2_src_configure \
                $(use_enable nls) \
                $(use_enable opengl gtkglext) \
                $(use_enable python)
}

src_install() {
        DOCS="AUTHORS ChangeLog CHANGES README TODO"
        gnome2_src_install
        rm -rf "${D}"/usr/share/doc/gwp
}




Reply via email to