* [gentoo-user] update to portage 2.2
@ 2009-02-25 16:29 Alejandro
2009-02-25 16:36 ` Volker Armin Hemmann
0 siblings, 1 reply; 20+ messages in thread
From: Alejandro @ 2009-02-25 16:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 200 bytes --]
Hi! I want to update portage to get new features, mostly sets for kde4.2.
I can't find docs about the correct procedure....
Any hints, link with info or something useful is much appreciated.
Cheers!
[-- Attachment #2: Type: text/html, Size: 220 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 16:29 [gentoo-user] update to portage 2.2 Alejandro
@ 2009-02-25 16:36 ` Volker Armin Hemmann
2009-02-25 17:42 ` Zhu Sha Zang
0 siblings, 1 reply; 20+ messages in thread
From: Volker Armin Hemmann @ 2009-02-25 16:36 UTC (permalink / raw
To: gentoo-user
On Mittwoch 25 Februar 2009, Alejandro wrote:
> Hi! I want to update portage to get new features, mostly sets for kde4.2.
> I can't find docs about the correct procedure....
> Any hints, link with info or something useful is much appreciated.
>
> Cheers!
unmask portage 2.2_-rc-something (like this >=sys-apps/portage-2.2_rc15) in
/etc/portage/package.unmask/portage or /etc/portage/package.unmask
emerge -u world
done
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 16:36 ` Volker Armin Hemmann
@ 2009-02-25 17:42 ` Zhu Sha Zang
2009-02-25 20:03 ` Neil Bothwick
0 siblings, 1 reply; 20+ messages in thread
From: Zhu Sha Zang @ 2009-02-25 17:42 UTC (permalink / raw
To: gentoo-user
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Volker Armin Hemmann escreveu:
> On Mittwoch 25 Februar 2009, Alejandro wrote:
>> Hi! I want to update portage to get new features, mostly sets for
>> kde4.2. I can't find docs about the correct procedure.... Any
>> hints, link with info or something useful is much appreciated.
>>
>> Cheers!
>
> unmask portage 2.2_-rc-something (like this
> >=sys-apps/portage-2.2_rc15) in
> /etc/portage/package.unmask/portage or /etc/portage/package.unmask
>
> emerge -u world
>
> done
>
>
>
Hint: EAPI 2 are aquired using portage-2.1.6.7 . portage-2.2... are
not stable yet.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkmlgvUACgkQ35zeJy7JhCgSbgCdFGI1atfdvfgM4tknMMiC5XOT
FgUAnRLNYqykNDLWM30kjNa+yoAv/sqx
=2XJN
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 17:42 ` Zhu Sha Zang
@ 2009-02-25 20:03 ` Neil Bothwick
2009-02-25 20:11 ` Momesso Andrea
0 siblings, 1 reply; 20+ messages in thread
From: Neil Bothwick @ 2009-02-25 20:03 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 370 bytes --]
On Wed, 25 Feb 2009 14:42:13 -0300, Zhu Sha Zang wrote:
> >> Hi! I want to update portage to get new features, mostly sets for
> >> kde4.2.
> Hint: EAPI 2 are aquired using portage-2.1.6.7 . portage-2.2... are
> not stable yet.
No, but they are stable, and required for sets as the OP wanted.
--
Neil Bothwick
Why is the word abbreviation so long?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 20:03 ` Neil Bothwick
@ 2009-02-25 20:11 ` Momesso Andrea
2009-02-25 20:24 ` Volker Armin Hemmann
2009-02-25 22:02 ` Neil Bothwick
0 siblings, 2 replies; 20+ messages in thread
From: Momesso Andrea @ 2009-02-25 20:11 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 697 bytes --]
On Wed, Feb 25, 2009 at 08:03:36PM +0000, Neil Bothwick wrote:
> On Wed, 25 Feb 2009 14:42:13 -0300, Zhu Sha Zang wrote:
>
> > >> Hi! I want to update portage to get new features, mostly sets for
> > >> kde4.2.
>
> > Hint: EAPI 2 are aquired using portage-2.1.6.7 . portage-2.2... are
> > not stable yet.
>
> No, but they are stable, and required for sets as the OP wanted.
>
>
> --
> Neil Bothwick
>
> Why is the word abbreviation so long?
Doesn't look really stable:
# Zac Medico <zmedico@gentoo.org> (05 Jan 2009)
# Portage 2.2 is masked due to known bugs in the
# package sets and preserve-libs features.
>=sys-apps/portage-2.2_pre
=======
TopperH
=======
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 20:11 ` Momesso Andrea
@ 2009-02-25 20:24 ` Volker Armin Hemmann
2009-02-25 22:13 ` Momesso Andrea
2009-02-25 22:02 ` Neil Bothwick
1 sibling, 1 reply; 20+ messages in thread
From: Volker Armin Hemmann @ 2009-02-25 20:24 UTC (permalink / raw
To: gentoo-user
On Mittwoch 25 Februar 2009, Momesso Andrea wrote:
> On Wed, Feb 25, 2009 at 08:03:36PM +0000, Neil Bothwick wrote:
> > On Wed, 25 Feb 2009 14:42:13 -0300, Zhu Sha Zang wrote:
> > > >> Hi! I want to update portage to get new features, mostly sets for
> > > >> kde4.2.
> > >
> > > Hint: EAPI 2 are aquired using portage-2.1.6.7 . portage-2.2... are
> > > not stable yet.
> >
> > No, but they are stable, and required for sets as the OP wanted.
> >
> >
> > --
> > Neil Bothwick
> >
> > Why is the word abbreviation so long?
>
> Doesn't look really stable:
>
> # Zac Medico <zmedico@gentoo.org> (05 Jan 2009)
> # Portage 2.2 is masked due to known bugs in the
> # package sets and preserve-libs features.
>
> >=sys-apps/portage-2.2_pre
as long as you don't use the preserved-libs feature (turn it off in make.conf)
you'll be fine.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 22:13 ` Momesso Andrea
@ 2009-02-25 21:29 ` Volker Armin Hemmann
0 siblings, 0 replies; 20+ messages in thread
From: Volker Armin Hemmann @ 2009-02-25 21:29 UTC (permalink / raw
To: gentoo-user
On Mittwoch 25 Februar 2009, Momesso Andrea wrote:
> On Wed, Feb 25, 2009 at 09:24:40PM +0100, Volker Armin Hemmann wrote:
> > On Mittwoch 25 Februar 2009, Momesso Andrea wrote:
> > > On Wed, Feb 25, 2009 at 08:03:36PM +0000, Neil Bothwick wrote:
> > > > On Wed, 25 Feb 2009 14:42:13 -0300, Zhu Sha Zang wrote:
> > > > > >> Hi! I want to update portage to get new features, mostly sets
> > > > > >> for kde4.2.
> > > > >
> > > > > Hint: EAPI 2 are aquired using portage-2.1.6.7 . portage-2.2... are
> > > > > not stable yet.
> > > >
> > > > No, but they are stable, and required for sets as the OP wanted.
> > > >
> > > >
> > > > --
> > > > Neil Bothwick
> > > >
> > > > Why is the word abbreviation so long?
> > >
> > > Doesn't look really stable:
> > >
> > > # Zac Medico <zmedico@gentoo.org> (05 Jan 2009)
> > > # Portage 2.2 is masked due to known bugs in the
> > > # package sets and preserve-libs features.
> > >
> > > >=sys-apps/portage-2.2_pre
> >
> > as long as you don't use the preserved-libs feature (turn it off in
> > make.conf) you'll be fine.
>
> And what about the sets bug? Is it safe to use sets?
so far I haven't hit any set bugs - and I am using them a lot.
http://bugs.gentoo.org/show_bug.cgi?id=259684
ok - I hit that one. But there is an easy workaround - editing the file by
hand.
you should look for portage bugs in the gentoo bugzilla and decide for
yourself.
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 20:11 ` Momesso Andrea
2009-02-25 20:24 ` Volker Armin Hemmann
@ 2009-02-25 22:02 ` Neil Bothwick
2009-02-26 12:41 ` Alejandro
1 sibling, 1 reply; 20+ messages in thread
From: Neil Bothwick @ 2009-02-25 22:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 688 bytes --]
On Wed, 25 Feb 2009 21:11:38 +0100, Momesso Andrea wrote:
> > No, but they are stable, and required for sets as the OP wanted.
> Doesn't look really stable:
>
> # Zac Medico <zmedico@gentoo.org> (05 Jan 2009)
> # Portage 2.2 is masked due to known bugs in the
> # package sets and preserve-libs features.
> >=sys-apps/portage-2.2_pre
That depends on the severity of the known bugs, and the likelihood of
meeting them. The only real bug I've had is that I had to emerge
@preserved-rebuild several times, after one update, before it would go
away. A waste of CPU cycles but hardly a stability threat.
--
Neil Bothwick
Top Oxymorons Number 12: Plastic glasses
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 20:24 ` Volker Armin Hemmann
@ 2009-02-25 22:13 ` Momesso Andrea
2009-02-25 21:29 ` Volker Armin Hemmann
0 siblings, 1 reply; 20+ messages in thread
From: Momesso Andrea @ 2009-02-25 22:13 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1067 bytes --]
On Wed, Feb 25, 2009 at 09:24:40PM +0100, Volker Armin Hemmann wrote:
> On Mittwoch 25 Februar 2009, Momesso Andrea wrote:
> > On Wed, Feb 25, 2009 at 08:03:36PM +0000, Neil Bothwick wrote:
> > > On Wed, 25 Feb 2009 14:42:13 -0300, Zhu Sha Zang wrote:
> > > > >> Hi! I want to update portage to get new features, mostly sets for
> > > > >> kde4.2.
> > > >
> > > > Hint: EAPI 2 are aquired using portage-2.1.6.7 . portage-2.2... are
> > > > not stable yet.
> > >
> > > No, but they are stable, and required for sets as the OP wanted.
> > >
> > >
> > > --
> > > Neil Bothwick
> > >
> > > Why is the word abbreviation so long?
> >
> > Doesn't look really stable:
> >
> > # Zac Medico <zmedico@gentoo.org> (05 Jan 2009)
> > # Portage 2.2 is masked due to known bugs in the
> > # package sets and preserve-libs features.
> >
> > >=sys-apps/portage-2.2_pre
>
> as long as you don't use the preserved-libs feature (turn it off in make.conf)
> you'll be fine.
And what about the sets bug? Is it safe to use sets?
=======
TopperH
=======
[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-25 22:02 ` Neil Bothwick
@ 2009-02-26 12:41 ` Alejandro
2009-02-26 13:37 ` Alan McKinnon
0 siblings, 1 reply; 20+ messages in thread
From: Alejandro @ 2009-02-26 12:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1123 bytes --]
2009/2/25 Neil Bothwick <neil@digimed.co.uk>
> On Wed, 25 Feb 2009 21:11:38 +0100, Momesso Andrea wrote:
>
> > > No, but they are stable, and required for sets as the OP wanted.
>
> > Doesn't look really stable:
> >
> > # Zac Medico <zmedico@gentoo.org> (05 Jan 2009)
> > # Portage 2.2 is masked due to known bugs in the
> > # package sets and preserve-libs features.
> > >=sys-apps/portage-2.2_pre
>
> That depends on the severity of the known bugs, and the likelihood of
> meeting them. The only real bug I've had is that I had to emerge
> @preserved-rebuild several times, after one update, before it would go
> away. A waste of CPU cycles but hardly a stability threat.
>
>
> --
> Neil Bothwick
>
> Top Oxymorons Number 12: Plastic glasses
>
I just upgraded to the latatest portage version rc23 or similar. Added the
set file linked in the KDE 4.x guide in /etc/portage/sets/kde. also unmasked
all the packes also linked in the same guide I see a set called kde, but
still i can't install kde because i get blocks and non-existant sets... so
better i will wait to instll kde and also use the new version of portage.
[-- Attachment #2: Type: text/html, Size: 1624 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 12:41 ` Alejandro
@ 2009-02-26 13:37 ` Alan McKinnon
2009-02-26 14:08 ` Alejandro
0 siblings, 1 reply; 20+ messages in thread
From: Alan McKinnon @ 2009-02-26 13:37 UTC (permalink / raw
To: gentoo-user
On Thursday 26 February 2009 14:41:22 Alejandro wrote:
> I just upgraded to the latatest portage version rc23 or similar. Added the
> set file linked in the KDE 4.x guide in /etc/portage/sets/kde. also
> unmasked all the packes also linked in the same guide I see a set called
> kde, but still i can't install kde because i get blocks and non-existant
> sets... so better i will wait to instll kde and also use the new version of
> portage.
You are doing something wrong, as that exact same config works here. Do you
have the kde-testing overlay installed? Did you emerge @kde-4.2 or emerge
@kde? The latter will give you you the latest unstable snapshots which may or
may not work. Use these links, etc:
alan@nazgul ~ $ ls -al /etc/portage/package.keywords/kde*
lrwxrwxrwx 1 root root 85 Feb 11 17:15 /etc/portage/package.keywords/kde-4.2 -
> /var/portage/local/layman/kde-
testing/Documentation/package.keywords/kde-4.2.keywords
alan@nazgul ~ $ ls -al /etc/portage/package.unmask/kde*
lrwxrwxrwx 1 root root 76 Feb 26 09:46 /etc/portage/package.unmask/kde-4.2 ->
/var/portage/local/layman/kde-testing/Documentation/package.unmask/kde-4.2.0
Then copy the set file from $PORTDIR/local/layman/kde-testing/sets/kde-4.2 to
/etc/portage/sets, then run
emerge -av @kde-4.2
If you don't have the overlay installed, I can send you then files as
attachments if you want.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 13:37 ` Alan McKinnon
@ 2009-02-26 14:08 ` Alejandro
2009-02-26 14:54 ` Alan McKinnon
0 siblings, 1 reply; 20+ messages in thread
From: Alejandro @ 2009-02-26 14:08 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1654 bytes --]
2009/2/26 Alan McKinnon <alan.mckinnon@gmail.com>
> On Thursday 26 February 2009 14:41:22 Alejandro wrote:
>
> > I just upgraded to the latatest portage version rc23 or similar. Added
> the
> > set file linked in the KDE 4.x guide in /etc/portage/sets/kde. also
> > unmasked all the packes also linked in the same guide I see a set called
> > kde, but still i can't install kde because i get blocks and non-existant
> > sets... so better i will wait to instll kde and also use the new version
> of
> > portage.
>
> You are doing something wrong, as that exact same config works here. Do you
> have the kde-testing overlay installed? Did you emerge @kde-4.2 or emerge
> @kde? The latter will give you you the latest unstable snapshots which may
> or
> may not work. Use these links, etc:
>
> alan@nazgul ~ $ ls -al /etc/portage/package.keywords/kde*
> lrwxrwxrwx 1 root root 85 Feb 11 17:15
> /etc/portage/package.keywords/kde-4.2 -
> > /var/portage/local/layman/kde-
> testing/Documentation/package.keywords/kde-4.2.keywords
> alan@nazgul ~ $ ls -al /etc/portage/package.unmask/kde*
> lrwxrwxrwx 1 root root 76 Feb 26 09:46 /etc/portage/package.unmask/kde-4.2
> ->
>
> /var/portage/local/layman/kde-testing/Documentation/package.unmask/kde-4.2.0
>
> Then copy the set file from $PORTDIR/local/layman/kde-testing/sets/kde-4.2
> to
> /etc/portage/sets, then run
>
> emerge -av @kde-4.2
>
> If you don't have the overlay installed, I can send you then files as
> attachments if you want.
>
>
> --
> alan dot mckinnon at gmail dot com
>
Thanks Alan, please send me the file i am not using the kde-overlay. I will
try again tonight. Many thanks!
Cheers!.
[-- Attachment #2: Type: text/html, Size: 2095 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 14:08 ` Alejandro
@ 2009-02-26 14:54 ` Alan McKinnon
2009-02-26 15:32 ` Neil Bothwick
0 siblings, 1 reply; 20+ messages in thread
From: Alan McKinnon @ 2009-02-26 14:54 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2060 bytes --]
On Thursday 26 February 2009 16:08:40 Alejandro wrote:
> 2009/2/26 Alan McKinnon <alan.mckinnon@gmail.com>
>
> > On Thursday 26 February 2009 14:41:22 Alejandro wrote:
> > > I just upgraded to the latatest portage version rc23 or similar. Added
> >
> > the
> >
> > > set file linked in the KDE 4.x guide in /etc/portage/sets/kde. also
> > > unmasked all the packes also linked in the same guide I see a set
> > > called kde, but still i can't install kde because i get blocks and
> > > non-existant sets... so better i will wait to instll kde and also use
> > > the new version
> >
> > of
> >
> > > portage.
> >
> > You are doing something wrong, as that exact same config works here. Do
> > you have the kde-testing overlay installed? Did you emerge @kde-4.2 or
> > emerge @kde? The latter will give you you the latest unstable snapshots
> > which may or
> > may not work. Use these links, etc:
> >
> > alan@nazgul ~ $ ls -al /etc/portage/package.keywords/kde*
> > lrwxrwxrwx 1 root root 85 Feb 11 17:15
> > /etc/portage/package.keywords/kde-4.2 -
> >
> > > /var/portage/local/layman/kde-
> >
> > testing/Documentation/package.keywords/kde-4.2.keywords
> > alan@nazgul ~ $ ls -al /etc/portage/package.unmask/kde*
> > lrwxrwxrwx 1 root root 76 Feb 26 09:46
> > /etc/portage/package.unmask/kde-4.2 ->
> >
> > /var/portage/local/layman/kde-testing/Documentation/package.unmask/kde-4.
> >2.0
> >
> > Then copy the set file from
> > $PORTDIR/local/layman/kde-testing/sets/kde-4.2 to
> > /etc/portage/sets, then run
> >
> > emerge -av @kde-4.2
> >
> > If you don't have the overlay installed, I can send you then files as
> > attachments if you want.
> >
> >
> > --
> > alan dot mckinnon at gmail dot com
>
> Thanks Alan, please send me the file i am not using the kde-overlay. I will
> try again tonight. Many thanks!
>
> Cheers!.
kde-4.2 set file. Copy to /etc/portage/sets/
kde-4.2.keywords keywords. Copy to /etc/portage/package.keywords/
kde-4.2.0 unmask. I don't think you need this.
It's here just in case.
--
alan dot mckinnon at gmail dot com
[-- Attachment #2: kde-4.2 --]
[-- Type: text/plain, Size: 406 bytes --]
# We don't include kdesdk on the global set
kde-base/kdelibs:4.2
kde-base/kdepimlibs:4.2
kde-base/kate:4.2
kde-base/kdeplasma-addons:4.2
kde-base/kde-l10n:4.2
@kdeaccessibility-4.2
@kdeadmin-4.2
@kdeartwork-4.2
@kdebase-4.2
@kdeedu-4.2
@kdegames-4.2
@kdegraphics-4.2
@kdemultimedia-4.2
@kdenetwork-4.2
@kdepim-4.2
@kdetoys-4.2
@kdeutils-4.2
#for developers
#@kdebindings-4.2
#@kdesdk-4.2
#@kdewebdev-4.2
[-- Attachment #3: kde-4.2.keywords --]
[-- Type: text/plain, Size: 6064 bytes --]
>=kde-base/qimageblitz-0.0.4
app-misc/strigi
app-office/akonadi-server
dev-cpp/eigen:2
dev-libs/soprano
kde-base/akonadi:4.2
kde-base/akregator:4.2
kde-base/amor:4.2
kde-base/ark:4.2
kde-base/automoc
kde-base/blinken:4.2
kde-base/bomber:4.2
kde-base/bovo:4.2
kde-base/cervisia:4.2
kde-base/dolphin:4.2
kde-base/dragonplayer:4.2
kde-base/drkonqi:4.2
kde-base/gwenview:4.2
kde-base/juk:4.2
kde-base/kaddressbook:4.2
kde-base/kalarm:4.2
kde-base/kalgebra:4.2
kde-base/kalzium:4.2
kde-base/kamera:4.2
kde-base/kanagram:4.2
kde-base/kapman:4.2
kde-base/kappfinder:4.2
kde-base/kapptemplate:4.2
kde-base/kate:4.2
kde-base/katomic:4.2
kde-base/kbattleship:4.2
kde-base/kblackbox:4.2
kde-base/kblocks:4.2
kde-base/kbounce:4.2
kde-base/kbreakout:4.2
kde-base/kbruch:4.2
kde-base/kbugbuster:4.2
kde-base/kcachegrind:4.2
kde-base/kcalc:4.2
kde-base/kcharselect:4.2
kde-base/kcheckpass:4.2
kde-base/kcminit:4.2
kde-base/kcmshell:4.2
kde-base/kcolorchooser:4.2
kde-base/kcontrol:4.2
kde-base/kcron:4.2
kde-base/kdeaccessibility-colorschemes:4.2
kde-base/kdeaccessibility-iconthemes:4.2
kde-base/kdeaccounts-plugin:4.2
kde-base/kdeartwork-colorschemes:4.2
kde-base/kdeartwork-desktopthemes:4.2
kde-base/kdeartwork-emoticons:4.2
kde-base/kdeartwork-iconthemes:4.2
kde-base/kdeartwork-iconthemes:4.2
kde-base/kdeartwork-kscreensaver:4.2
kde-base/kdeartwork-sounds:4.2
kde-base/kdeartwork-styles:4.2
kde-base/kdeartwork-wallpapers:4.2
kde-base/kdebase-cursors:4.2
kde-base/kdebase-data:4.2
kde-base/kdebase-desktoptheme:4.2
kde-base/kdebase-kioslaves:4.2
kde-base/kdebase-startkde:4.2
kde-base/kdebugdialog:4.2
kde-base/kdedglobalaccel:4.2
kde-base/kdegraphics-strigi-analyzer:4.2
kde-base/kde-l10n:4.2
kde-base/kdelibs:4.2
kde-base/kdemaildir:4.2
kde-base/kde-menu:4.2
kde-base/kde-menu-icons:4.2
kde-base/kdemultimedia-kioslaves:4.2
kde-base/kdenetwork-filesharing:4.2
kde-base/kdepasswd:4.2
kde-base/kdepim-icons:4.2
kde-base/kdepim-kresources:4.2
kde-base/kdepimlibs:4.2
kde-base/kdepim-strigi-analyzer:4.2
kde-base/kdepim-wizards:4.2
kde-base/kdeplasma-addons:4.2
kde-base/kdesdk-kioslaves:4.2
kde-base/kdesdk-misc:4.2
kde-base/kdesdk-scripts:4.2
kde-base/kdesdk-strigi-analyzer:4.2
kde-base/kdessh:4.2
kde-base/kdesu:4.2
kde-base/kde-wallpapers:4.2
kde-base/kdf:4.2
kde-base/kdialog:4.2
kde-base/kdiamond:4.2
kde-base/kdm:4.2
kde-base/kdnssd:4.2
kde-base/kdnssd:4.2
kde-base/keditbookmarks:4.2
kde-base/kephal:4.2
kde-base/kfile:4.2
kde-base/kfilereplace:4.2
kde-base/kfind:4.2
kde-base/kfloppy:4.2
kde-base/kfourinline:4.2
kde-base/kgamma:4.2
kde-base/kgeography:4.2
kde-base/kget:4.2
kde-base/kgoldrunner:4.2
kde-base/kgpg:4.2
kde-base/khangman:4.2
kde-base/khelpcenter:4.2
kde-base/khotkeys:4.2
kde-base/kiconfinder:4.2
kde-base/kig:4.2
kde-base/killbots:4.2
kde-base/kimagemapeditor:4.2
kde-base/kinfocenter:4.2
kde-base/kioclient:4.2
kde-base/kiriki:4.2
kde-base/kiten:4.2
kde-base/kjots:4.2
kde-base/kjumpingcube:4.2
kde-base/kleopatra:4.2
kde-base/klettres:4.2
kde-base/klines:4.2
kde-base/klinkstatus:4.2
kde-base/klipper:4.2
kde-base/kmag:4.2
kde-base/kmahjongg:4.2
kde-base/kmail:4.2
kde-base/kmailcvt:4.2
kde-base/kmenuedit:4.2
kde-base/kmimetypefinder:4.2
kde-base/kmines:4.2
kde-base/kmix:4.2
kde-base/kmousetool:4.2
kde-base/kmouth:4.2
kde-base/kmplot:4.2
kde-base/knetattach:4.2
kde-base/knetwalk:4.2
kde-base/knetworkconf:4.2
kde-base/knewstuff:4.2
kde-base/knode:4.2
kde-base/knotes:4.2
kde-base/knotify:4.2
kde-base/kode:4.2
kde-base/kolf:4.2
kde-base/kollision:4.2
kde-base/kolourpaint:4.2
kde-base/kommander:4.2
kde-base/kompare:4.2
kde-base/konqueror:4.2
kde-base/konquest:4.2
kde-base/konsole:4.2
kde-base/kontact:4.2
kde-base/kontactinterfaces:4.2
kde-base/kontact-specialdates:4.2
kde-base/kopete:4.2
kde-base/korganizer:4.2
kde-base/kpasswdserver:4.2
kde-base/kpat:4.2
kde-base/kppp:4.2
kde-base/kquitapp:4.2
kde-base/krdc:4.2
kde-base/kreadconfig:4.2
kde-base/kreversi:4.2
kde-base/krfb:4.2
kde-base/krosspython:4.2
kde-base/krossruby:4.2
kde-base/kruler:4.2
kde-base/krunner:4.2
kde-base/ksame:4.2
kde-base/ksaneplugin:4.2
kde-base/kscd:4.2
kde-base/kscreensaver:4.2
kde-base/kshisen:4.2
kde-base/ksirk:4.2
kde-base/ksmserver:4.2
kde-base/ksnapshot:4.2
kde-base/kspaceduel:4.2
kde-base/ksplash:4.2
kde-base/ksquares:4.2
kde-base/kstars:4.2
kde-base/kstart:4.2
kde-base/kstartperf:4.2
kde-base/kstartupconfig:4.2
kde-base/kstyles:4.2
kde-base/ksudoku:4.2
kde-base/ksudoku:4.2
kde-base/ksysguard:4.2
kde-base/ksystemlog:4.2
kde-base/ksystraycmd:4.2
kde-base/kteatime:4.2
kde-base/ktimer:4.2
kde-base/ktimetracker:4.2
kde-base/ktimezoned:4.2
kde-base/ktouch:4.2
kde-base/ktraderclient:4.2
kde-base/kttsd:4.2
kde-base/ktuberling:4.2
kde-base/kturtle:4.2
kde-base/ktux:4.2
kde-base/kubrick:4.2
kde-base/kuiserver:4.2
kde-base/kuiviewer:4.2
kde-base/kurifilter-plugins:4.2
kde-base/kuser:4.2
kde-base/kwallet:4.2
kde-base/kwalletd:4.2
kde-base/kweather:4.2
kde-base/kwin:4.2
kde-base/kwordquiz:4.2
kde-base/kwrite:4.2
kde-base/kwrited:4.2
kde-base/kxsldbg:4.2
kde-base/libkcddb:4.2
kde-base/libkcompactdisc:4.2
kde-base/libkdcraw:4.2
kde-base/libkdeedu:4.2
kde-base/libkdegames:4.2
kde-base/libkdepim:4.2
kde-base/libkexiv2:4.2
kde-base/libkholidays:4.2
kde-base/libkipi:4.2
kde-base/libkleo:4.2
kde-base/libkmahjongg:4.2
kde-base/libkonq:4.2
kde-base/libkpgp:4.2
kde-base/libksane:4.2
kde-base/libksieve:4.2
kde-base/libkworkspace:4.2
kde-base/libplasmaclock:4.2
kde-base/libtaskmanager:4.2
kde-base/lilo-config:4.2
kde-base/lokalize:4.2
kde-base/lskat:4.2
kde-base/marble:4.2
kde-base/mimelib:4.2
kde-base/nepomuk:4.2
kde-base/nsplugins:4.2
kde-base/okteta:4.2
kde-base/okular:4.2
kde-base/parley:4.2
kde-base/phonon-kde:4.2
kde-base/plasma-apps:4.2
kde-base/plasma-workspace:4.2
kde-base/powerdevil:4.2
kde-base/printer-applet:4.2
kde-base/pykde4:4.2
kde-base/renamedlg-plugins:4.2
kde-base/solid:4.2
kde-base/solid-hardware:4.2
kde-base/soliduiserver:4.2
kde-base/step:4.2
kde-base/superkaramba:4.2
kde-base/svgpart:4.2
kde-base/sweeper:4.2
kde-base/system-config-printer-kde:4.2
kde-base/systemsettings:4.2
kde-base/umbrello:4.2
media-sound/phonon
[-- Attachment #4: kde-4.2.0 --]
[-- Type: text/plain, Size: 7041 bytes --]
~kde-base/akonadi-4.2.0
~kde-base/akregator-4.2.0
~kde-base/amor-4.2.0
~kde-base/ark-4.2.0
~kde-base/blinken-4.2.0
~kde-base/bomber-4.2.0
~kde-base/bovo-4.2.0
~kde-base/cervisia-4.2.0
~kde-base/dolphin-4.2.0
~kde-base/dragonplayer-4.2.0
~kde-base/drkonqi-4.2.0
~kde-base/gwenview-4.2.0
~kde-base/juk-4.2.0
~kde-base/kaddressbook-4.2.0
~kde-base/kalarm-4.2.0
~kde-base/kalgebra-4.2.0
~kde-base/kalzium-4.2.0
~kde-base/kamera-4.2.0
~kde-base/kanagram-4.2.0
~kde-base/kapman-4.2.0
~kde-base/kappfinder-4.2.0
~kde-base/kapptemplate-4.2.0
~kde-base/kate-4.2.0
~kde-base/katomic-4.2.0
~kde-base/kbattleship-4.2.0
~kde-base/kblackbox-4.2.0
~kde-base/kblocks-4.2.0
~kde-base/kbounce-4.2.0
~kde-base/kbreakout-4.2.0
~kde-base/kbruch-4.2.0
~kde-base/kbugbuster-4.2.0
~kde-base/kcachegrind-4.2.0
~kde-base/kcalc-4.2.0
~kde-base/kcharselect-4.2.0
~kde-base/kcheckpass-4.2.0
~kde-base/kcminit-4.2.0
~kde-base/kcmshell-4.2.0
~kde-base/kcolorchooser-4.2.0
~kde-base/kcontrol-4.2.0
~kde-base/kcron-4.2.0
~kde-base/kdeaccessibility-colorschemes-4.2.0
~kde-base/kdeaccessibility-iconthemes-4.2.0
~kde-base/kdeaccessibility-meta-4.2.0
~kde-base/kdeaccounts-plugin-4.2.0
~kde-base/kdeadmin-meta-4.2.0
~kde-base/kdeartwork-colorschemes-4.2.0
~kde-base/kdeartwork-desktopthemes-4.2.0
~kde-base/kdeartwork-emoticons-4.2.0
~kde-base/kdeartwork-iconthemes-4.2.0
~kde-base/kdeartwork-kscreensaver-4.2.0
~kde-base/kdeartwork-meta-4.2.0
~kde-base/kdeartwork-sounds-4.2.0
~kde-base/kdeartwork-styles-4.2.0
~kde-base/kdeartwork-wallpapers-4.2.0
~kde-base/kdebase-cursors-4.2.0
~kde-base/kdebase-data-4.2.0
~kde-base/kdebase-desktoptheme-4.2.0
~kde-base/kdebase-kioslaves-4.2.0
~kde-base/kdebase-meta-4.2.0
~kde-base/kdebase-startkde-4.2.0
~kde-base/kdebugdialog-4.2.0
~kde-base/kdedglobalaccel-4.2.0
~kde-base/kdeedu-meta-4.2.0
~kde-base/kdegames-meta-4.2.0
~kde-base/kdegraphics-meta-4.2.0
~kde-base/kdegraphics-strigi-analyzer-4.2.0
~kde-base/kde-l10n-4.2.0
~kde-base/kde-meta-4.2.0
~kde-base/kdelibs-4.2.0
~kde-base/kdemaildir-4.2.0
~kde-base/kdenetwork-meta-4.2.0
~kde-base/kde-menu-icons-4.2.0
~kde-base/kde-menu-4.2.0
~kde-base/kdemultimedia-kioslaves-4.2.0
~kde-base/kdemultimedia-meta-4.2.0
~kde-base/kdenetwork-filesharing-4.2.0
~kde-base/kdepasswd-4.2.0
~kde-base/kdepim-icons-4.2.0
~kde-base/kdepim-kresources-4.2.0
~kde-base/kdepim-meta-4.2.0
~kde-base/kdepimlibs-4.2.0
~kde-base/kdepim-strigi-analyzer-4.2.0
~kde-base/kdepim-wizards-4.2.0
~kde-base/kdeplasma-addons-4.2.0
~kde-base/kdesdk-kioslaves-4.2.0
~kde-base/kdesdk-meta-4.2.0
~kde-base/kdesdk-misc-4.2.0
~kde-base/kdesdk-scripts-4.2.0
~kde-base/kdesdk-strigi-analyzer-4.2.0
~kde-base/kdessh-4.2.0
~kde-base/kdesu-4.2.0
~kde-base/kdetoys-meta-4.2.0
~kde-base/kdeutils-meta-4.2.0
~kde-base/kde-wallpapers-4.2.0
~kde-base/kdf-4.2.0
~kde-base/kdialog-4.2.0
~kde-base/kdiamond-4.2.0
~kde-base/kdm-4.2.0
~kde-base/kdnssd-4.2.0
~kde-base/keditbookmarks-4.2.0
~kde-base/kephal-4.2.0
~kde-base/kfile-4.2.0
~kde-base/kfilereplace-4.2.0
~kde-base/kfind-4.2.0
~kde-base/kfloppy-4.2.0
~kde-base/kfourinline-4.2.0
~kde-base/kgamma-4.2.0
~kde-base/kgeography-4.2.0
~kde-base/kget-4.2.0
~kde-base/kgoldrunner-4.2.0
~kde-base/kgpg-4.2.0
~kde-base/khangman-4.2.0
~kde-base/khelpcenter-4.2.0
~kde-base/khotkeys-4.2.0
~kde-base/kiconfinder-4.2.0
~kde-base/kig-4.2.0
~kde-base/killbots-4.2.0
~kde-base/kimagemapeditor-4.2.0
~kde-base/kinfocenter-4.2.0
~kde-base/kioclient-4.2.0
~kde-base/kiriki-4.2.0
~kde-base/kiten-4.2.0
~kde-base/kjots-4.2.0
~kde-base/kjumpingcube-4.2.0
~kde-base/kleopatra-4.2.0
~kde-base/klettres-4.2.0
~kde-base/klines-4.2.0
~kde-base/klinkstatus-4.2.0
~kde-base/klipper-4.2.0
~kde-base/kmag-4.2.0
~kde-base/kmahjongg-4.2.0
~kde-base/kmailcvt-4.2.0
~kde-base/kmail-4.2.0
~kde-base/kmenuedit-4.2.0
~kde-base/kmimetypefinder-4.2.0
~kde-base/kmines-4.2.0
~kde-base/kmix-4.2.0
~kde-base/kmousetool-4.2.0
~kde-base/kmouth-4.2.0
~kde-base/kmplot-4.2.0
~kde-base/knetattach-4.2.0
~kde-base/knetwalk-4.2.0
~kde-base/knetworkconf-4.2.0
~kde-base/knewstuff-4.2.0
~kde-base/knode-4.2.0
~kde-base/knotes-4.2.0
~kde-base/knotify-4.2.0
~kde-base/kode-4.2.0
~kde-base/kolf-4.2.0
~kde-base/kollision-4.2.0
~kde-base/kolourpaint-4.2.0
~kde-base/kommander-4.2.0
~kde-base/kompare-4.2.0
~kde-base/konqueror-4.2.0
~kde-base/konquest-4.2.0
~kde-base/konsole-4.2.0
~kde-base/kontactinterfaces-4.2.0
~kde-base/kontact-4.2.0
~kde-base/kontact-specialdates-4.2.0
~kde-base/kopete-4.2.0
~kde-base/korganizer-4.2.0
~kde-base/kpasswdserver-4.2.0
~kde-base/kpat-4.2.0
~kde-base/kppp-4.2.0
~kde-base/kquitapp-4.2.0
~kde-base/krdc-4.2.0
~kde-base/kreadconfig-4.2.0
~kde-base/kreversi-4.2.0
~kde-base/krfb-4.2.0
~kde-base/krosspython-4.2.0
~kde-base/krossruby-4.2.0
~kde-base/kruler-4.2.0
~kde-base/krunner-4.2.0
~kde-base/ksame-4.2.0
~kde-base/ksaneplugin-4.2.0
~kde-base/kscd-4.2.0
~kde-base/kscreensaver-4.2.0
~kde-base/kshisen-4.2.0
~kde-base/ksirk-4.2.0
~kde-base/ksmserver-4.2.0
~kde-base/ksnapshot-4.2.0
~kde-base/kspaceduel-4.2.0
~kde-base/ksplash-4.2.0
~kde-base/ksquares-4.2.0
~kde-base/kstars-4.2.0
~kde-base/kstart-4.2.0
~kde-base/kstartperf-4.2.0
~kde-base/kstartupconfig-4.2.0
~kde-base/kstyles-4.2.0
~kde-base/ksudoku-4.2.0
~kde-base/ksysguard-4.2.0
~kde-base/ksystemlog-4.2.0
~kde-base/ksystraycmd-4.2.0
~kde-base/kteatime-4.2.0
~kde-base/ktimer-4.2.0
~kde-base/ktimetracker-4.2.0
~kde-base/ktimezoned-4.2.0
~kde-base/ktouch-4.2.0
~kde-base/ktraderclient-4.2.0
~kde-base/kttsd-4.2.0
~kde-base/ktuberling-4.2.0
~kde-base/kturtle-4.2.0
~kde-base/ktux-4.2.0
~kde-base/kubrick-4.2.0
~kde-base/kuiserver-4.2.0
~kde-base/kuiviewer-4.2.0
~kde-base/kurifilter-plugins-4.2.0
~kde-base/kuser-4.2.0
~kde-base/kwalletd-4.2.0
~kde-base/kwallet-4.2.0
~kde-base/kweather-4.2.0
~kde-base/kwin-4.2.0
~kde-base/kwordquiz-4.2.0
~kde-base/kwrited-4.2.0
~kde-base/kwrite-4.2.0
~kde-base/kxsldbg-4.2.0
~kde-base/libkcddb-4.2.0
~kde-base/libkcompactdisc-4.2.0
~kde-base/libkdcraw-4.2.0
~kde-base/libkdeedu-4.2.0
~kde-base/libkdegames-4.2.0
~kde-base/libkdepim-4.2.0
~kde-base/libkexiv2-4.2.0
~kde-base/libkholidays-4.2.0
~kde-base/libkipi-4.2.0
~kde-base/libkleo-4.2.0
~kde-base/libkmahjongg-4.2.0
~kde-base/libkonq-4.2.0
~kde-base/libkpgp-4.2.0
~kde-base/libksane-4.2.0
~kde-base/libksieve-4.2.0
~kde-base/libkworkspace-4.2.0
~kde-base/libplasmaclock-4.2.0
~kde-base/libtaskmanager-4.2.0
~kde-base/lilo-config-4.2.0
~kde-base/lokalize-4.2.0
~kde-base/lskat-4.2.0
~kde-base/marble-4.2.0
~kde-base/mimelib-4.2.0
~kde-base/nepomuk-4.2.0
~kde-base/nsplugins-4.2.0
~kde-base/okteta-4.2.0
~kde-base/okular-4.2.0
~kde-base/parley-4.2.0
~kde-base/phonon-kde-4.2.0
~kde-base/plasma-apps-4.2.0
~kde-base/plasma-workspace-4.2.0
~kde-base/powerdevil-4.2.0
~kde-base/printer-applet-4.2.0
~kde-base/pykde4-4.2.0
~kde-base/renamedlg-plugins-4.2.0
~kde-base/solid-hardware-4.2.0
~kde-base/solid-4.2.0
~kde-base/soliduiserver-4.2.0
~kde-base/step-4.2.0
~kde-base/superkaramba-4.2.0
~kde-base/svgpart-4.2.0
~kde-base/sweeper-4.2.0
~kde-base/system-config-printer-kde-4.2.0
~kde-base/systemsettings-4.2.0
~kde-base/umbrello-4.2.0
~media-sound/phonon-4.3.0
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 14:54 ` Alan McKinnon
@ 2009-02-26 15:32 ` Neil Bothwick
2009-02-26 15:37 ` Alan McKinnon
2009-02-26 16:06 ` Mike Kazantsev
0 siblings, 2 replies; 20+ messages in thread
From: Neil Bothwick @ 2009-02-26 15:32 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 411 bytes --]
On Thu, 26 Feb 2009 16:54:13 +0200, Alan McKinnon wrote:
> kde-4.2 set file. Copy to /etc/portage/sets/
> kde-4.2.keywords keywords. Copy to /etc/portage/package.keywords/
> kde-4.2.0 unmask. I don't think you need this.
> It's here just in case.
This time you /did/ send them to the list :P
--
Neil Bothwick
Never get into fights with ugly people because they have nothing to lose.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 15:32 ` Neil Bothwick
@ 2009-02-26 15:37 ` Alan McKinnon
2009-02-26 15:56 ` Neil Bothwick
2009-02-26 16:38 ` Dale
2009-02-26 16:06 ` Mike Kazantsev
1 sibling, 2 replies; 20+ messages in thread
From: Alan McKinnon @ 2009-02-26 15:37 UTC (permalink / raw
To: gentoo-user
On Thursday 26 February 2009 17:32:07 Neil Bothwick wrote:
> On Thu, 26 Feb 2009 16:54:13 +0200, Alan McKinnon wrote:
> > kde-4.2 set file. Copy to /etc/portage/sets/
> > kde-4.2.keywords keywords. Copy to /etc/portage/package.keywords/
> > kde-4.2.0 unmask. I don't think you need this.
> > It's here just in case.
>
> This time you /did/ send them to the list :P
<sigh> yeah, tell me about it :-) I saw it as my pinky reached for Ctrl-Enter.
By then it was too late - inertia rules. There must be something in my day
that I can blame it on...
Oh yes!! I know! I let the Solaris box hosting the cisco auth server run out
of disk space. It then removed all the users, courtesy of yours truly's
crontab. D'you think that's a valid excuse for being dopey in the head?
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 15:37 ` Alan McKinnon
@ 2009-02-26 15:56 ` Neil Bothwick
2009-02-26 16:38 ` Dale
1 sibling, 0 replies; 20+ messages in thread
From: Neil Bothwick @ 2009-02-26 15:56 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 445 bytes --]
On Thu, 26 Feb 2009 17:37:53 +0200, Alan McKinnon wrote:
> Oh yes!! I know! I let the Solaris box hosting the cisco auth server
> run out of disk space. It then removed all the users, courtesy of yours
> truly's crontab. D'you think that's a valid excuse for being dopey in
> the head?
I'd say it's more a consequence than an excuse :P
--
Neil Bothwick
Life is a sexually transmitted disease and the mortality rate is 100%.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 15:32 ` Neil Bothwick
2009-02-26 15:37 ` Alan McKinnon
@ 2009-02-26 16:06 ` Mike Kazantsev
1 sibling, 0 replies; 20+ messages in thread
From: Mike Kazantsev @ 2009-02-26 16:06 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 543 bytes --]
On Thu, 26 Feb 2009 15:32:07 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:
> On Thu, 26 Feb 2009 16:54:13 +0200, Alan McKinnon wrote:
>
> > kde-4.2 set file. Copy to /etc/portage/sets/
> > kde-4.2.keywords keywords. Copy to /etc/portage/package.keywords/
> > kde-4.2.0 unmask. I don't think you need this.
> > It's here just in case.
>
> This time you /did/ send them to the list :P
Why not just "git clone git://git.overlays.gentoo.org/proj/kde.git --
sets profiles", anyway?
--
Mike Kazantsev // fraggod.net
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 15:37 ` Alan McKinnon
2009-02-26 15:56 ` Neil Bothwick
@ 2009-02-26 16:38 ` Dale
2009-02-26 22:01 ` Alejandro
1 sibling, 1 reply; 20+ messages in thread
From: Dale @ 2009-02-26 16:38 UTC (permalink / raw
To: gentoo-user
Alan McKinnon wrote:
> On Thursday 26 February 2009 17:32:07 Neil Bothwick wrote:
>
>> On Thu, 26 Feb 2009 16:54:13 +0200, Alan McKinnon wrote:
>>
>>> kde-4.2 set file. Copy to /etc/portage/sets/
>>> kde-4.2.keywords keywords. Copy to /etc/portage/package.keywords/
>>> kde-4.2.0 unmask. I don't think you need this.
>>> It's here just in case.
>>>
>> This time you /did/ send them to the list :P
>>
>
> <sigh> yeah, tell me about it :-) I saw it as my pinky reached for Ctrl-Enter.
> By then it was too late - inertia rules. There must be something in my day
> that I can blame it on...
>
> Oh yes!! I know! I let the Solaris box hosting the cisco auth server run out
> of disk space. It then removed all the users, courtesy of yours truly's
> crontab. D'you think that's a valid excuse for being dopey in the head?
>
>
>
>
Well, I'm glad you did myself. May use this later on. ;-)
Dale
:-) :-)
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 16:38 ` Dale
@ 2009-02-26 22:01 ` Alejandro
2009-02-26 22:11 ` Volker Armin Hemmann
0 siblings, 1 reply; 20+ messages in thread
From: Alejandro @ 2009-02-26 22:01 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1202 bytes --]
2009/2/26 Dale <rdalek1967@gmail.com>
> Alan McKinnon wrote:
> > On Thursday 26 February 2009 17:32:07 Neil Bothwick wrote:
> >
> >> On Thu, 26 Feb 2009 16:54:13 +0200, Alan McKinnon wrote:
> >>
> >>> kde-4.2 set file. Copy to /etc/portage/sets/
> >>> kde-4.2.keywords keywords. Copy to /etc/portage/package.keywords/
> >>> kde-4.2.0 unmask. I don't think you need this.
> >>> It's here just in case.
> >>>
> >> This time you /did/ send them to the list :P
> >>
> >
> > <sigh> yeah, tell me about it :-) I saw it as my pinky reached for
> Ctrl-Enter.
> > By then it was too late - inertia rules. There must be something in my
> day
> > that I can blame it on...
> >
> > Oh yes!! I know! I let the Solaris box hosting the cisco auth server run
> out
> > of disk space. It then removed all the users, courtesy of yours truly's
> > crontab. D'you think that's a valid excuse for being dopey in the head?
> >
> >
> >
> >
>
>
> Well, I'm glad you did myself. May use this later on. ;-)
>
> Dale
>
> :-) :-)
>
>
well, i get
emerge -av @kde-4.2
emerge: the given set 'kde-4.2' contains a non-existent set named
'kdebase-4.2
any help, please?
[-- Attachment #2: Type: text/html, Size: 1802 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-user] update to portage 2.2
2009-02-26 22:01 ` Alejandro
@ 2009-02-26 22:11 ` Volker Armin Hemmann
0 siblings, 0 replies; 20+ messages in thread
From: Volker Armin Hemmann @ 2009-02-26 22:11 UTC (permalink / raw
To: gentoo-user
On Donnerstag 26 Februar 2009, Alejandro wrote:
> 2009/2/26 Dale <rdalek1967@gmail.com>
>
> > Alan McKinnon wrote:
> > > On Thursday 26 February 2009 17:32:07 Neil Bothwick wrote:
> > >> On Thu, 26 Feb 2009 16:54:13 +0200, Alan McKinnon wrote:
> > >>> kde-4.2 set file. Copy to /etc/portage/sets/
> > >>> kde-4.2.keywords keywords. Copy to /etc/portage/package.keywords/
> > >>> kde-4.2.0 unmask. I don't think you need this.
> > >>> It's here just in case.
> > >>
> > >> This time you /did/ send them to the list :P
> > >
> > > <sigh> yeah, tell me about it :-) I saw it as my pinky reached for
> >
> > Ctrl-Enter.
> >
> > > By then it was too late - inertia rules. There must be something in my
> >
> > day
> >
> > > that I can blame it on...
> > >
> > > Oh yes!! I know! I let the Solaris box hosting the cisco auth server
> > > run
> >
> > out
> >
> > > of disk space. It then removed all the users, courtesy of yours truly's
> > > crontab. D'you think that's a valid excuse for being dopey in the head?
> >
> > Well, I'm glad you did myself. May use this later on. ;-)
> >
> > Dale
> >
> > :-) :-)
>
> well, i get
> emerge -av @kde-4.2
> emerge: the given set 'kde-4.2' contains a non-existent set named
> 'kdebase-4.2
>
> any help, please?
layman --add kde-testing
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2009-02-26 22:12 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-25 16:29 [gentoo-user] update to portage 2.2 Alejandro
2009-02-25 16:36 ` Volker Armin Hemmann
2009-02-25 17:42 ` Zhu Sha Zang
2009-02-25 20:03 ` Neil Bothwick
2009-02-25 20:11 ` Momesso Andrea
2009-02-25 20:24 ` Volker Armin Hemmann
2009-02-25 22:13 ` Momesso Andrea
2009-02-25 21:29 ` Volker Armin Hemmann
2009-02-25 22:02 ` Neil Bothwick
2009-02-26 12:41 ` Alejandro
2009-02-26 13:37 ` Alan McKinnon
2009-02-26 14:08 ` Alejandro
2009-02-26 14:54 ` Alan McKinnon
2009-02-26 15:32 ` Neil Bothwick
2009-02-26 15:37 ` Alan McKinnon
2009-02-26 15:56 ` Neil Bothwick
2009-02-26 16:38 ` Dale
2009-02-26 22:01 ` Alejandro
2009-02-26 22:11 ` Volker Armin Hemmann
2009-02-26 16:06 ` Mike Kazantsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox