Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153718 - [ebuild] blobby volley alpha 6
Summary: [ebuild] blobby volley alpha 6
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Games
URL: http://blobby.redio.de/content/en/ind...
Whiteboard:
Keywords: EBUILD
: 155885 202043 300581 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-11-01 10:25 UTC by Arthur Koziel
Modified: 2010-03-16 14:36 UTC (History)
8 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
blobby-volley-2_alpha6.ebuild (blobby-volley-2_alpha6.ebuild,586 bytes, text/plain)
2006-11-01 10:26 UTC, Arthur Koziel
Details
blobby2-0.6a.ebuild (blobby2-0.6a.ebuild,863 bytes, text/plain)
2006-11-18 23:47 UTC, Paul Bredbury
Details
blobby2-0.6a.ebuild (blobby2-0.6a.ebuild,1.43 KB, text/plain)
2006-11-19 23:50 UTC, Paul Bredbury
Details
blobby2-9999.ebuild (blobby2-9999.ebuild,1.64 KB, text/plain)
2006-11-19 23:56 UTC, Paul Bredbury
Details
blobby2-9999.ebuild (blobby2-9999.ebuild,1.65 KB, text/plain)
2007-07-12 11:02 UTC, Markus Rathgeb
Details
blobby2-9999.ebuild (still broken) (blobby2-9999.ebuild,1.89 KB, text/plain)
2007-09-07 08:37 UTC, Piotr Szymaniak
Details
blobby2-9999.ebuild (blobby2-9999.ebuild,1.18 KB, text/plain)
2007-09-08 00:22 UTC, Markus Rathgeb
Details
blobby2-9999.ebuild (blobby2-9999.ebuild,1.19 KB, text/plain)
2007-09-08 00:33 UTC, Markus Rathgeb
Details
changed dependency (blobby2-9999.ebuild,1.20 KB, text/plain)
2009-07-25 11:25 UTC, Michael Weber (RETIRED)
Details
blobby2-9999.ebuild (blobby2-9999.ebuild,1.20 KB, text/plain)
2010-03-15 16:05 UTC, Ben L.
Details
blobby2-9999.ebuild (blobby2-9999.ebuild,1.21 KB, text/plain)
2010-03-16 14:36 UTC, Ben L.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arthur Koziel 2006-11-01 10:25:35 UTC
Ebuild for blobby volley alpha 6.
Comment 1 Arthur Koziel 2006-11-01 10:26:08 UTC
Created attachment 100979 [details]
blobby-volley-2_alpha6.ebuild
Comment 2 Arthur Koziel 2006-11-01 10:28:37 UTC
Comment on attachment 100979 [details]
blobby-volley-2_alpha6.ebuild

# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

DESCRIPTION="Blobby Volley 2 for Linux"
HOMEPAGE="http://blobby.redio.de"
SRC_URI="mirror://sourceforge/blobby/blobby2-linux-0.6a.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-games/physfs"
RDEPEND=""

S="${WORKDIR}/blobby-alpha-6"

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
}
Comment 3 Mr. Bones. (RETIRED) gentoo-dev 2006-11-06 20:58:52 UTC
let us know when it's out of alpha.
Comment 4 Paul Bredbury 2006-11-18 23:47:22 UTC
Created attachment 102321 [details]
blobby2-0.6a.ebuild

Tidied ebuild, using the games directories.

I suggest category "games-sports".

This is a simple-but-fun game :)
Comment 5 Paul Bredbury 2006-11-19 23:50:16 UTC
Created attachment 102377 [details]
blobby2-0.6a.ebuild

Runs eautoreconf. server.xml is missing from this version, to run blobby-server.
Comment 6 Paul Bredbury 2006-11-19 23:56:34 UTC
Created attachment 102378 [details]
blobby2-9999.ebuild

Subversion ebuild. blobby-server works.
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-11-21 12:34:51 UTC
*** Bug 155885 has been marked as a duplicate of this bug. ***
Comment 8 Albert Zeyer 2007-01-26 12:52:38 UTC
The current svn-version works perfectly here, too. I am on an iBook PPC (please add ~ppc to the keywords). I tested also the official released alpha, but I get some scary graphic effects (everything looks _very_ pink). I think this is an big endian issue, but it seems to be fixed in svn. Anyway, the svn-version works _very_ stable here (as far as I tested it).

Can you perhaps make a snapshot of the current tree?

Greetings,
Albert
Comment 9 Markus Rathgeb 2007-07-12 11:00:55 UTC
sourceforge changed the svn url:
ESVN_REPO_URI="https://svn.sourceforge.net/svnroot/blobby/trunk"
should now be
ESVN_REPO_URI="https://blobby.svn.sourceforge.net/svnroot/blobby/trunk"
Comment 10 Markus Rathgeb 2007-07-12 11:02:22 UTC
Created attachment 124633 [details]
blobby2-9999.ebuild

sourceforge has changed the svn url
Comment 11 Markus Rathgeb 2007-08-07 11:42:33 UTC
if you get the following error:

 * subversion.eclass: ESVN_REPO_URI (or specified URI) and working copy's URL are not matched.
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/games-sports/blobby2-9999/temp/build.log'.

you have to do:
rm -rf /usr/portage/distfiles/svn-src/blobby2/
Comment 12 Markus Rathgeb 2007-09-06 22:13:11 UTC
The svn ebuild will not work anymore. The delevoper changes from autotools to cmake. Perhaps somebody could adjust the -9999 ebuild.
Comment 13 Piotr Szymaniak 2007-09-07 08:37:53 UTC
Created attachment 130251 [details]
blobby2-9999.ebuild (still broken)

I've made some changes for cmake support, it compiles fine but (tried few different options with "make_games_wrapper" or just "dogamesbin") it always failes with:

Couldn't load backgrounds/strand2.bmp
Comment 14 Markus Rathgeb 2007-09-08 00:21:05 UTC
So, now I have modified the ebuild and it is working for me.
But what i have to do with that:
=====
strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/share/games/blobby2/blobby
   usr/share/games/blobby2/blobby-server

 * QA Notice: The following files contain insecure RUNPATH's
 *  Please file a bug about this at http://bugs.gentoo.org/
 *  with the maintaining herd of the package.
 * /var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/lua:/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/raknet:/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/tinyxml usr/share/games/blobby2/blobby
/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/raknet:/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/tinyxml usr/share/games/blobby2/blobby-server

Auto fixing rpaths for /var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/lua:/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/raknet:/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/tinyxml usr/share/games/blobby2/blobby
/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/raknet:/var/tmp/portage/games-sports/blobby2-9999/work/blobby2-9999/src/tinyxml usr/share/games/blobby2/blobby-server
=====

Should not the coder renounces this runtime paths?
Comment 15 Markus Rathgeb 2007-09-08 00:22:38 UTC
Created attachment 130299 [details]
blobby2-9999.ebuild

This svn ebuild works for me now (I don't know what to do with QA notices because of the runtime paths).
Comment 16 Markus Rathgeb 2007-09-08 00:33:58 UTC
Created attachment 130301 [details]
blobby2-9999.ebuild

Sorry, I thought I tested it enough, but by the line
rm -rf "${D}/${dir}"/...
I have forgotten that it should be so
rm -rf "${D}/${dir}/data"/...
Otherwise you will have a few unecessary files.
Comment 17 Paul Bredbury 2007-10-04 21:26:31 UTC
Comment on attachment 102377 [details]
blobby2-0.6a.ebuild

I forgot prepgamesdirs.
Comment 18 Jakub Moc (RETIRED) gentoo-dev 2007-12-12 19:56:26 UTC
*** Bug 202043 has been marked as a duplicate of this bug. ***
Comment 19 Michael Weber (RETIRED) gentoo-dev 2009-07-25 11:25:02 UTC
Created attachment 199106 [details]
changed dependency

missing dependency: dev-libs/boost

 *** blobby2-9999.ebuild.orig	2009-07-25 13:19:59.000000000 +0200
--- blobby2-9999.ebuild	2009-07-25 13:19:59.000000000 +0200
*************** RDEPEND="dev-games/physfs
*** 21,26 ****
--- 21,27 ----
  # Some of the data files are zipped
  DEPEND="${RDEPEND}
  	app-arch/zip
+ 	dev-libs/boost
  	dev-util/cmake"
  
  dir=${GAMES_DATADIR}/${PN}
Comment 20 Ben L. 2010-03-15 16:05:29 UTC
Created attachment 223749 [details]
blobby2-9999.ebuild

New Homepage URL


--- blobby2-9999.ebuild-old	2010-03-15 16:57:49.000000000 +0100
+++ blobby2-9999.ebuild	2010-03-15 16:59:47.000000000 +0100
@@ -5,7 +5,7 @@
 inherit autotools subversion eutils games
 
 DESCRIPTION="Blobby Volley 2 - 1-on-1 volleyball"
-HOMEPAGE="http://blobby.redio.de"
+HOMEPAGE="http://blobby.sourceforge.net"
 SRC_URI=""
 
 ESVN_REPO_URI="https://blobby.svn.sourceforge.net/svnroot/blobby/trunk"
Comment 21 Mr. Bones. (RETIRED) gentoo-dev 2010-03-15 19:32:46 UTC
*** Bug 300581 has been marked as a duplicate of this bug. ***
Comment 22 Michael Weber (RETIRED) gentoo-dev 2010-03-16 13:18:53 UTC
(In reply to comment #20)
> Created an attachment (id=223749) [details]
> blobby2-9999.ebuild
> 
> New Homepage URL

You submitted the old version - nevermind.
Comment 23 Ben L. 2010-03-16 14:36:35 UTC
Created attachment 223889 [details]
blobby2-9999.ebuild