Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Portage utilities not in portage
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Till Varoquaux
n00b
n00b


Joined: 28 Oct 2004
Posts: 24

PostPosted: Tue Nov 09, 2004 8:44 pm    Post subject: Portlog fix Reply with quote

IMHO
This seems a cleaner alternative....
Code:

PORT_LOGDIR="`sed -n 's:^PORT_LOGDIR=::p' /etc/make.conf`"
PORT_LOGDIR="$(echo $PORT_LOGDIR | sed -e's|^"\(.*\)"$|\1|g')"
Back to top
View user's profile Send private message
Till Varoquaux
n00b
n00b


Joined: 28 Oct 2004
Posts: 24

PostPosted: Wed Nov 10, 2004 12:25 pm    Post subject: Reply with quote

You might also consider adding this: makes a /etc/portage/packages.flag file that alows you to set different cflags for individall packages / package groups....

[edit]code had syntaxe error here is a thread with my own corrections....[/edit]
Back to top
View user's profile Send private message
Pythonhead
Developer
Developer


Joined: 16 Dec 2002
Posts: 1801
Location: Redondo Beach, Republic of Calif.

PostPosted: Sun Nov 14, 2004 4:35 pm    Post subject: Reply with quote

Heres an update of the latest utilities added to the list that have been moved into categories.

Guitoo has been removed because it graduated and is in portage now. Congratulations Guitoo.

portagetoys is perhaps the name of a script for per-package CFLAGS. See these for info:
https://forums.gentoo.org/viewtopic.php?p=1749445
http://thread.gmane.org/gmane.linux.gentoo.devel/21760

earch shows the ARCH status for each ebuild when run in that package's directory.
http://dev.gentoo.org/~eldad/earch/earch

find-deps.py shows all packages that have a dependency on a given package. Similar to "qpkg -q", but that only shows installed pacakges.
http://dev.gentoo.org/~ferringb/find-deps.py

unmerge-rdep is a patch to portage to do a better job of unmerging dependencies:
https://forums.gentoo.org/viewtopic.php?t=210288

used is a ufed replacement.
https://forums.gentoo.org/viewtopic.php?t=232973

bininfo will give you USE, CFLAGS, etc from packages you created with quickpkg:
https://forums.gentoo.org/viewtopic.php?t=230287

distdir_overlay allows multiple distfile directories, similar to PORTDIR_OVERLAY. It appears to be in the testing phase. The authors say there will be a webpage for the project soon, with English:
https://forums.gentoo.org/viewtopic.php?t=222541

einjected searches your system for packages you emerged with --inject
This is useful with the switch to using /etc/porgate/package.provided in the latest portage version
http://www.stud.uni-karlsruhe.de/~uxhz/gentoo/misc/einjected

remerge is a web browser based interface to /usr/bin/emerge
http://remerge.sourceforge.net/

portal (was wxPicks) is like pye (Pick Your Emerge) or rtkmerge. Portal lets you choose which packages you want to emerge from the output of "emerge --pretend world" (or system etc). You can also add packages to the various /etc/portage/* files and edit per package USE flags and add them to /etc/portage/package.use
Screenshot: http://portal.sf.net//portal.png
http://portal.sf.net/

dynamic deltup server is a revival of the old and known deltup but with a download-wrapper script transparent to portage and a server that creates the delta-files on demand (if not available in its cache)
Make sense? Good. Get it:
http://linux01.gwdg.de/~nlissne/deltup-status.atime.html
And the announcement:
https://forums.gentoo.org/viewtopic.php?t=215262

portagedb is similar to app-portage/eseach but was coded in hopes of faster update and search times. Its written in C++ and has its own Sourceforge page so I think we may have a serious contender.
http://portdb.sourceforge.net/
Discussion of portagedb:
https://forums.gentoo.org/viewtopic.php?p=1469897
Back to top
View user's profile Send private message
Pythonhead
Developer
Developer


Joined: 16 Dec 2002
Posts: 1801
Location: Redondo Beach, Republic of Calif.

PostPosted: Tue Nov 23, 2004 8:21 pm    Post subject: Reply with quote

Looks like this thread may be coming to an end because GLEP 15 seems to be nearly ready for prime time and will be located here:

http://gentooexperimental.org/scripts/
Back to top
View user's profile Send private message
Lokheed
Veteran
Veteran


Joined: 12 Jul 2004
Posts: 1295
Location: /usr/src/linux

PostPosted: Thu Dec 16, 2004 4:40 am    Post subject: Reply with quote

Transfered it to WIKI.

http://gentoo-wiki.com/HOWTO_Portage_utilities_not_in_portage

First WIKI made so let me know if I missed anythng.
Back to top
View user's profile Send private message
Luxus
Tux's lil' helper
Tux's lil' helper


Joined: 21 Nov 2002
Posts: 98
Location: Germany / Frankfurt

PostPosted: Mon Jan 24, 2005 2:16 am    Post subject: Reply with quote

what's happen with portal? it is a awesome app.. would great if the bugs get fixed :(
Back to top
View user's profile Send private message
Pythonhead
Developer
Developer


Joined: 16 Dec 2002
Posts: 1801
Location: Redondo Beach, Republic of Calif.

PostPosted: Mon Jan 24, 2005 3:44 am    Post subject: Reply with quote

Luxus wrote:
what's happen with portal? it is a awesome app.. would great if the bugs get fixed :(


I haven't had time to work on it. Too many other projects going on.

It was inspired by rtkmerge and the author of that just released a new version after being away from Gentoo for a year or so. I mailed him suggesting he use the new /etc/portage/package.* files like portal does, so maybe he'll add them before I get time to work on portal again.
Back to top
View user's profile Send private message
thebigslide
l33t
l33t


Joined: 23 Dec 2004
Posts: 792
Location: under a car or on top of a keyboard

PostPosted: Tue Feb 15, 2005 11:53 pm    Post subject: Reply with quote

I have this: https://forums.gentoo.org/viewtopic-t-261580.html
done to all my systems. Holy frick does it ever make portage fast.
Could easily be made into an e-build. No license in the code, or I'd make one.
I just PM'd the guy and asked if I could make an e-build out of it. portage-cdb or some such.
Back to top
View user's profile Send private message
untiefe
Apprentice
Apprentice


Joined: 12 Jan 2004
Posts: 230
Location: the nonexisting Bielefeld, Germany

PostPosted: Wed Feb 23, 2005 8:03 pm    Post subject: new glcu version with new website Reply with quote

I reprogrammed glcu - gentoo linux cron update in python and put up a website for it. Please change the links for glcu in your list:

website: http://www.panhorst.com/glcu/
forum: https://forums.gentoo.org/viewtopic-p-2123630.html#2123630

Thanx!

Bye,
Michael
_________________
"I'm an angel bored like hell
And you're a devil meaning well"

:: Cardigans - You're The Storm ::

glcu - gentoo linux cron update (full featured semi-automatic updates via cron)
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Sat Mar 19, 2005 11:47 pm    Post subject: Reply with quote

Moved from DT&T and made sticky.
Back to top
View user's profile Send private message
Pythonhead
Developer
Developer


Joined: 16 Dec 2002
Posts: 1801
Location: Redondo Beach, Republic of Calif.

PostPosted: Fri Mar 25, 2005 8:42 am    Post subject: Reply with quote

After my 134th edit of the top post 58,406 views, its finally time to retire this list.
Please visit the new script repository:
http://gentooexperimental.org/script/repo/list

It has all the scripts in the list (and more) available for direct download.
Use the feedback tab if you have any script additions or updates.

In addition to portage scripts the repository also has general sysadmin scripts (Gentoo-specific only).
Back to top
View user's profile Send private message
tacvbo
n00b
n00b


Joined: 28 May 2003
Posts: 39
Location: México City

PostPosted: Wed Jul 06, 2005 10:17 pm    Post subject: Reply with quote

Wiiiii!!! Another unsupported and unoffical Gentoo cleaner...

...but, with new features!: :D

    * Clean old distfiles in the $DISTDIR directory (/usr/portage/distfiles)
    * Clean old binary packages files in $PKGDIR directory (/usr/portage/packages)
    * Clean the $WORKDIR directory (/var/tmp/portage)
    * Clean portage's log directory $PORT_LOGDIR (/var/log/portage)


See it's own forums thread here: https://forums.gentoo.org/viewtopic-t-337074.html

Grab it here: yacleaner-0.2 and please post your comments, patches and suggestions. :-)

Code:

$ ./yacleaner-0.2
yacleaner-0.2: please tell me what to do.

Usage:
    yacleaner-0.2 [ options ] [ action ] < dist | binpkg | worktmp | log | all >
    yacleaner-0.2 --help

Options: [ --ask | --nocolor | --pretend | --verbose ]

Actions:  [ --delete ]


    For more help try 'yacleaner-0.2 --help'
Back to top
View user's profile Send private message
dagurasu
n00b
n00b


Joined: 29 Apr 2005
Posts: 74

PostPosted: Tue Aug 23, 2005 2:07 am    Post subject: Reply with quote

OK, this didn't get much response, but now I see people asking for EXACTLY this, so I thought I may as well link it in:
https://forums.gentoo.org/viewtopic-t-360366-highlight-.html
It's a simple script to keep your installed ebuilds for you so portage won't forget about them, complain, and sometimes force you to or just unneccessarily upgrade things you didn't need or possibly want to have upgraded. You don't even have to know how to use an overlay... it takes care of it all for you.

There are some ramblings there... but my ramblings somewhere here:
https://forums.gentoo.org/viewtopic-t-372840-highlight-.html
are much more specific and much better about how I would make even cooler if I ever got around to it.
By the way, I hammerd it out kinda quick... so sorry if the spacings are all loony... I know it anoys some of you alot. It does work well though.
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue May 09, 2006 1:33 pm    Post subject: Reply with quote

gcac cleans up the files in /etc/portage/package.* automatically.

Would be nice if you would add it to the list.
Back to top
View user's profile Send private message
JoKo
Tux's lil' helper
Tux's lil' helper


Joined: 16 May 2004
Posts: 141
Location: Xanthi, Greece

PostPosted: Tue May 09, 2006 1:42 pm    Post subject: Reply with quote

TheCurse wrote:
gcac cleans up the files in /etc/portage/package.* automatically.

Would be nice if you would add it to the list.

Could you be more specific? e.g, does it clean package.keywords from masked packages that went stable?
Back to top
View user's profile Send private message
TheCurse
l33t
l33t


Joined: 21 Jun 2004
Posts: 670
Location: Köln

PostPosted: Tue May 09, 2006 4:50 pm    Post subject: Reply with quote

Yes, it deletes lines from packages that went stable, that are not installed, do not have the given use flag (and others I might have forgotten to mention).

This works for package.keywords, package.unmask, package.mask and package.use
Back to top
View user's profile Send private message
mpagano
Developer
Developer


Joined: 27 Apr 2004
Posts: 197
Location: USA

PostPosted: Tue May 23, 2006 8:28 pm    Post subject: Reply with quote

I posted this a month ago, but just stumbled on this thread:

I thought it might be helpful for others that might not otherwise try this script to see some example output.

portpeek script

When I run portpeek -ac (show changes in all files unmask, mask or keyword) I get the following output

$ portpeek -ac

package.keywords:

Installed: sys-apps/portage-2.1_pre7-r5 Keywords ['~x86', '~x86-fbsd']
Available: sys-apps/portage-2.1_pre8-r4 Keywords: ['~x86', '~x86-fbsd']

package.unmask:

Installed: app-editors/vim-6.4 Keywords ['x86']
Available: app-editors/vim-7.0_beta Keywords: ['~x86', '~x86-fbsd']

Installed: dev-db/mysql-5.0.19-r1 Keywords ['~x86']
[color=red]Available: dev-db/mysql-5.1.7_beta [M] Keywords: ['-*']


package.mask:
No ebuild options found.
Done


The above shows I have portage-2.1_pre7-r5 unmasked and installed and shows there is another option to install if I want to unmask that specific version.

It also shows that I have vim 6.4 in unmask, yet it is not masked, so I could remove it from package.unmask if I want.

The mysql lines show I have a keyword unmasked mysql installed and there is another version I could unmask, but it is packaged masked.

Hope this is useful to someone.

Mike
Back to top
View user's profile Send private message
omp
Retired Dev
Retired Dev


Joined: 10 Sep 2005
Posts: 1018
Location: Glendale, California

PostPosted: Wed May 24, 2006 6:42 am    Post subject: Reply with quote

You might want to change the URL of ecatmur's stuff to http://catmur.co.uk/gentoo/udept/
_________________
meow.
Back to top
View user's profile Send private message
Sadysta
n00b
n00b


Joined: 20 May 2007
Posts: 1

PostPosted: Sun May 20, 2007 8:41 am    Post subject: Reply with quote

http://sadysta.ath.cx/projekty/gentoo/

I consider gen2inst especially useful and worth further work upon.
Back to top
View user's profile Send private message
Phlogiston
Veteran
Veteran


Joined: 27 Jan 2004
Posts: 1925
Location: Europe, Swizerland

PostPosted: Tue Jun 26, 2007 7:03 pm    Post subject: Reply with quote

This link is broken:
http://gentooexperimental.org/script/repo/list
_________________
Workstation: 5.1 SurroundSound, LIRC remote control; Laptop [IBM-T43]: patched sources, s2disk/ram, fingerprint sensor
Back to top
View user's profile Send private message
hron
n00b
n00b


Joined: 04 May 2006
Posts: 65
Location: Budapest, Hungary

PostPosted: Sat Jun 30, 2007 9:24 am    Post subject: Genu's page not works Reply with quote

I cannot download genu.
Code:

--11:22:58--  http://www.markus-jonsson.com/
           => `index.html'
Resolving www.markus-jonsson.com... 80.68.95.202
Connecting to www.markus-jonsson.com|80.68.95.202|:80... failed: Connection refused.


What happened?
_________________
Garami Gabor Gyorgy
translator
Back to top
View user's profile Send private message
loftwyr
l33t
l33t


Joined: 29 Dec 2004
Posts: 970
Location: 43°38'23.62"N 79°27'8.60"W

PostPosted: Wed Apr 23, 2008 12:26 am    Post subject: Reply with quote

This site and all about this post are dead. Can we get it unstuck so it can fall?
_________________
My emerge --info
Have you run revdep-rebuild lately? It's in gentoolkit and it's worth a shot if things don't work well.
Celebrating 5 years of Gentoo-ing.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum