public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Remove package from system set in custom profile
@ 2012-02-17  1:26 Canek Peláez Valdés
  2012-02-17  1:36 ` [gentoo-dev] " Canek Peláez Valdés
  2012-02-17  4:43 ` Duncan
  0 siblings, 2 replies; 4+ messages in thread
From: Canek Peláez Valdés @ 2012-02-17  1:26 UTC (permalink / raw
  To: gentoo-dev

Hi; I'm trying to make a custom profile, and I need to remove a
package from the system set. Is there a way I can do this without
editing /usr/portage/profiles/base/packages?

Sorry if this is the wrong place for asking such a question.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



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

* [gentoo-dev] Re: Remove package from system set in custom profile
  2012-02-17  1:26 [gentoo-dev] Remove package from system set in custom profile Canek Peláez Valdés
@ 2012-02-17  1:36 ` Canek Peláez Valdés
  2012-02-17  4:43 ` Duncan
  1 sibling, 0 replies; 4+ messages in thread
From: Canek Peláez Valdés @ 2012-02-17  1:36 UTC (permalink / raw
  To: gentoo-dev

On Thu, Feb 16, 2012 at 7:26 PM, Canek Peláez Valdés <caneko@gmail.com> wrote:
> Hi; I'm trying to make a custom profile, and I need to remove a
> package from the system set. Is there a way I can do this without
> editing /usr/portage/profiles/base/packages?

I see now that I can copy the whole /usr/portage/profiles dir to my
overlay, edit base/packages there, and link /etc/make.profile to the
profile in my overlay. This has several drawbacks:

1. I need to keep in syncro the profiles dir in my overlay to the one
in the portage tree.
2. I probably don't need a whole copy of /usr/portage/profiles.
3. It sure is ugly as hell.

Is there a better way to do it?

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



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

* [gentoo-dev] Re: Remove package from system set in custom profile
  2012-02-17  1:26 [gentoo-dev] Remove package from system set in custom profile Canek Peláez Valdés
  2012-02-17  1:36 ` [gentoo-dev] " Canek Peláez Valdés
@ 2012-02-17  4:43 ` Duncan
  2012-02-17  5:32   ` Canek Peláez Valdés
  1 sibling, 1 reply; 4+ messages in thread
From: Duncan @ 2012-02-17  4:43 UTC (permalink / raw
  To: gentoo-dev

Canek Peláez Valdés posted on Thu, 16 Feb 2012 19:26:22 -0600 as
excerpted:

> Hi; I'm trying to make a custom profile, and I need to remove a package
> from the system set. Is there a way I can do this without editing
> /usr/portage/profiles/base/packages?
> 
> Sorry if this is the wrong place for asking such a question.

FWIW, gentoo-dev is for development related questions.  The right place 
would be the gentoo-user list.  Not really right but better than the 
general gentoo-dev list would be the portage-devel list.  

Never-the-less and not to send you away empty-handed, yes of course 
there's a way to override it locally.  Gentoo wouldn't be gentoo 
otherwise. =:^)

See the portage (5) manpage, in particular, a search on
"/etc/portage/profile" in that manpage, plus the note under the packages 
file description (in the /etc/make.profile/ section) about removing 
packages from the system set.

More specifically, here's my /etc/portage/profile/packages:

# I don't need these
-*sys-apps/busybox
-*sys-apps/module-init-tools

If the package is listed as a dependency somewhere as well, you may need 
to add an entry to packages.provided in the same dir, as well.  For 
example, from mine (I build everything I need into the kernel,
no kernel modules so no module-init-tools needed to load them, either):

sys-apps/module-init-tools-9999

-- 
Duncan - List replies preferred.   No HTML msgs.
"Every nonfree program has a lord, a master --
and if you use the program, he is your master."  Richard Stallman




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

* Re: [gentoo-dev] Re: Remove package from system set in custom profile
  2012-02-17  4:43 ` Duncan
@ 2012-02-17  5:32   ` Canek Peláez Valdés
  0 siblings, 0 replies; 4+ messages in thread
From: Canek Peláez Valdés @ 2012-02-17  5:32 UTC (permalink / raw
  To: gentoo-dev

On Thu, Feb 16, 2012 at 10:43 PM, Duncan <1i5t5.duncan@cox.net> wrote:
> Canek Peláez Valdés posted on Thu, 16 Feb 2012 19:26:22 -0600 as
> excerpted:
>
>> Hi; I'm trying to make a custom profile, and I need to remove a package
>> from the system set. Is there a way I can do this without editing
>> /usr/portage/profiles/base/packages?
>>
>> Sorry if this is the wrong place for asking such a question.
>
> FWIW, gentoo-dev is for development related questions.  The right place
> would be the gentoo-user list.  Not really right but better than the
> general gentoo-dev list would be the portage-devel list.

I would have that in mind next time.

> Never-the-less and not to send you away empty-handed, yes of course
> there's a way to override it locally.  Gentoo wouldn't be gentoo
> otherwise. =:^)
>
> See the portage (5) manpage, in particular, a search on
> "/etc/portage/profile" in that manpage, plus the note under the packages
> file description (in the /etc/make.profile/ section) about removing
> packages from the system set.
>
> More specifically, here's my /etc/portage/profile/packages:
>
> # I don't need these
> -*sys-apps/busybox
> -*sys-apps/module-init-tools
>
> If the package is listed as a dependency somewhere as well, you may need
> to add an entry to packages.provided in the same dir, as well.  For
> example, from mine (I build everything I need into the kernel,
> no kernel modules so no module-init-tools needed to load them, either):
>
> sys-apps/module-init-tools-9999

That's exactly what I needed. Thanks.

Regards.
-- 
Canek Peláez Valdés
Posgrado en Ciencia e Ingeniería de la Computación
Universidad Nacional Autónoma de México



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

end of thread, other threads:[~2012-02-17  5:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17  1:26 [gentoo-dev] Remove package from system set in custom profile Canek Peláez Valdés
2012-02-17  1:36 ` [gentoo-dev] " Canek Peláez Valdés
2012-02-17  4:43 ` Duncan
2012-02-17  5:32   ` Canek Peláez Valdés

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