Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How big is your package.keywords?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next  
Reply to topic    Gentoo Forums Forum Index Gentoo Chat
View previous topic :: View next topic  
Author Message
Sourcecode
Guru
Guru


Joined: 25 Apr 2005
Posts: 392
Location: Germany, Kerpen in sew of Cologne

PostPosted: Tue Aug 15, 2006 1:35 am    Post subject: Reply with quote

Code:
sourcecode@localhost ~ $ cat /etc/portage/package.keywords | wc -l
52

_________________
Es gibt bloss eins, was wichtig ist: dass man sterben muss.

Suicide is man's way of telling God, "You can't fire me - I quit."

no one gets out here alive....
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Tue Aug 15, 2006 3:52 am    Post subject: Reply with quote

I managed to get a keywords file up to a couple K once, then gentoo sorta broke :twisted:
_________________
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Back to top
View user's profile Send private message
daniel.h
n00b
n00b


Joined: 09 Jan 2005
Posts: 6
Location: Germany

PostPosted: Tue Aug 15, 2006 3:30 pm    Post subject: Reply with quote

Code:
cat /etc/portage/package.keywords
x11-wm/fluxbox -*
net-im/gaim -*
games-strategy/wesnoth-svn ~x86
media-sound/mpdscribble ~x86
app-portage/udept ~x86
dev-lang/mono ~x86
dev-dotnet/libgdiplus ~x86
media-fonts/artwiz-aleczapka-de ~x86
app-portage/layman ~x86

Just a few packages.
I would switch to ~x86 if i had > 100 packages in package.keywords though.
Back to top
View user's profile Send private message
Monkeh
Veteran
Veteran


Joined: 06 Aug 2005
Posts: 1656
Location: England

PostPosted: Tue Aug 15, 2006 3:49 pm    Post subject: Reply with quote

Code:
terra ~ # cat /etc/portage/package.keywords
dog: /etc/portage/package.keywords: Is a directory
terra ~ # cd /etc/portage/package.keywords/
terra package.keywords # cat * | wc -l
20
Back to top
View user's profile Send private message
grodzik86
n00b
n00b


Joined: 25 Dec 2005
Posts: 38
Location: Wroclaw, Poland

PostPosted: Tue Aug 22, 2006 5:05 pm    Post subject: Reply with quote

Code:
cat /etc/portage/package.keywords |wc -l
422

cat /etc/portage/package.unmask |wc -l
32
Back to top
View user's profile Send private message
bdm
Guru
Guru


Joined: 20 Jan 2006
Posts: 305
Location: Canada, Barrie, Ontario

PostPosted: Tue Aug 22, 2006 5:08 pm    Post subject: Reply with quote

Code:

x11-drivers/ati-drivers
net-p2p/ktorrent


That's it!
Back to top
View user's profile Send private message
GentlemanFinn
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2005
Posts: 85
Location: Denmark

PostPosted: Tue Aug 22, 2006 9:09 pm    Post subject: Reply with quote

Code:
cat /etc/portage/package.keywords | wc -l
717

I really have to clean out in that file :/
Back to top
View user's profile Send private message
vibrokatana
Guru
Guru


Joined: 09 Feb 2006
Posts: 328
Location: o0o0oo

PostPosted: Tue Aug 22, 2006 9:26 pm    Post subject: Reply with quote

I got tired of adding lines to it once, so i did # ACCEPT_KEYWORDS="*" emerge

on this blasted package with 50 different masked dependancies, it complained then worked :P
_________________
My Systems - "I suggest the whole thing be coded in whitespace. Henceforth the code will be obscure and functional at the same time."
Back to top
View user's profile Send private message
curmudgeon
Veteran
Veteran


Joined: 08 Aug 2003
Posts: 1741

PostPosted: Sun Sep 17, 2006 10:51 am    Post subject: Reply with quote

I just have a few (mostly non-critical packages) there (often those with no stable versions).

I tend to clean out the file regularly when things go stable.

I share the file among several machines (which works fine since everything defaults to ~arch).
Code:
$ dog /etc/portage/package.keywords
# just for this machine (to help upstream debug a problem)
=media-libs/mesa-6.5-r4
=x11-apps/mesa-progs-6.5
=x11-base/xorg-server-1.1.1
=x11-drivers/xf86-video-i810-1.6.5
=x11-drivers/xf86-input-mouse-1.1.1
=x11-drivers/xf86-input-keyboard-1.1.0
=x11-base/xorg-x11-7.1

# stick the stuff in the sunrise overlay at the top
# since it will never go stable
sys-fs/cryptmount
x11-misc/kxstitch

# always use unstable gaim (and the things needed for it)
net-im/gaim
net-im/silc-toolkit

# moved from net-im to x11-plugins
x11-plugins/gaim-encryption

# all of these masked right now
app-crypt/truecrypt

# use the latest vlc (and dependencies)
media-video/vlc
dev-libs/libebml
media-libs/libdvbpsi
media-libs/speex
#<=media-video/ffmpeg-0.4.9_p20051216

# always get latest version of this, too
net-wireless/ndiswrapper

# gentoo development tool(s)
www-client/pybugz
app-portage/overlay-utils

# twinkle and dependencies
net-im/twinkle
net-libs/ccrtp
dev-cpp/commoncpp2

# probably want the lastest version of this
media-gfx/swftools

# marked unstable on amd64
=games-arcade/emilia-pinball-0.3.1

# looks like it builds on amd64, so try it out
=games-board/gnubg-0.14.3 -amd64

# give this a try
x11-misc/googleearth
Back to top
View user's profile Send private message
electrofreak
l33t
l33t


Joined: 30 Jun 2004
Posts: 713
Location: Ohio, USA

PostPosted: Mon Sep 18, 2006 3:09 am    Post subject: Reply with quote

Server:

Code:
todd@gazebo ~ $ cat /etc/portage/package.keywords | wc -l
39


Laptop:

Code:
todd@todd-laptop ~ $ cat /etc/portage/package.keywords | wc -l
43


I'm not booted into gentoo linux on my desktop right now, but I run XGL and loads of unstable packages there, so I'm positive it's a large number.
_________________
Desktop: ABit AN8, Athlon64 X2 4400+ 939 2.75GHz, 2x1GB Corsair XMS DDR400, 2x160GB SATA RAID-0, 2x20"W, Vista Ultimate x64
Laptop: 15.4" MacBook Pro 2.4Ghz, 2x1GB RAM, 160GB, Mac OS X 10.5.1
Server: PIII 550Mhz, 3x128MB RAM, 160GB, Ubuntu Server 7.10
Back to top
View user's profile Send private message
Phenax
l33t
l33t


Joined: 10 Mar 2006
Posts: 972

PostPosted: Mon Sep 18, 2006 3:11 am    Post subject: Reply with quote

Code:

app-misc/examine -*

dev-db/edb -*

dev-libs/eet -*
dev-libs/embryo -*
dev-libs/engrave -*
dev-libs/exml -*

games-fps/qudos -*

media-libs/edje -*
media-libs/epeg -*
media-libs/epsilon -*

sys-devel/binutils -*

sys-kernel/linux-headers -*

x11-libs/qt -*

x11-apps/elapse -*

x11-libs/ecore -*
x11-libs/esmart -*
x11-libs/etk -*
x11-libs/evas -*
x11-libs/ewl -*

x11-misc/estickies -*

x11-plugins/e_modules -*

x11-wm/e -*
Back to top
View user's profile Send private message
runningwithscissors
Guru
Guru


Joined: 21 Apr 2006
Posts: 454
Location: the third world

PostPosted: Mon Sep 18, 2006 3:27 am    Post subject: Reply with quote

I don't exactly run a stability-at-all-costs system, but my package.keywords is fairly small

Code:

stduser@hostage ~ $ wc -l /etc/portage/package.keywords
3 /etc/portage/package.keywords
Back to top
View user's profile Send private message
onlinepancakes
Apprentice
Apprentice


Joined: 05 Sep 2006
Posts: 274
Location: Surprise - AZ

PostPosted: Mon Sep 18, 2006 5:04 am    Post subject: Reply with quote

Code:

www-client/mozilla-firefox ~x86
dev-libs/nss ~x86
dev-libs/nspr ~x86
media-video/nvidia-settings ~x86
net-irc/xchat ~x86
x11-drivers/nvidia-drivers ~x86
media-video/mplayer ~x86
x11-plugins/gaim-xfire ~x86
net-im/gaim ~x86
app-admin/conky ~x86
xfce-base/thunar ~x86
xfce-extra/exo ~x86
rox-base/rox ~x86
x11-misc/googleearth ~x86
app-cdr/nero ~x86
media-video/xine-ui ~x86
media-gfx/gimp ~x86
app-emulation/wine ~x86
media-gfx/fontforge ~x86
app-arch/file-roller ~x86
media-gfx/gqview ~x86
net-libs/libtorrent ~x86
net-p2p/rtorrent ~x86
media-plugins/xmms-infopipe ~x86
x11-wm/openbox ~x86
dev-python/python-xlib ~x86
x11-terms/rxvt-unicode ~x86
x11-terms/aterm ~x86
www-client/links ~x86
media-tv/mythtv ~x86
x11-themes/mythtv-themes ~x86
media-plugins/mythbrowser ~x86
media-plugins/mythdvd ~x86
media-plugins/mythgallery ~x86
media-plugins/mythmusic ~x86
media-plugins/mythvideo ~x86
net-im/skype ~x86
games-strategy/warzone2100 ~x86


Code:

=www-client/mozilla-firefox-2.0_beta1
=www-client/mozilla-firefox-2.0_beta2
=net-im/gaim-2.0.0_beta3-r1
=net-im/gaim-2.0.0_beta3-r2
=xfce-base/thunar-0.3.2_beta2
=xfce-extra/exo-0.3.1.6_beta1
=xfce-extra/exo-0.3.1.8_beta2
=media-tv/mythtv-0.20_p11154
=x11-themes/mythtv-themes-0.20
=media-gfx/pornview-0.2.0_pre1

_________________
Onlinepancakes --
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Mon Sep 18, 2006 5:50 am    Post subject: Reply with quote

If I'm not mistaken, no one has beaten me yet.
Hmm, seems that going over to ~x86 wasn't such a bad idea :P
Back to top
View user's profile Send private message
Icer
Guru
Guru


Joined: 26 Aug 2003
Posts: 395
Location: @home

PostPosted: Mon Sep 18, 2006 6:06 am    Post subject: Re: How big is your package.keywords? Reply with quote

Icer wrote:
tylerwylie wrote:
Well? Don't be shy.
:D

You too, post yours.

Mine is 222 packages long. Some 20 contain nvidia kernel, etc misc packages. And the remainder 200 contain gnome 2.14 packages. I guess the gnome packets could be revomed from the list.

BTW, is there some kind of automatic cleaning scripts for these files? For example when a packet goes stabile then it doesnt get removed from the list, right?

Cleaned up the gnome 2.14 packages. Only ~100 packages now.

Next I'm waiting for gnome 2.16 and mythtv packages come to testing. Propably goes back to ~150 packages then.
_________________
Everything can be done. There's just a longer delivery time for impossible projects.
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: Mon Sep 18, 2006 7:07 am    Post subject: Reply with quote

Code:
$ wc -l /etc/portage/package.keywords
wc: /etc/portage/package.keywords: No such file or directory

_________________
meow.
Back to top
View user's profile Send private message
mrsteven
Veteran
Veteran


Joined: 04 Jul 2003
Posts: 1938

PostPosted: Mon Sep 18, 2006 10:00 am    Post subject: Reply with quote

Booooring... :wink:
_________________
Unix philosophy: "Do one thing and do it well."
systemd: "Do everything and do it wrong."
Back to top
View user's profile Send private message
Q-collective
Advocate
Advocate


Joined: 22 Mar 2004
Posts: 2071

PostPosted: Mon Sep 18, 2006 10:22 am    Post subject: Reply with quote

mrsteven wrote:
Booooring... :wink:

You just read my mind actually.
Back to top
View user's profile Send private message
Omega21
l33t
l33t


Joined: 14 Feb 2004
Posts: 788
Location: Canada (brrr. Its cold up here)

PostPosted: Tue Sep 19, 2006 1:18 am    Post subject: Reply with quote

Its like 4 screenlengths, cause I had to unmask every part of KDE, since people decided to start split ebuilds... *shakes fist*
_________________
iMac G4 1GHz :: q6600 //2x 500GB//2GB RAM//8600GT//Gentoo :: MacBook Pro//2.53GHz
Back to top
View user's profile Send private message
GWilliam
Guru
Guru


Joined: 29 Dec 2005
Posts: 350

PostPosted: Tue Sep 19, 2006 2:22 am    Post subject: Reply with quote

#NULL

Last edited by GWilliam on Sun Jul 25, 2010 3:20 pm; edited 1 time in total
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Tue Sep 19, 2006 2:27 am    Post subject: Reply with quote

Code:
 mike:~ % wc -l /etc/portage/package.keywords
158 /etc/portage/package.keywords


Some of that is because I am using 64bit and some stuff hasn't been marked stable yet, others is me experimenting ;)
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Tue Sep 19, 2006 5:02 am    Post subject: Re: hi everyone Reply with quote

hemenekle wrote:
hi everyone


Hi yourself. :lol:

Well, mine is like this:

Code:
root@smoker / # cat /etc/portage/package.keywords | wc -l
353
root@smoker / #


Most of that is KDE stuff I think. I'll post it all if someone wants me too.

:D :D :D :D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
Zepp
Veteran
Veteran


Joined: 15 Mar 2004
Posts: 1246
Location: Ontario, Canada

PostPosted: Tue Sep 19, 2006 11:31 am    Post subject: Reply with quote

How big is your package.unmask is the real question :P

Code:
% wc -l /etc/portage/package.unmask
35 /etc/portage/package.unmask
Back to top
View user's profile Send private message
dalek
Veteran
Veteran


Joined: 19 Sep 2003
Posts: 1353
Location: Mississippi USA

PostPosted: Tue Sep 19, 2006 11:51 am    Post subject: Reply with quote

Zepp wrote:
How big is your package.unmask is the real question :P


Here's that too:

Code:
root@smoker / # wc -l /etc/portage/package.unmask
14 /etc/portage/package.unmask
root@smoker / #


Not to many. Here is the list:

Code:
root@smoker / # cat /etc/portage/package.unmask
=sys-apps/dbus-0.62
=sys-apps/hal-0.5.7-r3
=sys-apps/pmount-0.9.11
=x11-misc/googleearth-4_beta
=www-client/seamonkey-1.0.3
=net-im/aim-1.5.286
>=sys-apps/eject-2.1.5
=media-libs/tunepimp-0.3.0-r1
=sys-kernel/gentoo-sources-2.6.17-r6
=media-libs/tunepimp-0.5.0
=sys-apps/portage-2.1.1

root@smoker / #   


I can likely remove a few of those though. Seamonkey is official now I'm sure.

:D :D :D :D :D
_________________
My rig: Gigabyte GA-970A-UD3P mobo, AMD FX-8350 Eight-Core CPU, ZALMAN CNPS10X Performa CPU cooler,
G.SKILL 32GB DDR3 PC3 12800 Memory Nvidia GTX-650 video card LG W2253 Monitor
60TBs of hard drive space using LVM
Cooler Master HAF-932 Case
Back to top
View user's profile Send private message
tylerwylie
Guru
Guru


Joined: 19 Sep 2004
Posts: 458
Location: /US/Georgia/Atlanta

PostPosted: Tue Sep 19, 2006 11:52 am    Post subject: Reply with quote

Zepp wrote:
How big is your package.unmask is the real question :P

Code:
% wc -l /etc/portage/package.unmask
35 /etc/portage/package.unmask
Haha, mine's not too bad.
Code:
wc -l /etc/portage/package.unmask
28 /etc/portage/package.unmask

Reinstalled a month back too on my lappy so here's my package.keywords
Code:
wc -l /etc/portage/package.keywords
48 /etc/portage/package.keywords
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo Chat All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7, 8, 9  Next
Page 3 of 9

 
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