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
dalek
Veteran
Veteran


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

PostPosted: Tue Sep 19, 2006 12:00 pm    Post subject: Reply with quote

I did a little trimming on mine. Here's my package.unmask. Get ready now it is really HUGE.

Code:
root@smoker / # cat /etc/portage/package.unmask
=media-libs/tunepimp-0.5.0
root@smoker / #


Not to bad I guess.

: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
Tin
Guru
Guru


Joined: 22 Dec 2005
Posts: 305
Location: Namur, Belgium

PostPosted: Tue Sep 19, 2006 12:04 pm    Post subject: Reply with quote

Neither mine ;-)
Code:
ehilson@rebel ~ $ cat /etc/portage/package.keywords
x11-drivers/ati-drivers ~x86
ehilson@rebel ~ $ cat /etc/portage/package.unmask
games-emulation/game-launcher
ehilson@rebel ~ $ 

_________________
Tin, the gentoobie
Back to top
View user's profile Send private message
paul555
l33t
l33t


Joined: 22 Nov 2004
Posts: 612
Location: Greece

PostPosted: Tue Sep 19, 2006 2:05 pm    Post subject: Reply with quote

Code:
paul@medic ~ $ cat /etc/portage/package.unmask | wc -l
96

_________________
"LINUX, MS-DOS, Windows : known as the Good, the Bad and the Ugly." :)
http://www.gnome.gr
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Tue Sep 19, 2006 2:10 pm    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

Code:

valinor geniux # wc -l /etc/portage/package.unmask
134 /etc/portage/package.unmask

I win :P
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
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 3:40 pm    Post subject: Reply with quote

geniux wrote:
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

Code:

valinor geniux # wc -l /etc/portage/package.unmask
134 /etc/portage/package.unmask

I win :P


So I am not crazy :lol:
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Tue Sep 19, 2006 4:23 pm    Post subject: Reply with quote

Zepp wrote:

So I am not crazy :lol:

No, you're perfectly sane
But to my defence, I'm using Gnome :P
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
vicaya
n00b
n00b


Joined: 26 Jun 2004
Posts: 57

PostPosted: Tue Sep 19, 2006 8:06 pm    Post subject: Reply with quote

How about something more informative? I'll start:
Code:

# qlist -I | wc -l ## equery l works too but a lot slower, so emerge portage-utils
1001

# wc -l < /etc/portage/package.keywords
574

# cut -f1 -d/ /etc/portage/package.keywords | sort | uniq -c | sort -rn | head -10
    324 kde-base
     39 kde-misc
     24 dev-java
     18 dev-perl
     12 dev-util
     10 sys-apps
     10 net-analyzer
      8 media-libs
      7 app-emulation
      6 net-misc

# wc -l < /etc/portage/package.unmask
0


I don't think it's a big deal to manage these keywords, especially when you have kuroo
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Tue Sep 19, 2006 8:30 pm    Post subject: Reply with quote

Ok then
Code:

# equery l | wc -l
747
# wc -l < /etc/portage/package.keywords252
# cut -f1 -d/ /etc/portage/package.keywords | sort | uniq -c | sort -rn | head -10
     56 xfce-extra
     25 gnome-base
     23 gnome-extra
     18 xfce-base
     12 x11-libs
     11 x11-misc
      9 dev-dotnet
      9 dev-cpp
      8 x11-themes
      7
# wc -l < /etc/portage/package.unmask
134
# cut -f1 -d/ /etc/portage/package.unmask | sort | uniq -c | sort -rn | head -10
     21 gnome-extra
     21 gnome-base
     17 xfce-base
     14 xfce-extra
      9 dev-dotnet
      9 dev-cpp
      6 x11-themes
      6 x11-libs
      4 dev-python
      3 app-accessibility

_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
tylerwylie
Guru
Guru


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

PostPosted: Mon Sep 25, 2006 1:01 am    Post subject: Reply with quote

geniux wrote:
Ok then
Code:

# equery l | wc -l
747
# wc -l < /etc/portage/package.keywords252
# cut -f1 -d/ /etc/portage/package.keywords | sort | uniq -c | sort -rn | head -10
     56 xfce-extra
     25 gnome-base
     23 gnome-extra
     18 xfce-base
     12 x11-libs
     11 x11-misc
      9 dev-dotnet
      9 dev-cpp
      8 x11-themes
      7
# wc -l < /etc/portage/package.unmask
134
# cut -f1 -d/ /etc/portage/package.unmask | sort | uniq -c | sort -rn | head -10
     21 gnome-extra
     21 gnome-base
     17 xfce-base
     14 xfce-extra
      9 dev-dotnet
      9 dev-cpp
      6 x11-themes
      6 x11-libs
      4 dev-python
      3 app-accessibility


o.o gnome and xfce?
Back to top
View user's profile Send private message
geniux
Veteran
Veteran


Joined: 19 Feb 2004
Posts: 1400
Location: /home

PostPosted: Mon Sep 25, 2006 1:39 am    Post subject: Reply with quote

tylerwylie wrote:

o.o gnome and xfce?

Yeah, Gnome for main and Xfce for checking the new version :wink:

But now I've removed the Xfce stuff so there's only Gnome left, which also made my package lists smaller
_________________
AMD Athlon64 X2 4200+ AM2
MSI K9N SLI Platinum, Enermax Liberty 500W
1GB RAM Crucial DDR2 667MHz, MSI nVidia 7600GS 256MB
400GB + 250GB Samsung SATAII HDD
Gentoo - BeyondSources 2.6.19-20
Back to top
View user's profile Send private message
timeBandit
Bodhisattva
Bodhisattva


Joined: 31 Dec 2004
Posts: 2719
Location: here, there or in transit

PostPosted: Mon Sep 25, 2006 2:42 am    Post subject: Reply with quote

Code:
~ $ cat /etc/portage/package.keywords
app-portage/porthole ~x86
dev-python/pyxdg ~x86
net-print/gtklp ~x86
sys-block/gparted ~x86
x11-misc/smeg ~x86

Pretty soon that'll be only four lines, 'cause smeg smucks. :P
Code:
~ $ cat /etc/portage/package.unmask | wc -l
0

The rest of my life should be half as stable, oy. :wink: :)
_________________
Plants are pithy, brooks tend to babble--I'm content to lie between them.
Super-short f.g.o checklist: Search first, strip comments, mark solved, help others.


Last edited by timeBandit on Thu Aug 14, 2008 2:25 am; edited 2 times in total
Back to top
View user's profile Send private message
vonr
Guru
Guru


Joined: 23 Mar 2006
Posts: 300

PostPosted: Mon Sep 25, 2006 9:09 am    Post subject: Reply with quote

I run an ~arch system so my package.keywords is empty.

package.unmask:
Code:
>=games-strategy/wesnoth-1.1.10

# For some reason concerning x264 this is in package.mask; screw x264 since I don't use it.
>=media-video/mplayer-1.0_pre20060810

Not too large either. It used to be omghuge when xorg7 was still in there.
Back to top
View user's profile Send private message
k0001
n00b
n00b


Joined: 12 Jun 2006
Posts: 38

PostPosted: Mon Sep 25, 2006 2:45 pm    Post subject: Reply with quote

Code:
gux ~ # wc -l /etc/portage/package.keywords
76 /etc/portage/package.keywords


mostly nvidia, java stuff... and.. of course.. a lot of the georgeous lila-theme i'm using.
Back to top
View user's profile Send private message
pa4wdh
l33t
l33t


Joined: 16 Dec 2005
Posts: 812

PostPosted: Tue Sep 26, 2006 5:42 pm    Post subject: Reply with quote

Okay, with everybody showing off their /etc/portage stuff, here's mine:

Code:

laptop portage # grep -v "^#" *
package.keywords:sys-apps/855resolution ~x86
package.keywords:net-libs/libgmail ~x86
package.keywords:net-zope/speedpack ~x86
package.keywords:app-pda/plucker ~x86
package.keywords:dev-lang/palmos-sdk ~x86
package.keywords:net-misc/kphone ~x86
package.keywords:net-wireless/aircrack ~x86
package.keywords:net-www/netscape-plugger ~x86
package.mask:>=x11-libs/wxGTK-2.5
package.mask:>=media-sound/audacity-1.2.2
package.unmask:=x11-libs/wxGTK-2.4
package.unmask:=net-misc/kphone-4.2
package.unmask:=net-wireless/aircrack-2*

The most annoying of this all is plucker ... which requires wxGTK-2.4 ... for which i have to mask audacity, the rest is just some experiments.

Best regards,
pa4wdh
Back to top
View user's profile Send private message
Clete2
Guru
Guru


Joined: 09 Aug 2003
Posts: 530
Location: Bloomington, Illinois

PostPosted: Tue Sep 26, 2006 6:12 pm    Post subject: Reply with quote

Code:
localhost clete2 # cd /etc/portage
localhost portage # dir
bin  package.mask  package.unmask  package.use  package.use~  postsync.d
localhost portage # cat /etc/portage/package.keywords | wc -l
cat: /etc/portage/package.keywords: No such file or directory
0
localhost portage # 


;)

I don't use package.keywords. I usually just use package.mask to mask stuff that is broken. I'm on a ~x86 machine.

Code:
localhost portage # cat package.unmask | wc -l
28


Most of package.unmask is XGL and also Firefox 2.0 Beta 2 ;)

Code:
localhost portage # cat package.mask | wc -l
7

_________________
My Blog
Back to top
View user's profile Send private message
dleverton
Guru
Guru


Joined: 28 Aug 2006
Posts: 517

PostPosted: Tue Sep 26, 2006 6:18 pm    Post subject: Reply with quote

pa4wdh wrote:
The most annoying of this all is plucker ... which requires wxGTK-2.4 ... for which i have to mask audacity, the rest is just some experiments.

Are you sure? wxGTK is slotted, you should be able to have both 2.4 and 2.6 installed.
Back to top
View user's profile Send private message
runningwithscissors
Guru
Guru


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

PostPosted: Thu Sep 28, 2006 3:05 pm    Post subject: Reply with quote

I don't have too many packages in it, but I don't unmask piddly little packages like gnome and such.

This is what it contains
Code:

stduser@hostage ~ $ cat /etc/portage/package.keywords
=sys-kernel/vanilla-sources-2.6.17.7 ~amd64
net-firewall/iptables ~amd64
net-dns/resolvconf-gentoo ~amd64
app-portage/portage-utils ~amd64
sys-devel/binutils-config ~amd64
cross-i686-pc-linux-gnu/binutils x86 ~x86
cross-i686-pc-linux-gnu/gcc x86 ~x86
cross-i686-pc-linux-gnu/linux-headers x86 ~x86
cross-i686-pc-linux-gnu/glibc x86 ~x86
cross-i686-pc-linux-gnu/gdb x86 ~x86
=sys-kernel/git-sources-2.6.18_rc7-r4 ~amd64
=sys-libs/pam-0.78-r5 ~amd64

Back to top
View user's profile Send private message
OddFox
Apprentice
Apprentice


Joined: 28 Nov 2002
Posts: 270
Location: Spokane, WA

PostPosted: Fri Sep 29, 2006 3:58 am    Post subject: Reply with quote

Code:
gentz sources # cat /etc/portage/package.keywords | wc -l
6


Five of those are currently commented out since they're unneeded ever since I moved from compiz-quinnstorm to Beryl, outside of portage.

Code:
Portage 2.1.2_pre1-r2 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 x86_64)

_________________
Now the rainy season reminds me of Maria
The way she danced, the color of her hair
Now I'm locked inside a stall at the cantina
Eating the bananas and the cocaine off the mirror
Looking for a ticket to take me away from here
Back to top
View user's profile Send private message
mspiegle
Tux's lil' helper
Tux's lil' helper


Joined: 07 Apr 2004
Posts: 127

PostPosted: Fri Sep 29, 2006 6:01 pm    Post subject: Reply with quote

mspiegle@laptop ~ $ grep "#" /etc/portage/package.keywords | wc -l
5
mspiegle@laptop ~ $ grep "#" /etc/portage/package.unmask | wc -l
1
mspiegle@laptop ~ $ cat /etc/portage/package.keywords | wc -l
444
mspiegle@laptop ~ $ cat /etc/portage/package.unmask | wc -l
335

This is my laptop. It runs perfectly :)
Back to top
View user's profile Send private message
tylerwylie
Guru
Guru


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

PostPosted: Fri Sep 29, 2006 6:04 pm    Post subject: Reply with quote

See I don't know how people get that many in their list hehe.
Back to top
View user's profile Send private message
OddFox
Apprentice
Apprentice


Joined: 28 Nov 2002
Posts: 270
Location: Spokane, WA

PostPosted: Sat Sep 30, 2006 9:03 am    Post subject: Reply with quote

tylerwylie wrote:
See I don't know how people get that many in their list hehe.


Probably a lot of times it happens because people are reading a HOW-TO on something and don't bother considering that maybe some of the lines don't really apply to their situation. It's just easier to go step-by-step, since it shouldn't really cause any issues, other than a big keywords file.
_________________
Now the rainy season reminds me of Maria
The way she danced, the color of her hair
Now I'm locked inside a stall at the cantina
Eating the bananas and the cocaine off the mirror
Looking for a ticket to take me away from here
Back to top
View user's profile Send private message
artbody
Guru
Guru


Joined: 15 Sep 2006
Posts: 489
Location: LB

PostPosted: Sat Sep 30, 2006 10:47 pm    Post subject: Reply with quote

Code:
dev-db/mysql-administrator ~amd64
dev-db/mysql ~amd64

app-emulation/vmware-server ~amd64
x11-apps/xman ~amd64

mysq becourse i changed from mandrive to gentoo an mdv has mysql 5.xxx
to much changes in my applications to reenter in mysql 4.x

vmware only with ~amd64 avaiable

xman i'll never miss this little tool
_________________
Never give up
WM : E16 the true enlightenment
achim
Back to top
View user's profile Send private message
jonnevers
Veteran
Veteran


Joined: 02 Jan 2003
Posts: 1594
Location: Gentoo64 land

PostPosted: Mon Oct 02, 2006 2:04 pm    Post subject: Reply with quote

Code:
user hostname ~ $ wc -l /etc/portage/package.keywords
178 /etc/portage/package.keywords


amd64 (ARCH majority) in 64-bit.

gnome 2.16
xorg 7.1
nvidia beta drivers
compiz (also contains all packages for compiz-quinnstorm and more recently beryl)
beyond/nitro sources (emission too)


oh and FYI. you don't need the '~amd64' (or '~x86') token on every line. The package names inclusion in the file alone defaults portage to its ~ARCH branch. removing them makes the file much cleaner.
Back to top
View user's profile Send private message
l_bratch
Guru
Guru


Joined: 08 Feb 2005
Posts: 494
Location: Jersey

PostPosted: Mon Oct 02, 2006 2:23 pm    Post subject: Reply with quote

Quote:
x11-drivers/nvidia-drivers
x11-plugins/gaimosd
x11-plugins/gaim-xfire
x11-plugins/gaim-hotkeys ~x86
x11-wm/fluxbox
net-irc/xchatosd
net-im/skype
net-p2p/azureus

# Core Gentoo/Java Packages
dev-java/ant-core
dev-java/ant-tasks
dev-java/ant
dev-java/java-config
dev-java/java-config-wrapper
dev-java/javatoolkit
dev-java/sun-jce-bin
# JDKs
=dev-java/sun-jdk-1.4*
=dev-java/sun-jdk-1.5*
=dev-java/ibm-jdk-bin-1.4*
=dev-java/ibm-jdk-bin-1.5*
=dev-java/jrockit-jdk-bin-1.4*
=dev-java/jrockit-jdk-bin-1.5*
=dev-java/blackdown-jdk-1.4*
dev-java/kaffe
# JREs
=dev-java/sun-jre-bin-1.4*
=dev-java/sun-jre-bin-1.5*
=dev-java/ibm-jre-bin-1.4*
=dev-java/blackdown-jre-1.4*
# Virtuals
virtual/jdk
virtual/jre
# Compilers
dev-java/eclipse-ecj
dev-java/jikes
# Documentation
dev-java/java-sdk-docs
# Misc packages that have been updated to generation-2,
# where the generation-1 won't build and/or run properly
dev-java/lucene
# These have optional Java support, but need ~arch to function properly
# with generation-2
dev-util/subversion
sys-libs/db

dev-java/bcprov
dev-java/swt
net-www/mplayerplug-in
media-video/mplayer
media-video/vlc
net-im/amsn
net-www/nspluginwrapper
media-libs/win32codecs
dev-util/bless
media-video/mplayer-bin
app-emulation/emul-linux-x86-medialibs
media-video/nvidia-settings

app-emulation/wine
media-gfx/fontforge
games-fps/quake3
sci-misc/boinc
net-analyzer/nmap
games-fps/quake4-bin
games-misc/etswitch
app-cdr/cdemu

# start vnc-4.1 reqs (and/or xorg ~):
net-misc/vnc
x11-base/xorg-server
media-libs/mesa
x11-drivers/xf86-input-evdev
x11-drivers/xf86-input-mouse
x11-drivers/xf86-input-keyboard
x11-libs/libdrm
x11-proto/glproto
# end

net-analyzer/tcptrack
net-analyzer/ettercap
media-video/nvclock
media-gfx/gliv
media-sound/gnomad
media-libs/libnjb
games-fps/unreal-tournament-goty
games-fps/quakeforge x86

8O
Back to top
View user's profile Send private message
Fruitwoot
Tux's lil' helper
Tux's lil' helper


Joined: 22 Nov 2005
Posts: 93
Location: Canada

PostPosted: Thu Oct 05, 2006 12:32 am    Post subject: Reply with quote

Code:
cat /etc/portage/package.unmask | wc -l
1

_________________
Things Fall Apart, The Center Cannot Hold
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 4 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