mr_bones_    15/01/01 06:01:49

  Modified:             ChangeLog
  Added:                bub-n-bros-1.6.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.21                 games-arcade/bub-n-bros/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bub-n-bros/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bub-n-bros/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bub-n-bros/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   4 May 2010 05:10:24 -0000       1.20
+++ ChangeLog   1 Jan 2015 06:01:49 -0000       1.21
@@ -1,6 +1,12 @@
 # ChangeLog for games-arcade/bub-n-bros
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.20 
2010/05/04 05:10:24 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.21 
2015/01/01 06:01:49 mr_bones_ Exp $
+
+*bub-n-bros-1.6.2 (01 Jan 2015)
+
+  01 Jan 2015; Michael Sterrett <[email protected]> 
+bub-n-bros-1.6.2.ebuild,
+  +files/bub-n-bros-1.6.2-home.patch:
+  version bump
 
   04 May 2010; Tupone Alfredo <[email protected]> bub-n-bros-1.6.ebuild:
   Force python2 fixing bug #312231 by [email protected]



1.1                  games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.2.ebuild?rev=1.1&content-type=text/plain

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

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

MY_P=${P/-n-}
DESCRIPTION="A multiplayer clone of the famous Bubble Bobble game"
HOMEPAGE="http://bub-n-bros.sourceforge.net/";
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"

LICENSE="MIT Artistic-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="dev-python/pygame[${PYTHON_USEDEP}]
    ${PYTHON_DEPS}"
        RDEPEND=${DEPEND}
        REQUIRED_USE=${PYTHON_REQUIRED_USE}

S=${WORKDIR}/${MY_P}

pkg_setup() {
        python-single-r1_pkg_setup
        games_pkg_setup
}

src_prepare() {
        ecvs_clean
        epatch "${FILESDIR}"/${P}-home.patch 
        python_fix_shebang .
}

src_compile() {
        # Compile the "statesaver" extension module to enable the Clock bonus
        cd "${S}"/bubbob
        ${EPYTHON} setup.py build_ext -i || die

        # Compile the extension module required for the X Window client
        cd "${S}"/display
        ${EPYTHON} setup.py build_ext -i || die

        # Build images
        cd "${S}"/bubbob/images
        ${EPYTHON} buildcolors.py || die
}

src_install() {
        local dir=$(games_get_libdir)/${PN}

        exeinto "${dir}"
        doexe *.py

        insinto "${dir}"
        doins -r bubbob common display java http2 metaserver

        dodir "${GAMES_BINDIR}"
        dosym "${dir}"/BubBob.py "${GAMES_BINDIR}"/bubnbros

        python_optimize "${D}${dir}"

        newicon http2/data/bob.png ${PN}.png
        make_desktop_entry bubnbros Bub-n-Bros

        prepgamesdirs
}




Reply via email to