Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 145585 - [NEW EBUILD] Labyrinth - A Mind-mapping tool for GNOME
Summary: [NEW EBUILD] Labyrinth - A Mind-mapping tool for GNOME
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://donscorgie.pwp.blueyonder.co.uk/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2006-08-30 04:40 UTC by Emopig
Modified: 2010-09-05 23:42 UTC (History)
10 users (show)

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


Attachments
Labyrinth 0.1 ebuild (labyrinth-0.1.ebuild,633 bytes, text/plain)
2006-08-30 04:41 UTC, Emopig
Details
Labyrinth 0.1 ebuild (labyrinth-0.1.ebuild,718 bytes, text/plain)
2006-08-30 08:49 UTC, Emopig
Details
ebuild for labyrinth-0.2 (labyrinth-0.2.ebuild,661 bytes, text/plain)
2006-10-07 08:33 UTC, Karl Mikaelsson
Details
labyrinth-0.3.ebuild (labyrinth-0.3.ebuild,645 bytes, text/plain)
2006-11-16 18:49 UTC, James Brown
Details
ebuild for version 2.8.5, based on a personal ebuild for version 2.8.1 that was well tested ;) (lostlabyrinth-bin-2.8.5.ebuild,1.66 KB, text/plain)
2007-06-24 09:30 UTC, Joshua Rich
Details
labyrinth-0.4.0.ebuild (labyrinth-0.4.0.ebuild,657 bytes, text/plain)
2008-04-02 03:56 UTC, Henrique Rodrigues
Details
Updated Ebuild for version 0.4.0 (labyrinth-0.4.0.ebuild,650 bytes, text/plain)
2008-10-26 03:22 UTC, Zaid A.
Details
Labyrinth requires dev-python/numeric added it as a dependency. (labyrinth-0.4.0.ebuild,675 bytes, text/plain)
2009-12-02 05:21 UTC, Eric Janik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emopig 2006-08-30 04:40:16 UTC
"Labyrinth offers the ability to create, link and edit thoughts across a 2D canvas. It stores these maps internally and provides a browser to access available maps."

This is my first ebuild submission so please comment. This little tool seems useful when you have alot in your head you want on screen.
Comment 1 Emopig 2006-08-30 04:41:01 UTC
Created attachment 95461 [details]
Labyrinth 0.1 ebuild
Comment 2 Emopig 2006-08-30 04:43:02 UTC
Oops, it probably shouldn't be non ~amd64, I was lazy :P
Comment 3 Paul Bredbury 2006-08-30 08:14:55 UTC
It needs the 3 standard lines at the top:

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

Instead of "labyrinth-0.1", can use "${P}".
Comment 4 Emopig 2006-08-30 08:49:18 UTC
Created attachment 95487 [details]
Labyrinth 0.1 ebuild

Changed as per Paul's comment.
Comment 5 Karl Mikaelsson 2006-10-07 08:33:18 UTC
Created attachment 99052 [details]
ebuild for labyrinth-0.2

Version bump.
Comment 6 Mikel Olasagasti 2006-10-10 13:57:30 UTC
Hi! I made some changes to the last ebuild, and I uploaded instead of attaching it to bugzilla for revision at http://www.mundurat.net/gentoo/telepathy/labyrinth-0.2.ebuild

Some changes I made:

* Inherit gnome2, it will make a icon cache update, and other stuff
* DEPEND = RDEPEND
* Sort Docs and add/delete some
* Use ${P} instead of PV from the last ebuild
* Fix a typo from the last one

Test it if you can, and if apply, mark as obsolete last ebuilds. Also this one maybe can go to gentoo-sunrise.
Comment 7 James Brown 2006-11-16 18:49:24 UTC
Created attachment 102169 [details]
labyrinth-0.3.ebuild

version bump and updated ebuild with ~amd64 and new download path
Comment 8 James Brown 2006-11-16 18:49:51 UTC
Comment on attachment 102169 [details]
labyrinth-0.3.ebuild

oops, wrong file type
Comment 9 Henrique Rodrigues 2007-05-06 19:50:42 UTC
This works well on PPC also. Can you please add ~ppc to the ebuild? Thank you. This is a really nice tool.
Comment 10 Joshua Rich 2007-06-24 09:30:10 UTC
Created attachment 122953 [details]
ebuild for version 2.8.5, based on a personal ebuild for version 2.8.1 that was well tested ;)
Comment 11 Joshua Rich 2007-06-24 09:35:42 UTC
I'm so sorry to all for spamming you all, I've submitted to the wrong bug.  Please forgive me, deepest apologies!  Lesson learned, check bug details and number more carefully!

Josh
Comment 12 Henrique Rodrigues 2008-04-02 03:56:31 UTC
Created attachment 148050 [details]
labyrinth-0.4.0.ebuild

Here's an updated ebuild for Labyrinth 0.4. Added ~ppc keyword and corrected the download URL.
Comment 13 Zaid A. 2008-10-26 03:22:53 UTC
Created attachment 169899 [details]
Updated Ebuild for version 0.4.0

Modified the "HOMEPAGE" and "SRC_URI" to point to the new Project page.
Comment 14 Thomas Raschbacher gentoo-dev 2009-02-09 15:22:19 UTC
added the latest ebuild to my dev overlay so I can try it out on multiple machines easier .. feel free to use it with layman too ;) (add it with layman -a lordvan as usual ;))
Comment 15 Eric Janik 2009-12-02 05:21:34 UTC
Created attachment 211735 [details]
Labyrinth requires dev-python/numeric added it as a dependency.

After attempting to emerge labyrinth with the ebuild in layman (lordvan), labyrinth wouldn't start. I soon found out that the python script was puking on attempting to import the numeric module, which I did not have installed. Added the dev-python/numeric package as a dependency for labyrinth.