Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 117369 - ebuild for gunrealtools
Summary: ebuild for gunrealtools
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://gunrealtools.sourceforge.net/
Whiteboard:
Keywords: EBUILD
: 114401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-01-01 11:08 UTC by Thomas Ilnseher
Modified: 2018-12-03 12:58 UTC (History)
1 user (show)

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


Attachments
gunrealtools-1.0b.ebuild (gunrealtools-1.0b.ebuild,1.07 KB, text/plain)
2006-01-01 11:10 UTC, Thomas Ilnseher
Details
multiple-equal-signs.patch (multiple-equal-signs.patch,1.21 KB, patch)
2006-01-01 11:13 UTC, Thomas Ilnseher
Details | Diff
gunrealtools-1.0b.ebuild (gunrealtools-1.0b.ebuild,1.06 KB, text/plain)
2006-01-02 03:42 UTC, Thomas Ilnseher
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Ilnseher 2006-01-01 11:08:51 UTC
I've written an quick'n'dirty ebuild for gunrealtools.
it's my first ebuild, so maybe it needs a bit of polishing, but at least it does run on my box.
Comment 1 Thomas Ilnseher 2006-01-01 11:10:53 UTC
Created attachment 75932 [details]
gunrealtools-1.0b.ebuild

This is the ebuild i have written.
Place it in /usr/local/portage/games-util/gunrealtools
Comment 2 Thomas Ilnseher 2006-01-01 11:13:24 UTC
Created attachment 75934 [details, diff]
multiple-equal-signs.patch

This patch is required for my ebuild, as this fixes a small problem with the original code. I also uploaded this patch to sf.net and contacted the author, but i'll include it here for zour convinience.

Place it in /usr/local/portage/games-util/gunrealtools/files/
Comment 3 Michael Boone 2006-01-02 00:23:48 UTC
This failed for me on x86


gentoo gunrealtools # emerge -pv gunrealtools

These are the packages that I would merge, in order:

Calculating dependencies -
emerge: there are no ebuilds to satisfy "2.0".
(dependency required by "games-util/gunrealtools-1.0b" [ebuild])

dependencie issue?
Comment 4 UncleOwen 2006-01-02 02:33:21 UTC
Yes.
RDEPEND="x11-libs/gtk+ >= 2.0"
should be
RDEPEND=">=x11-libs/gtk+-2.0"
Comment 5 Thomas Ilnseher 2006-01-02 03:42:21 UTC
Created attachment 75981 [details]
gunrealtools-1.0b.ebuild

fixed that dependency bug.

i do not know why for hell this did not kick in on my box ???
Comment 6 Chris Gianelloni (RETIRED) gentoo-dev 2006-01-12 06:50:08 UTC
*** Bug 114401 has been marked as a duplicate of this bug. ***
Comment 7 Chris Gianelloni (RETIRED) gentoo-dev 2006-01-12 06:50:54 UTC
I marked 114401 as a DUPE of this one, but in the future, please search before posting new ebuilds.

Thanks...
Comment 8 Philipp Leonhardt 2006-01-12 09:03:56 UTC
(In reply to comment #7)
> I marked 114401 as a DUPE of this one, but in the future, please search before
> posting new ebuilds.
> 
> Thanks...
> 

I've searched, but if I search in bugzilla for "gunrealtools" but i found nothing and for "guts" too. Now i tried it for second time and I found it. ???