Portage is a package management system used by Gentoo Linux
# 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 $
28 Jun 2008; Tobias Klausmann
Stable on alpha, bug #227651
22 Jun 2008; Markus Meier
amd64/x86 stable, bug #227651
21 Jun 2008; Friedrich Oslage
Stable on sparc, bug #227651
19 Jun 2008; nixnut
Stable on ppc wrt bug 227651
*bub-n-bros-1.6 (09 Sep 2007)
09 Sep 2007; Michael Sterrett
+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
+files/bub-n-bros-1.5-python25.patch, bub-n-bros-1.5.ebuild:
Fixed compilation w/ python-2.5 wrt bug #185819, thanks to Luis Medinas.
*bub-n-bros-1.5 (08 Jun 2007)
08 Jun 2007; Tristan Heaven
+bub-n-bros-1.5.ebuild:
Version bump by Tomasz Mon, bug #78823
09 Apr 2007; Peter Weller
Keyworded ~x86-fbsd wrt bug 173405
12 Mar 2007; Marius Mauch
Replacing einfo with elog
08 Feb 2007; Chris Gianelloni
Regenerate digest in Manifest2 format.
11 Aug 2005; Olivier CrĂȘte
Marked ~amd64, closes bug #102161, thanks to meetra for testing
15 Jun 2005; Chris Gianelloni
Removed INSTALL.txt file.
06 May 2005; Sven Wegener
Removed * postfix from <, <=, >= and > dependencies.
17 Jan 2005; Jason Wever
Added ~sparc keyword.
29 Apr 2004; Aron Griffis
Add ~alpha
*bub-n-bros-1.1 (12 Jul 2003)
12 Jul 2003; Mike Frysinger
Initial import. Ebuild submitted by Frank Straetz
AUX bub-n-bros-1.6-home.patch 2035 RMD160 6ba15ad4bbd1f2463abfe7962e75690646808c53 SHA1 f790c118adb5d1396c3e880b5dca83253619f7c5 SHA256 13bfced9b7b4bbb543ba32fa209bcf7d313a2f6c0dda979d71dba83dd717ff95
AUX bub-n-bros-1.6-python25.patch 1066 RMD160 98c6363fc76009fb19e2a5459ab06540cbf3f7db SHA1 fc81e2c34cd0f3be921559a7f99abd350f9ffc12 SHA256 57534f2e7b94fe48d4c6da20dd16257136832171adae6f959492d3c3363821d4
DIST bub-n-bros-1.1.tar.gz 10499686 RMD160 ae53459210d3333b35b29a9eaca7a63f0ace9cfe SHA1 8485bb8f403921a818f73c758112b998cb785101 SHA256 27389b3095e7df0801f4c2c873f438a05ec5d3b129ccf802c57d1f73d8befd65
DIST bubbros-1.6.tar.bz2 9052959 RMD160 f4da90058650f07f4c50d33dd9b42be336c660df SHA1 17cd2811e11effde3ee41289725ea8fae86b70cd SHA256 dd197e60a23e09800010f3a5906feb77847e6eeaa7cfd47d803a85daa0bcf255
EBUILD bub-n-bros-1.1.ebuild 1706 RMD160 afcb936bb51b39dc1c812b20d46b5d050d9a4d0f SHA1 25130987e5a1f899a852bc70cf4dc7c46f8032f9 SHA256 3eb66ed2ef604c2ba1e3a7f92f57630d45360bf47340984cb2d49c06b143306c
EBUILD bub-n-bros-1.6.ebuild 1496 RMD160 027c3cb098635e6603bccd19ac3bea0bb52fce30 SHA1 9139c38b1fb930a9c650ab7caaaa8aed7db4dc92 SHA256 8d14ccd183b3558452aef9fc85c982e3ab9f300d558f780985f8f4e825493360
MISC ChangeLog 2298 RMD160 8ca2b64e21cbd88ae3c6866b83ae2924304b2de6 SHA1 784eadc0f8e61357c2d600ea168d3e458f1eaadd SHA256 d41ca84e32d8f113e33110c4126497b7dd12cf473e958998ea2925e0b71ef125
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
# 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.1.ebuild,v 1.13 2007/04/09 21:51:09 welp Exp $
inherit games
DESCRIPTION="A multiplayer clone of the famous Bubble Bobble game"
HOMEPAGE="http://bub-n-bros.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha ~amd64 ppc ~sparc x86 ~x86-fbsd"
IUSE=""
DEPEND=">=dev-lang/python-2.2"
RDEPEND=">=dev-python/pygame-1.5.5"
S=${WORKDIR}/${PN}
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
}
src_install() {
local dir=$(games_get_libdir)/${PN}
exeinto "${dir}"
doexe *.py || die "doexe failed"
insinto "${dir}"
doins -r bubbob common display java || die "doins failed"
dodir "${GAMES_BINDIR}"
dosym "${dir}"/pclient-pygame.py "${GAMES_BINDIR}"/bubnbros
dosym "${dir}"/pclient-xshm.py "${GAMES_BINDIR}"/bubnbros-x
dosym "${dir}"/pclient-slow-X.py "${GAMES_BINDIR}"/bubnbros-slowx
games_make_wrapper bubnbros-server "python ./bb.py" "${dir}"/bubbob
dohtml *.html
find "${D}/${dir}" -name CVS -type d -exec rm -rf '{}' \; 2> /dev/null
prepgamesdirs
}
pkg_postinst() {
games_pkg_postinst
echo
elog "First you must start a server by running \`bubnbros-server\`."
elog "Afterwards you can start the client by running \`bubnbros\`"
elog "or \`bubnbros-x\`. Note that the X version of the game"
elog "doesn't support sound and music."
}
# Copyright 1999-2008 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
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
}