* [gentoo-dev] Functions in scripts
@ 2004-06-27 19:35 Brett I. Holcomb
2004-06-27 19:56 ` Mike Frysinger
2004-06-30 2:54 ` [gentoo-dev] " Aron Griffis
0 siblings, 2 replies; 8+ messages in thread
From: Brett I. Holcomb @ 2004-06-27 19:35 UTC (permalink / raw
To: gentoo-dev
I see functions in scripts (depend, ebegin, get_options, save_options,
etc.). Where are they located and where can I get a list of what's
available?
Thanks.
--
Brett I. Holcomb
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Functions in scripts
2004-06-27 19:35 [gentoo-dev] Functions in scripts Brett I. Holcomb
@ 2004-06-27 19:56 ` Mike Frysinger
2004-06-28 1:37 ` Brett I. Holcomb
2004-06-30 2:54 ` [gentoo-dev] " Aron Griffis
1 sibling, 1 reply; 8+ messages in thread
From: Mike Frysinger @ 2004-06-27 19:56 UTC (permalink / raw
To: gentoo-dev
On Sunday 27 June 2004 03:35 pm, Brett I. Holcomb wrote:
> I see functions in scripts (depend, ebegin, get_options, save_options,
> etc.). Where are they located and where can I get a list of what's
> available?
they're all over the place
`man 5 ebuild` or read the manpages for eclasses
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Functions in scripts
2004-06-28 1:37 ` Brett I. Holcomb
@ 2004-06-28 1:35 ` Mike Frysinger
2004-06-28 1:53 ` Brett I. Holcomb
2004-06-30 8:19 ` [gentoo-dev] " Duncan
0 siblings, 2 replies; 8+ messages in thread
From: Mike Frysinger @ 2004-06-28 1:35 UTC (permalink / raw
To: gentoo-dev
On Sunday 27 June 2004 09:37 pm, Brett I. Holcomb wrote:
> Where's the man pages for eclasses? I don't have any on my system.
sure you do ... unless you're using a really old portage :p
i'm sure there's a man command to do this, but whatever:
ls /usr/share/man/man*/*eclass*
-mike
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Functions in scripts
2004-06-27 19:56 ` Mike Frysinger
@ 2004-06-28 1:37 ` Brett I. Holcomb
2004-06-28 1:35 ` Mike Frysinger
0 siblings, 1 reply; 8+ messages in thread
From: Brett I. Holcomb @ 2004-06-28 1:37 UTC (permalink / raw
To: gentoo-dev
Where's the man pages for eclasses? I don't have any on my system.
Thanks.
On Sun, 27 Jun 2004, Mike Frysinger wrote:
> On Sunday 27 June 2004 03:35 pm, Brett I. Holcomb wrote:
> > I see functions in scripts (depend, ebegin, get_options, save_options,
> > etc.). Where are they located and where can I get a list of what's
> > available?
>
> they're all over the place
> `man 5 ebuild` or read the manpages for eclasses
> -mike
>
> --
> gentoo-dev@gentoo.org mailing list
>
--
Brett I. Holcomb
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Functions in scripts
2004-06-28 1:35 ` Mike Frysinger
@ 2004-06-28 1:53 ` Brett I. Holcomb
2004-06-30 8:19 ` [gentoo-dev] " Duncan
1 sibling, 0 replies; 8+ messages in thread
From: Brett I. Holcomb @ 2004-06-28 1:53 UTC (permalink / raw
To: gentoo-dev
Got you now! I was looking for man eclass or man eclasses! Thank you.
On Sun, 27 Jun 2004, Mike Frysinger wrote:
> On Sunday 27 June 2004 09:37 pm, Brett I. Holcomb wrote:
> > Where's the man pages for eclasses? I don't have any on my system.
>
> sure you do ... unless you're using a really old portage :p
> i'm sure there's a man command to do this, but whatever:
> ls /usr/share/man/man*/*eclass*
> -mike
>
> --
> gentoo-dev@gentoo.org mailing list
>
--
Brett I. Holcomb
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Functions in scripts
2004-06-27 19:35 [gentoo-dev] Functions in scripts Brett I. Holcomb
2004-06-27 19:56 ` Mike Frysinger
@ 2004-06-30 2:54 ` Aron Griffis
1 sibling, 0 replies; 8+ messages in thread
From: Aron Griffis @ 2004-06-30 2:54 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 313 bytes --]
Brett I. Holcomb wrote: [Sun Jun 27 2004, 03:35:52PM EDT]
> I see functions in scripts (depend, ebegin, get_options, save_options,
> etc.). Where are they located and where can I get a list of what's
> available?
Mostly /sbin/functions.sh
Regards,
Aron
--
Aron Griffis
Gentoo Linux Developer
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-dev] Re: Functions in scripts
2004-06-28 1:35 ` Mike Frysinger
2004-06-28 1:53 ` Brett I. Holcomb
@ 2004-06-30 8:19 ` Duncan
2004-06-30 10:39 ` Peter Ruskin
1 sibling, 1 reply; 8+ messages in thread
From: Duncan @ 2004-06-30 8:19 UTC (permalink / raw
To: gentoo-dev
Mike Frysinger posted <200406272135.49527.vapier@gentoo.org>, excerpted
below, on Sun, 27 Jun 2004 21:35:49 -0400:
> On Sunday 27 June 2004 09:37 pm, Brett I. Holcomb wrote:
>> Where's the man pages for eclasses? I don't have any on my system.
>
> sure you do ... unless you're using a really old portage :p
> i'm sure there's a man command to do this, but whatever:
> ls /usr/share/man/man*/*eclass*
apropos eclass?
--
Duncan - List replies preferred. No HTML msgs.
"They that can give up essential liberty to obtain a little
temporary safety, deserve neither liberty nor safety." --
Benjamin Franklin
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-dev] Re: Functions in scripts
2004-06-30 8:19 ` [gentoo-dev] " Duncan
@ 2004-06-30 10:39 ` Peter Ruskin
0 siblings, 0 replies; 8+ messages in thread
From: Peter Ruskin @ 2004-06-30 10:39 UTC (permalink / raw
To: gentoo-dev
On Wednesday 30 Jun 2004 09:19, Duncan wrote:
> apropos eclass?
# apropos eclass
eclass: nothing appropriate
--
Peter
========================================================================
Gentoo Linux: Portage 2.0.50-r8. kernel-2.6.7-gentoo-r6.
i686 AMD Athlon(tm) XP 3200+. gcc(GCC): 3.3.3.
KDE: 3.2.3. Qt: 3.3.2.
========================================================================
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-06-30 10:39 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-27 19:35 [gentoo-dev] Functions in scripts Brett I. Holcomb
2004-06-27 19:56 ` Mike Frysinger
2004-06-28 1:37 ` Brett I. Holcomb
2004-06-28 1:35 ` Mike Frysinger
2004-06-28 1:53 ` Brett I. Holcomb
2004-06-30 8:19 ` [gentoo-dev] " Duncan
2004-06-30 10:39 ` Peter Ruskin
2004-06-30 2:54 ` [gentoo-dev] " Aron Griffis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox