* [gentoo-dev] ACCEPT_KEYWORDS equivalent
@ 2003-03-27 14:38 Jani Monoses
2003-03-27 14:38 ` Thomas de Grenier de Latour
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Jani Monoses @ 2003-03-27 14:38 UTC (permalink / raw
To: gentoo-dev
Hi
would it be contrary to gentoo philosophy to have a command line option to emerge
to enable masked packages info.typing ACCEPT_KEYWORDS="~arch" is very annoying.
or is there such a flag already?
thanks
Jani.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] ACCEPT_KEYWORDS equivalent
2003-03-27 14:38 [gentoo-dev] ACCEPT_KEYWORDS equivalent Jani Monoses
@ 2003-03-27 14:38 ` Thomas de Grenier de Latour
2003-03-27 14:52 ` gentoo
2003-03-27 17:37 ` Dhruba Bandopadhyay
2 siblings, 0 replies; 6+ messages in thread
From: Thomas de Grenier de Latour @ 2003-03-27 14:38 UTC (permalink / raw
To: gentoo-dev
On Thu, 27 Mar 2003 16:38:20 +0200
Jani Monoses <jani@iv.ro> wrote:
> Hi
> would it be contrary to gentoo philosophy to have a command line
> option to emerge to enable masked packages info.typing
> ACCEPT_KEYWORDS="~arch" is very annoying. or is there such a flag
> already? thanks
I use an alias for experimental emerge:
alias expmerge='ACCEPT_KEYWORDS="~x86" emerge'
It is less annoying this way...
--
Thomas.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] ACCEPT_KEYWORDS equivalent
2003-03-27 14:38 [gentoo-dev] ACCEPT_KEYWORDS equivalent Jani Monoses
2003-03-27 14:38 ` Thomas de Grenier de Latour
@ 2003-03-27 14:52 ` gentoo
2003-03-27 15:00 ` Jani Monoses
2003-03-27 17:37 ` Dhruba Bandopadhyay
2 siblings, 1 reply; 6+ messages in thread
From: gentoo @ 2003-03-27 14:52 UTC (permalink / raw
To: Jani Monoses; +Cc: gentoo-dev
> Hi
> would it be contrary to gentoo philosophy to have a command line option to emerge
> to enable masked packages info.typing ACCEPT_KEYWORDS="~arch" is very annoying.
> or is there such a flag already?
> thanks
> Jani.
That's what aliases were invented for. Read all about them in "man
bash".
--
Thomas M. Beaudry
k8la / ys1ztm
gentoo@myrealbox.com
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] ACCEPT_KEYWORDS equivalent
2003-03-27 14:52 ` gentoo
@ 2003-03-27 15:00 ` Jani Monoses
2003-03-27 20:04 ` Luke Ravitch
0 siblings, 1 reply; 6+ messages in thread
From: Jani Monoses @ 2003-03-27 15:00 UTC (permalink / raw
To: gentoo; +Cc: gentoo-dev
oh and this means that every option of emerge can be dropped because bash has aliases.
And all those ugly gcc options too.We're saved ;)
Other answers ?
> > Hi
> > would it be contrary to gentoo philosophy to have a command line option to emerge
> > to enable masked packages info.typing ACCEPT_KEYWORDS="~arch" is very annoying.
> > or is there such a flag already?
> > thanks
> > Jani.
>
> That's what aliases were invented for. Read all about them in "man
> bash".
>
> --
> Thomas M. Beaudry
> k8la / ys1ztm
> gentoo@myrealbox.com
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] ACCEPT_KEYWORDS equivalent
2003-03-27 14:38 [gentoo-dev] ACCEPT_KEYWORDS equivalent Jani Monoses
2003-03-27 14:38 ` Thomas de Grenier de Latour
2003-03-27 14:52 ` gentoo
@ 2003-03-27 17:37 ` Dhruba Bandopadhyay
2 siblings, 0 replies; 6+ messages in thread
From: Dhruba Bandopadhyay @ 2003-03-27 17:37 UTC (permalink / raw
To: Jani Monoses; +Cc: Gentoo Dev
On Thu, 2003-03-27 at 14:38, Jani Monoses wrote:
> Hi
> would it be contrary to gentoo philosophy to have a command line option to emerge
> to enable masked packages info.typing ACCEPT_KEYWORDS="~arch" is very annoying.
> or is there such a flag already?
> thanks
> Jani.
>
> --
> gentoo-dev@gentoo.org mailing list
I had a slightly different solution of adding
export AK="env ACCEPT_KEYWORDS=~x86"
to the end of my /etc/profile
That way you only type
$AK emerge <params> <string>
Incorporating an official way of doing this into the OS is not an
entirely bad idea given that the dual tree structure is here to stay.
Conventions as is exhibited by Gentoo in every way are a positive
adoption.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] ACCEPT_KEYWORDS equivalent
2003-03-27 15:00 ` Jani Monoses
@ 2003-03-27 20:04 ` Luke Ravitch
0 siblings, 0 replies; 6+ messages in thread
From: Luke Ravitch @ 2003-03-27 20:04 UTC (permalink / raw
To: gentoo-dev
On 2003-03-27 07:00, Jani Monoses <jani@iv.ro> wrote:
> oh and this means that every option of emerge can be dropped because
> bash has aliases. And all those ugly gcc options too.We're saved ;)
No. Just the ones that are also covered by environment variables. ;-)
Seriously, though, I think the point is that setting an environment
variable is a sufficiently elegant solution for the problem covered by
ACCEPT_KEYWORDS (not, mind you, for *every* switch/option out there)
and that, if you don't like typing it all out, there already exist
perfectly useful ways (e.g., alias) to make things easier on yourself.
> Other answers ?
[first ducks, then answers...]
Well, if you prefer, you could learn about alias from "man tcsh" ;-)
--
Luke
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-03-27 20:05 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-27 14:38 [gentoo-dev] ACCEPT_KEYWORDS equivalent Jani Monoses
2003-03-27 14:38 ` Thomas de Grenier de Latour
2003-03-27 14:52 ` gentoo
2003-03-27 15:00 ` Jani Monoses
2003-03-27 20:04 ` Luke Ravitch
2003-03-27 17:37 ` Dhruba Bandopadhyay
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox