mr_bones_    15/01/01 20:20:49

  Modified:             ChangeLog
  Added:                diameter-0.4.0.3-r1.ebuild
  Log:
  EAPI=5; use python-any-r1
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.9                  games-arcade/diameter/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/diameter/ChangeLog?rev=1.9&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/diameter/ChangeLog?rev=1.9&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/diameter/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/diameter/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog   4 May 2012 04:22:28 -0000       1.8
+++ ChangeLog   1 Jan 2015 20:20:49 -0000       1.9
@@ -1,6 +1,12 @@
 # ChangeLog for games-arcade/diameter
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/diameter/ChangeLog,v 1.8 
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/diameter/ChangeLog,v 1.9 
2015/01/01 20:20:49 mr_bones_ Exp $
+
+*diameter-0.4.0.3-r1 (01 Jan 2015)
+
+  01 Jan 2015; Michael Sterrett <[email protected]>
+  +diameter-0.4.0.3-r1.ebuild:
+  EAPI=5; use python-any-r1
 
   04 May 2012; Jeff Horelick <[email protected]> diameter-0.4.0.3.ebuild:
   dev-util/pkgconfig -> virtual/pkgconfig
@@ -32,4 +38,3 @@
   20 May 2007; Tupone Alfredo <[email protected]> +metadata.xml,
   +diameter-0.4.0.1.ebuild:
   New package. Bug #156084 by Paul Bredbury
-



1.1                  games-arcade/diameter/diameter-0.4.0.3-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/diameter/diameter-0.4.0.3-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/diameter/diameter-0.4.0.3-r1.ebuild?rev=1.1&content-type=text/plain

Index: diameter-0.4.0.3-r1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/games-arcade/diameter/diameter-0.4.0.3-r1.ebuild,v 1.1 
2015/01/01 20:20:49 mr_bones_ Exp $

EAPI=5
PYTHON_COMPAT=( python2_7 )
inherit python-any-r1 eutils autotools games

DESCRIPTION="Arcade game with elements of economy and adventure"
HOMEPAGE="http://gamediameter.sourceforge.net/";
SRC_URI="mirror://sourceforge/gamediameter/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=dev-games/guichan-0.8[opengl,sdl]
        media-libs/libpng:0=
        virtual/opengl
        virtual/glu
        media-libs/libsdl[video]
        media-libs/sdl-image[gif,jpeg,png]
        media-libs/sdl-mixer[mod]
        ${PYTHON_DEPS}"
DEPEND="${RDEPEND}
        virtual/pkgconfig"

S=${WORKDIR}/gamediameter

src_prepare() {
        sed -i \
                -e "s:gamediameter:diameter:" \
                configure.in || die
        mv configure.in configure.ac || die
        # bug #336812
        sed -i \
                -e '/gui nebular3.gif/s/gui//' \
                data/texture/Makefile.am || die
        eautoreconf
}

src_install() {
        default
        newicon data/texture/gui/eng/main/logo.png ${PN}.png
        make_desktop_entry ${PN} Diameter
        prepgamesdirs
}




Reply via email to