public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] kde-meta minus toys, games, etc
@ 2006-06-02 19:46 Mick
  2006-06-02 19:55 ` Mike Owen
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Mick @ 2006-06-02 19:46 UTC (permalink / raw
  To: gentoo-user

Hi All,

Apologies if this has been asked before.  I uninstalled my monolithic
KDE and am ready to install the split KDE ebuilds.  I want to install
everything except toys, games and educational packages.  Since the
DO_NOT_COMPILE is not meant to be used anymore, how would you suggest
I go about it?
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 19:46 [gentoo-user] kde-meta minus toys, games, etc Mick
@ 2006-06-02 19:55 ` Mike Owen
  2006-06-02 22:06   ` Peter Kelly
  2006-06-02 19:55 ` Raymond Lewis Rebbeck
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 16+ messages in thread
From: Mike Owen @ 2006-06-02 19:55 UTC (permalink / raw
  To: gentoo-user

On 6/2/06, Mick <michaelkintzios@gmail.com> wrote:
> Hi All,
>
> Apologies if this has been asked before.  I uninstalled my monolithic
> KDE and am ready to install the split KDE ebuilds.  I want to install
> everything except toys, games and educational packages.  Since the
> DO_NOT_COMPILE is not meant to be used anymore, how would you suggest
> I go about it?
> --
> Regards,
> Mick

Install kdebase-meta, kdeutils-meta, kdeadmin-meta, etc.
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 19:46 [gentoo-user] kde-meta minus toys, games, etc Mick
  2006-06-02 19:55 ` Mike Owen
@ 2006-06-02 19:55 ` Raymond Lewis Rebbeck
  2006-06-02 20:08 ` Neil Bothwick
  2006-06-02 22:04 ` [gentoo-user] " Philip Webb
  3 siblings, 0 replies; 16+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-06-02 19:55 UTC (permalink / raw
  To: gentoo-user

emerge kdebase-meta to get a minimal kde. Then you can emerge whatever other 
kde programs you want afterwards, eg. kmail, kopete, kpdf, etc. They're all 
separate ebuilds now.

On Saturday, 3 June 2006 5:16, Mick wrote:
> Hi All,
>
> Apologies if this has been asked before.  I uninstalled my monolithic
> KDE and am ready to install the split KDE ebuilds.  I want to install
> everything except toys, games and educational packages.  Since the
> DO_NOT_COMPILE is not meant to be used anymore, how would you suggest
> I go about it?
> --
> Regards,
> Mick

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 19:46 [gentoo-user] kde-meta minus toys, games, etc Mick
  2006-06-02 19:55 ` Mike Owen
  2006-06-02 19:55 ` Raymond Lewis Rebbeck
@ 2006-06-02 20:08 ` Neil Bothwick
  2006-06-02 20:21   ` Mick
  2006-06-02 22:04 ` [gentoo-user] " Philip Webb
  3 siblings, 1 reply; 16+ messages in thread
From: Neil Bothwick @ 2006-06-02 20:08 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 504 bytes --]

On Fri, 2 Jun 2006 19:46:07 +0000, Mick wrote:

> Apologies if this has been asked before.  I uninstalled my monolithic
> KDE and am ready to install the split KDE ebuilds.  I want to install
> everything except toys, games and educational packages.

Install kdebase-meta, kdenetwork-meta, kdepim-meta etc. kde-meta is for
those that want to install everything.


-- 
Neil Bothwick

Give a man a fish and you feed him for a day;
Teach him to use the Net and he won't bother you for weeks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 20:08 ` Neil Bothwick
@ 2006-06-02 20:21   ` Mick
  2006-06-02 20:30     ` Raymond Lewis Rebbeck
  2006-06-02 20:38     ` [gentoo-user] " Thomas Kirchner
  0 siblings, 2 replies; 16+ messages in thread
From: Mick @ 2006-06-02 20:21 UTC (permalink / raw
  To: gentoo-user

On 02/06/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> On Fri, 2 Jun 2006 19:46:07 +0000, Mick wrote:
>
> > Apologies if this has been asked before.  I uninstalled my monolithic
> > KDE and am ready to install the split KDE ebuilds.  I want to install
> > everything except toys, games and educational packages.
>
> Install kdebase-meta, kdenetwork-meta, kdepim-meta etc. kde-meta is for
> those that want to install everything.

Thanks for all the replies.  What's the best way to find out what
-meta packages exist and what they contain?
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 20:21   ` Mick
@ 2006-06-02 20:30     ` Raymond Lewis Rebbeck
  2006-06-02 20:43       ` Mick
  2006-06-02 20:38     ` [gentoo-user] " Thomas Kirchner
  1 sibling, 1 reply; 16+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-06-02 20:30 UTC (permalink / raw
  To: gentoo-user

They're the same as the monolithic packages but with -meta on the end.

Easiest way to see what is in them: # emerge -pv foo-meta

On Saturday, 3 June 2006 5:51, Mick wrote:
> On 02/06/06, Neil Bothwick <neil@digimed.co.uk> wrote:
> > On Fri, 2 Jun 2006 19:46:07 +0000, Mick wrote:
> > > Apologies if this has been asked before.  I uninstalled my monolithic
> > > KDE and am ready to install the split KDE ebuilds.  I want to install
> > > everything except toys, games and educational packages.
> >
> > Install kdebase-meta, kdenetwork-meta, kdepim-meta etc. kde-meta is for
> > those that want to install everything.
>
> Thanks for all the replies.  What's the best way to find out what
> -meta packages exist and what they contain?
> --
> Regards,
> Mick

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user] Re: kde-meta minus toys, games, etc
  2006-06-02 20:21   ` Mick
  2006-06-02 20:30     ` Raymond Lewis Rebbeck
@ 2006-06-02 20:38     ` Thomas Kirchner
  2006-06-02 20:54       ` Mick
  1 sibling, 1 reply; 16+ messages in thread
From: Thomas Kirchner @ 2006-06-02 20:38 UTC (permalink / raw
  To: gentoo-user

* On Jun  2 20:21, Mick (gentoo-user@lists.gentoo.org) wrote:
> What's the best way to find out what -meta packages exist

eix 'kde.*-meta'

> and what they contain?

The KDE website is pretty good for that - see here:
http://kde.org/whatiskde/project.php#distribution

Tom
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 20:30     ` Raymond Lewis Rebbeck
@ 2006-06-02 20:43       ` Mick
  2006-06-02 20:55         ` Raymond Lewis Rebbeck
  0 siblings, 1 reply; 16+ messages in thread
From: Mick @ 2006-06-02 20:43 UTC (permalink / raw
  To: gentoo-user

On 02/06/06, Raymond Lewis Rebbeck <dystopianray@gmail.com> wrote:
> They're the same as the monolithic packages but with -meta on the end.
>
> Easiest way to see what is in them: # emerge -pv foo-meta

Thanks.
Where's the complete list of available meta packages?
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] Re: kde-meta minus toys, games, etc
  2006-06-02 20:38     ` [gentoo-user] " Thomas Kirchner
@ 2006-06-02 20:54       ` Mick
  0 siblings, 0 replies; 16+ messages in thread
From: Mick @ 2006-06-02 20:54 UTC (permalink / raw
  To: gentoo-user

On 02/06/06, Thomas Kirchner <lists@halffull.org> wrote:
> * On Jun  2 20:21, Mick (gentoo-user@lists.gentoo.org) wrote:
> > What's the best way to find out what -meta packages exist
>
> eix 'kde.*-meta'
>
> > and what they contain?
>
> The KDE website is pretty good for that - see here:
> http://kde.org/whatiskde/project.php#distribution

Sweet!  I've bookmarked it.  :-)

Thank you all for your help.
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 20:43       ` Mick
@ 2006-06-02 20:55         ` Raymond Lewis Rebbeck
  2006-06-02 21:11           ` Mick
  0 siblings, 1 reply; 16+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-06-02 20:55 UTC (permalink / raw
  To: gentoo-user

$ ls /usr/portage/kde-base/ | grep meta
kdeaccessibility-meta
kdeaddons-meta
kdeadmin-meta
kdeartwork-meta
kdebase-meta
kdebindings-meta
kdeedu-meta
kdegames-meta
kdegraphics-meta
kde-meta
kdemultimedia-meta
kdenetwork-meta
kdepim-meta
kdesdk-meta
kdetoys-meta
kdeutils-meta
kdewebdev-meta

On Saturday, 3 June 2006 6:13, Mick wrote:
> On 02/06/06, Raymond Lewis Rebbeck <dystopianray@gmail.com> wrote:
> > They're the same as the monolithic packages but with -meta on the end.
> >
> > Easiest way to see what is in them: # emerge -pv foo-meta
>
> Thanks.
> Where's the complete list of available meta packages?
> --
> Regards,
> Mick

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 20:55         ` Raymond Lewis Rebbeck
@ 2006-06-02 21:11           ` Mick
  2006-06-03  7:23             ` Raymond Lewis Rebbeck
  2006-06-03 14:22             ` Neil Bothwick
  0 siblings, 2 replies; 16+ messages in thread
From: Mick @ 2006-06-02 21:11 UTC (permalink / raw
  To: gentoo-user

On 02/06/06, Raymond Lewis Rebbeck <dystopianray@gmail.com> wrote:
> $ ls /usr/portage/kde-base/ | grep meta

Thanks.  Last question:

Is emerging kdebase-meta meant to pull in 45 packages, or are there
any old kde apps in my system pulling them in as I am trying to emerge
my new split KDE?

>From the log:
===========================
1149285323:  *** emerge --update --deep --verbose kdebase-meta
1149285332:  >>> emerge (1 of 45) kde-base/kdelibs-3.5.2-r6 to /
1149285332:  === (1 of 45) Cleaning
(kde-base/kdelibs-3.5.2-r6::/usr/portage/kde-base/kdelibs/kdelibs-3.5.2-r6.ebuild)
1149285341:  === (1 of 45) Compiling/Merging
(kde-base/kdelibs-3.5.2-r6::/usr/portage/kde-base/kdelibs/kdelibs-3.5.2-r6.ebuild)
===========================

-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 19:46 [gentoo-user] kde-meta minus toys, games, etc Mick
                   ` (2 preceding siblings ...)
  2006-06-02 20:08 ` Neil Bothwick
@ 2006-06-02 22:04 ` Philip Webb
  3 siblings, 0 replies; 16+ messages in thread
From: Philip Webb @ 2006-06-02 22:04 UTC (permalink / raw
  To: gentoo-user

060602 Mick wrote:
> I uninstalled monolithic KDE & am ready to install the split KDE ebuilds.
> I want to install everything except toys, games and educational packages.

If you really mean "everything", other responses are probably best,
but you can pick & choose much more finely.  To start, you need
 kde-base/kdelibs , then  kde-base/kdebase-startkde  (incl  11  deps).
Then you can choose individual packages from  /usr/portage/kde-base/ .
You might even decide to add  1  game (smile).

-- 
========================,,============================================
SUPPORT     ___________//___,  Philip Webb : purslow@chass.utoronto.ca
ELECTRIC   /] [] [] [] [] []|  Centre for Urban & Community Studies
TRANSIT    `-O----------O---'  University of Toronto
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 19:55 ` Mike Owen
@ 2006-06-02 22:06   ` Peter Kelly
  2006-06-02 23:04     ` Mick
  0 siblings, 1 reply; 16+ messages in thread
From: Peter Kelly @ 2006-06-02 22:06 UTC (permalink / raw
  To: gentoo-user

On Friday 02 June 2006 14:55, Mike Owen wrote:
> On 6/2/06, Mick <michaelkintzios@gmail.com> wrote:
> > Hi All,
> >
> > Apologies if this has been asked before.  I uninstalled my monolithic
> > KDE and am ready to install the split KDE ebuilds.  I want to install
> > everything except toys, games and educational packages.  Since the
> > DO_NOT_COMPILE is not meant to be used anymore, how would you suggest
> > I go about it?
> > --
> > Regards,
> > Mick
>
> Install kdebase-meta, kdeutils-meta, kdeadmin-meta, etc.

Forgive my own ignorance, but what is the advantage to doing this over 
kdebase, kdeutils, kdeadmin, etc?

I've got plenty of disk space, so I never bothered moving away from the 
monolithic builds.  emerge kde worked better for me than emerge kde-meta, 
which brought in all the same binaries.  I know it's much faster to update a 
particular package as opposed to kdepim (or kdenetwork, or kdemultimedia), 
but that's not really an issue for me.  

I really don't want to start a war, but I don't understand why the OP didn't 
just 
# emerge -C kdetoys kdegames kdeedu 

(with any required version numbers) and be done with it.  Not having removed 
kde packages, I'm not sure that would work.  But something along those lines 
should have solved his problem.  

Peter

-- 
  Our fathers ate manna in the desert,
  In the burning place where whirlwinds came.
  Lord, save us from that horrible land!
  Save us, oh-h-h-h-h save us
  From that dry and thirsty land.
  
    -- Songs of Gurney Halleck, Museum of Dar-es-Balat
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 22:06   ` Peter Kelly
@ 2006-06-02 23:04     ` Mick
  0 siblings, 0 replies; 16+ messages in thread
From: Mick @ 2006-06-02 23:04 UTC (permalink / raw
  To: gentoo-user

On 02/06/06, Peter Kelly <linuxpete@houston.rr.com> wrote:

> > Install kdebase-meta, kdeutils-meta, kdeadmin-meta, etc.
>
> Forgive my own ignorance, but what is the advantage to doing this over
> kdebase, kdeutils, kdeadmin, etc?
>
> I've got plenty of disk space, so I never bothered moving away from the
> monolithic builds.  emerge kde worked better for me than emerge kde-meta,
> which brought in all the same binaries.  I know it's much faster to update a
> particular package as opposed to kdepim (or kdenetwork, or kdemultimedia),
> but that's not really an issue for me.
>
> I really don't want to start a war, but I don't understand why the OP didn't
> just
> # emerge -C kdetoys kdegames kdeedu
>
> (with any required version numbers) and be done with it.  Not having removed
> kde packages, I'm not sure that would work.  But something along those lines
> should have solved his problem.

Yes it would (more or less).  If I remember right, last time I tried
unmerging kdetoys it would return everytime I did an emerge -u.  That
was a couple of years ago, before /etc/portage/* appeared.  Now, I
thought that sooner or later monolithic KDE will be deprecated and so
I decided to eventually bite the bullet and move onto the split
ebuilds on this occasion.
-- 
Regards,
Mick
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 21:11           ` Mick
@ 2006-06-03  7:23             ` Raymond Lewis Rebbeck
  2006-06-03 14:22             ` Neil Bothwick
  1 sibling, 0 replies; 16+ messages in thread
From: Raymond Lewis Rebbeck @ 2006-06-03  7:23 UTC (permalink / raw
  To: gentoo-user

Yes, that is normal. The KDE ebuilds are 'split' now, one monolithic ebuild is 
equivalent to a few dozen split ebuilds. Each individual app or library has 
it's own ebuild.

On Saturday, 3 June 2006 6:41, Mick wrote:
> On 02/06/06, Raymond Lewis Rebbeck <dystopianray@gmail.com> wrote:
> > $ ls /usr/portage/kde-base/ | grep meta
>
> Thanks.  Last question:
>
> Is emerging kdebase-meta meant to pull in 45 packages, or are there
> any old kde apps in my system pulling them in as I am trying to emerge
> my new split KDE?
>
> From the log:
> ===========================
> 1149285323:  *** emerge --update --deep --verbose kdebase-meta
> 1149285332:  >>> emerge (1 of 45) kde-base/kdelibs-3.5.2-r6 to /
> 1149285332:  === (1 of 45) Cleaning
> (kde-base/kdelibs-3.5.2-r6::/usr/portage/kde-base/kdelibs/kdelibs-3.5.2-r6.
>ebuild) 1149285341:  === (1 of 45) Compiling/Merging
> (kde-base/kdelibs-3.5.2-r6::/usr/portage/kde-base/kdelibs/kdelibs-3.5.2-r6.
>ebuild) ===========================
>
> --
> Regards,
> Mick

-- 
Raymond Lewis Rebbeck
-- 
gentoo-user@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] kde-meta minus toys, games, etc
  2006-06-02 21:11           ` Mick
  2006-06-03  7:23             ` Raymond Lewis Rebbeck
@ 2006-06-03 14:22             ` Neil Bothwick
  1 sibling, 0 replies; 16+ messages in thread
From: Neil Bothwick @ 2006-06-03 14:22 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 626 bytes --]

On Fri, 2 Jun 2006 21:11:52 +0000, Mick wrote:

> Is emerging kdebase-meta meant to pull in 45 packages, or are there
> any old kde apps in my system pulling them in as I am trying to emerge
> my new split KDE?

Something like that number.

> 
> From the log:
> ===========================
> 1149285323:  *** emerge --update --deep --verbose kdebase-meta
> 1149285332:  >>> emerge (1 of 45) kde-base/kdelibs-3.5.2-r6 to /
> 1149285332:  === (1 of 45) Cleaning

Try emerge --ask --tree --verbose kde-meta to see what is pulling in the
packages.


-- 
Neil Bothwick

Is it possible to be totally partial?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2006-06-03 14:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-02 19:46 [gentoo-user] kde-meta minus toys, games, etc Mick
2006-06-02 19:55 ` Mike Owen
2006-06-02 22:06   ` Peter Kelly
2006-06-02 23:04     ` Mick
2006-06-02 19:55 ` Raymond Lewis Rebbeck
2006-06-02 20:08 ` Neil Bothwick
2006-06-02 20:21   ` Mick
2006-06-02 20:30     ` Raymond Lewis Rebbeck
2006-06-02 20:43       ` Mick
2006-06-02 20:55         ` Raymond Lewis Rebbeck
2006-06-02 21:11           ` Mick
2006-06-03  7:23             ` Raymond Lewis Rebbeck
2006-06-03 14:22             ` Neil Bothwick
2006-06-02 20:38     ` [gentoo-user] " Thomas Kirchner
2006-06-02 20:54       ` Mick
2006-06-02 22:04 ` [gentoo-user] " Philip Webb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox