public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-arcade/bub-n-bros: ChangeLog bub-n-bros-1.6.ebuild
@ 2007-09-09  5:59 mr_bones_ (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: mr_bones_ (mr_bones_) @ 2007-09-09  5:59 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    07/09/09 05:59:14

  Modified:             ChangeLog
  Added:                bub-n-bros-1.6.ebuild
  Log:
  version bump (bug #191714) with patch update from Tomasz Mon
  (Portage version: 2.1.2.12)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/bub-n-bros/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/bub-n-bros/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/bub-n-bros/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	13 Aug 2007 19:14:10 -0000	1.14
+++ ChangeLog	9 Sep 2007 05:59:13 -0000	1.15
@@ -1,6 +1,13 @@
 # ChangeLog for games-arcade/bub-n-bros
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.14 2007/08/13 19:14:10 coldwind Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.15 2007/09/09 05:59:13 mr_bones_ Exp $
+
+*bub-n-bros-1.6 (09 Sep 2007)
+
+  09 Sep 2007; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/bub-n-bros-1.6-home.patch, +files/bub-n-bros-1.6-python25.patch,
+  +bub-n-bros-1.6.ebuild:
+  version bump (bug #191714) with patch update from Tomasz Mon
 
   13 Aug 2007; Santiago M. Mola <coldwind@gentoo.org>
   +files/bub-n-bros-1.5-python25.patch, bub-n-bros-1.5.ebuild:



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

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

Index: bub-n-bros-1.6.ebuild
===================================================================
# Copyright 1999-2007 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.ebuild,v 1.1 2007/09/09 05:59:13 mr_bones_ Exp $

inherit eutils 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.bz2"

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

DEPEND="dev-lang/python"
RDEPEND="dev-python/pygame"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch \
		"${FILESDIR}"/${P}-home.patch \
		"${FILESDIR}"/${P}-python25.patch
}

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

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

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

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

	exeinto "${dir}"
	doexe *.py || die "doexe failed"

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

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

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

	rm -rf $(find "${D}/${dir}" -name CVS -type d)
	prepgamesdirs
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-arcade/bub-n-bros: ChangeLog bub-n-bros-1.6.ebuild
@ 2010-05-04  5:10 Alfredo Tupone (tupone)
  0 siblings, 0 replies; 3+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-05-04  5:10 UTC (permalink / raw
  To: gentoo-commits

tupone      10/05/04 05:10:24

  Modified:             ChangeLog bub-n-bros-1.6.ebuild
  Log:
  Force python2 fixing bug #312231
  (Portage version: 2.1.8.3/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	29 Jun 2008 11:03:16 -0000	1.19
+++ ChangeLog	4 May 2010 05:10:24 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for games-arcade/bub-n-bros
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.19 2008/06/29 11:03:16 klausman Exp $
+# 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 $
+
+  04 May 2010; Tupone Alfredo <tupone@gentoo.org> bub-n-bros-1.6.ebuild:
+  Force python2 fixing bug #312231 by arfrever@gentoo.org
 
   28 Jun 2008; Tobias Klausmann <klausman@gentoo.org> bub-n-bros-1.6.ebuild:
   Stable on alpha, bug #227651



1.6                  games-arcade/bub-n-bros/bub-n-bros-1.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.ebuild?r1=1.5&r2=1.6

Index: bub-n-bros-1.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- bub-n-bros-1.6.ebuild	29 Jun 2008 11:03:16 -0000	1.5
+++ bub-n-bros-1.6.ebuild	4 May 2010 05:10:24 -0000	1.6
@@ -1,8 +1,9 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 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.ebuild,v 1.5 2008/06/29 11:03:16 klausman Exp $
-
-inherit eutils games
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.6.ebuild,v 1.6 2010/05/04 05:10:24 tupone Exp $
+EAPI="2"
+PYTHON_DEPEND="2"
+inherit eutils python games
 
 MY_P=${P/-n-}
 DESCRIPTION="A multiplayer clone of the famous Bubble Bobble game"
@@ -14,31 +15,35 @@
 KEYWORDS="alpha amd64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="dev-lang/python"
 RDEPEND="dev-python/pygame"
 
 S=${WORKDIR}/${MY_P}
 
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
+pkg_setup() {
+	python_set_active_version 2
+	games_pkg_setup
+}
+
+src_prepare() {
+	ecvs_clean
 	epatch \
 		"${FILESDIR}"/${P}-home.patch \
 		"${FILESDIR}"/${P}-python25.patch
+	python_convert_shebangs -r 2 .
 }
 
 src_compile() {
 	# Compile the "statesaver" extension module to enable the Clock bonus
 	cd "${S}"/bubbob
-	python setup.py build_ext -i || die
+	$(PYTHON) setup.py build_ext -i || die
 
 	# Compile the extension module required for the X Window client
 	cd "${S}"/display
-	python setup.py build_ext -i || die
+	$(PYTHON) setup.py build_ext -i || die
 
 	# Build images
 	cd "${S}"/bubbob/images
-	python buildcolors.py || die
+	$(PYTHON) buildcolors.py || die
 }
 
 src_install() {
@@ -56,6 +61,5 @@
 	newicon http2/data/bob.png ${PN}.png
 	make_desktop_entry bubnbros Bub-n-Bros
 
-	rm -rf $(find "${D}/${dir}" -name CVS -type d)
 	prepgamesdirs
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-arcade/bub-n-bros: ChangeLog bub-n-bros-1.6.ebuild
@ 2015-02-19  6:18 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-19  6:18 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/19 06:18:18

  Modified:             ChangeLog
  Removed:              bub-n-bros-1.6.ebuild
  Log:
  old
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	10 Feb 2015 10:03:30 -0000	1.24
+++ ChangeLog	19 Feb 2015 06:18:18 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for games-arcade/bub-n-bros
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.24 2015/02/10 10:03:30 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.25 2015/02/19 06:18:18 mr_bones_ Exp $
+
+  19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -bub-n-bros-1.6.ebuild,
+  -files/bub-n-bros-1.6-home.patch, -files/bub-n-bros-1.6-python25.patch:
+  old
 
   10 Feb 2015; Agostino Sarubbo <ago@gentoo.org> bub-n-bros-1.6.2.ebuild:
   Stable for x86, wrt bug #538878





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-19  6:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-09  5:59 [gentoo-commits] gentoo-x86 commit in games-arcade/bub-n-bros: ChangeLog bub-n-bros-1.6.ebuild mr_bones_ (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-04  5:10 Alfredo Tupone (tupone)
2015-02-19  6:18 Michael Sterrett (mr_bones_)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox