Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159900 - net-wireless/rutilt - gtk+ wireless configuration utility with extra support for Ralink (rt*) cards (ebuild)
Summary: net-wireless/rutilt - gtk+ wireless configuration utility with extra support ...
Status: RESOLVED OBSOLETE
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://cbbk.free.fr/bonrom/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2007-01-03 13:45 UTC by Ed Catmur
Modified: 2020-12-11 11:45 UTC (History)
4 users (show)

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


Attachments
rutilt-0.13.ebuild (rutilt-0.13.ebuild,965 bytes, text/plain)
2007-01-03 13:57 UTC, Ed Catmur
Details
rutilt-0.13.ebuild (rutilt-0.13.ebuild,1.01 KB, text/plain)
2007-01-08 19:43 UTC, Ed Catmur
Details
linux-2.6.19-wireless.h.patch (linux-2.6.19-wireless.h.patch,684 bytes, patch)
2007-01-08 19:44 UTC, Ed Catmur
Details | Diff
rutilt-0.15_pre1180693531.ebuild (rutilt-0.15_pre1180693531.ebuild,935 bytes, text/plain)
2007-06-18 17:09 UTC, Bernd Steinhauser
Details
rutilt-0.15.ebuild (rutilt-0.15.ebuild,1.03 KB, text/plain)
2007-07-15 12:50 UTC, Ed Catmur
Details
rutilt-0.15.ebuild (rutilt-0.15.ebuild,1.56 KB, text/plain)
2007-09-19 16:30 UTC, Bernd Steinhauser
Details
rutilt-0.15.ebuild (rutilt-0.15.ebuild,1.51 KB, text/plain)
2007-09-20 13:37 UTC, Bernd Steinhauser
Details
rutilt-0.15.ebuild (rutilt-0.15.ebuild,1.70 KB, text/plain)
2007-09-21 12:31 UTC, Bernd Steinhauser
Details
rutilt-0.16.ebuild (rutilt-0.16.ebuild,1.49 KB, text/plain)
2007-12-04 19:34 UTC, Bernd Steinhauser
Details
rutilt-0.16.ebuild (rutilt-0.16.ebuild,1.36 KB, text/plain)
2007-12-05 00:22 UTC, Ed Catmur
Details
rutilt-0.16.ebuild (rutilt-0.16.ebuild,1.41 KB, text/plain)
2007-12-05 00:38 UTC, Ed Catmur
Details
rutilt-0.16.ebuild (rutilt-0.16.ebuild,1.46 KB, text/plain)
2007-12-06 00:06 UTC, Ed Catmur
Details
Updated for new website (rutilt-0.18.ebuild,1.46 KB, text/plain)
2013-01-23 19:03 UTC, Adam Feldman
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2007-01-03 13:45:55 UTC
RutilT is a Gtk2/X utility for Linux that helps you configure your wireless network devices (it has extra support for Ralink ones).
Comment 1 Ed Catmur 2007-01-03 13:57:40 UTC
Created attachment 105323 [details]
rutilt-0.13.ebuild

rutilt-0.13.ebuild

Suggest net-wireless/rutilt.
Comment 2 Ed Catmur 2007-01-08 19:43:22 UTC
Created attachment 106091 [details]
rutilt-0.13.ebuild
Comment 3 Ed Catmur 2007-01-08 19:44:04 UTC
Created attachment 106093 [details, diff]
linux-2.6.19-wireless.h.patch

fix compilation with 2.6.19 (wireless.h)
Comment 4 Michael Lange 2007-06-05 12:31:34 UTC
RutilTv0.14 is out

New content version, it features full support for rt61 and rt73, improve rt2570 support, improve WEP support and a *lot* of fix and minor improvement. Makefile bug fixed.
Comment 5 Bernd Steinhauser 2007-06-18 17:08:52 UTC
I made an ebuild for the dev version you can find here.
I took Ed Catmur's ebuild as a basis.
Comment 6 Bernd Steinhauser 2007-06-18 17:09:36 UTC
Created attachment 122419 [details]
rutilt-0.15_pre1180693531.ebuild
Comment 7 Bernd Steinhauser 2007-06-18 17:10:17 UTC
Sorry, forgot to post the link:
http://rt2x00.serialmonkey.com/phpBB2/viewtopic.php?t=3867
Comment 8 Ed Catmur 2007-07-15 12:50:22 UTC
Created attachment 124922 [details]
rutilt-0.15.ebuild

rutilt-0.15.ebuild
Comment 9 Geert Vanhaute 2007-08-26 08:54:32 UTC
Wouldn't it be more logical to use gnome and kde as useflags?
Comment 10 Bernd Steinhauser 2007-09-19 16:29:23 UTC
I made another ebuild for 0.15.

I used kde/gnome as the names for the useflags and added another one, for using
the built-in launcher, as some might want to disable the launcher system completely.
For those I added a warning.

I also used the eutil commands to insert all the files into the system, as it
gives more control over the install process.
Comment 11 Bernd Steinhauser 2007-09-19 16:30:55 UTC
Created attachment 131311 [details]
rutilt-0.15.ebuild
Comment 12 Jakub Moc (RETIRED) gentoo-dev 2007-09-20 11:00:31 UTC
|| ( virtual/linux-sources sys-kernel/linux-headers )

The above is pretty much wrong (and if it works, then the application is wrong as well).
Comment 13 Bernd Steinhauser 2007-09-20 13:34:44 UTC
(In reply to comment #12)
> || ( virtual/linux-sources sys-kernel/linux-headers )
> 
> The above is pretty much wrong (and if it works, then the application is wrong
> as well).
> 
You're right, while the first package doesn't exist, the second isn't needed.
What is needed is the source of the current kernel (and it's headers).
I have no idea, why the source is needed, but I'll try to find out.
Comment 14 Bernd Steinhauser 2007-09-20 13:37:08 UTC
Created attachment 131374 [details]
rutilt-0.15.ebuild

Removed wrong dependencies.
Comment 15 Bernd Steinhauser 2007-09-21 12:31:30 UTC
Created attachment 131517 [details]
rutilt-0.15.ebuild

Small cosmetic changes (forgot, that elif exists ;-)), added debug use flag,
added (hopefully) correct dependency.
I dropped the optional linux-headers dependency, because configure would die
anyway, if --kernel_source is set and not found.
Since everyone on Gentoo has very likely kernel sources installed (or at least
the headers of those), I think, that isn't really a drawback.
There is a warning if you enable debug use flag, that it can't find Makefile_cst.
This can be ignored, it just tries to clean that file, 
when it doesn't even exist.
I could suppress that warning by adding 'touch ${S}/Makefile_cst', but I 
don't think, that is necessary.
Comment 16 Bernd Steinhauser 2007-12-04 19:34:22 UTC
Created attachment 137726 [details]
rutilt-0.16.ebuild
Comment 17 Ed Catmur 2007-12-05 00:22:33 UTC
Created attachment 137761 [details]
rutilt-0.16.ebuild

Some points:
* use elif to select launcher as well
* can pass flags directly to configure.sh; it's generally clearer and safer than constructing an options string
* src_compile is run in ${S}, so no need to prepend ${S} to configure.sh
* that's not what ROOT is for; see ebuild(5)
* it's polite to pass EXTRA_ECONF to configure scripts
* emake needs a die in case it fails
* again, src_install is run from ${S}
* we have plenty of copies of the GPL; no need to install LICENSE
* improve wording of postinst messages
Comment 18 Ed Catmur 2007-12-05 00:38:07 UTC
Created attachment 137762 [details]
rutilt-0.16.ebuild

use gnome2_icon_cache_update to ensure icons work on new install/upgrade.
Comment 19 Bernd Steinhauser 2007-12-05 00:41:40 UTC
(In reply to comment #17)
> Some points:
> * can pass flags directly to configure.sh; it's generally clearer and safer
> than constructing an options string
Disagree, but that doesn't make a difference.

> * src_compile is run in ${S}, so no need to prepend ${S} to configure.sh
Didn't know that this can't go wrong. Thanks.

> * that's not what ROOT is for; see ebuild(5)
Thought so, but ok, then it'll has to go.

> * emake needs a die in case it fails
Yeah, forgot that one. :-(

> * we have plenty of copies of the GPL; no need to install LICENSE
Of course.
Comment 20 Ed Catmur 2007-12-06 00:06:48 UTC
Created attachment 137854 [details]
rutilt-0.16.ebuild

Add DEPEND on dev-util/pkgconfig.
Comment 21 Adam Feldman 2013-01-23 19:03:41 UTC
Created attachment 336622 [details]
Updated for new website

New website http://bonrom.cbbknet.com/
Might be a bit old, hope the update isn't frowned upon.