* [gentoo-dev] WindowMaker 0.8?
@ 2002-01-16 14:39 Clay Mitchell
2002-01-16 15:38 ` Gila
2002-01-16 17:02 ` Grant Goodyear
0 siblings, 2 replies; 10+ messages in thread
From: Clay Mitchell @ 2002-01-16 14:39 UTC (permalink / raw
To: gentoo-dev
Any plans to put together a 0.8.0 ebuild of this? Or should I just
install it on my own?
Thanks
-Clay
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] WindowMaker 0.8?
2002-01-16 14:39 [gentoo-dev] WindowMaker 0.8? Clay Mitchell
@ 2002-01-16 15:38 ` Gila
2002-01-16 16:10 ` Clay Mitchell
2002-01-16 17:02 ` Grant Goodyear
1 sibling, 1 reply; 10+ messages in thread
From: Gila @ 2002-01-16 15:38 UTC (permalink / raw
To: gentoo-dev
make a ebuild your self and share it with us! :)
On Wednesday 16 January 2002 15:39, you wrote:
> Any plans to put together a 0.8.0 ebuild of this? Or should I just
> install it on my own?
>
> Thanks
> -Clay
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [gentoo-dev] WindowMaker 0.8?
2002-01-16 15:38 ` Gila
@ 2002-01-16 16:10 ` Clay Mitchell
2002-01-16 16:58 ` Tod M. Neidt
` (2 more replies)
0 siblings, 3 replies; 10+ messages in thread
From: Clay Mitchell @ 2002-01-16 16:10 UTC (permalink / raw
To: gentoo-dev
Good idea. Where can I get some info on how to do this?
-----Original Message-----
From: gentoo-dev-admin@gentoo.org [mailto:gentoo-dev-admin@gentoo.org]
On Behalf Of Gila
Sent: Wednesday, January 16, 2002 10:39 AM
To: gentoo-dev@gentoo.org
Subject: Re: [gentoo-dev] WindowMaker 0.8?
make a ebuild your self and share it with us! :)
On Wednesday 16 January 2002 15:39, you wrote:
> Any plans to put together a 0.8.0 ebuild of this? Or should I just
> install it on my own?
>
> Thanks
> -Clay
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
_______________________________________________
gentoo-dev mailing list
gentoo-dev@gentoo.org
http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [gentoo-dev] WindowMaker 0.8?
2002-01-16 16:10 ` Clay Mitchell
@ 2002-01-16 16:58 ` Tod M. Neidt
2002-01-16 17:20 ` [gentoo-dev] WindowMaker 0.8? (ebuild info) Zach Forrest
2002-01-16 19:21 ` [gentoo-dev] WindowMaker 0.8? Gila
2 siblings, 0 replies; 10+ messages in thread
From: Tod M. Neidt @ 2002-01-16 16:58 UTC (permalink / raw
To: gentoo-dev
On Wed, 2002-01-16 at 10:10, Clay Mitchell wrote:
> Good idea. Where can I get some info on how to do this?
>
>
Hi!
A good place to start is by studying the existing ebuild for
WindowMaker-0.70.0-r1
Also check out:
/usr/portage/skel.build
the DevelopmentHOWTO on the gentoo.org
and 'man 5 ebuild'
It is also useful to look over the helper scripts in
/usr/lib/portage/bin to understand exactly what they are doing.
Hope that helps.
tod
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] WindowMaker 0.8?
2002-01-16 14:39 [gentoo-dev] WindowMaker 0.8? Clay Mitchell
2002-01-16 15:38 ` Gila
@ 2002-01-16 17:02 ` Grant Goodyear
1 sibling, 0 replies; 10+ messages in thread
From: Grant Goodyear @ 2002-01-16 17:02 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 919 bytes --]
I updated the ebuild on CVS; I think it should be on rsync by now.
As for making your own, see man 5 ebuild as well as the developer
docs on gentoo.org. In the case of the windowmaker ebuild, I
just changed the filename of the ebuild to reflect the new version.
-g2boojum-
--
___________________________________________________________________
| Grant Goodyear | The Secrets of Physics: |
| Dept. of Chemistry - Clemson U |1. Add zero. |
| Clemson, SC 29634 |2. Multiply by one. |
|-------------------------------------|3. Expand in a Taylor series|
|e-mail: goodyea@clemson.edu |4. Integrate by parts. |
|www:http://g2.ces.clemson.edu/~grant |5. Fourier transform. |
| |6. Add auxiliary variables |
|_____________________________________|____________________________|
[-- Attachment #2: Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] WindowMaker 0.8? (ebuild info)
2002-01-16 16:10 ` Clay Mitchell
2002-01-16 16:58 ` Tod M. Neidt
@ 2002-01-16 17:20 ` Zach Forrest
2002-01-16 18:37 ` [gentoo-dev] WindowMaker 0.8? (emake vs make?) Jano Lukac
2002-01-16 19:21 ` [gentoo-dev] WindowMaker 0.8? Gila
2 siblings, 1 reply; 10+ messages in thread
From: Zach Forrest @ 2002-01-16 17:20 UTC (permalink / raw
To: gentoo-dev
First, read the Gentoo Linux Developers HOWTO:
http://www.gentoo.org/doc/gentoo-howto.html
This document is a little out of date and there are couple of things to
be aware of. One, the "A" variable is no longer used. Instead, you
should replace the "${A}" in the "SRC_URI" variable with "${P}.tar.gz"
(assuming that the package you are installing has the ".tar.gz"
extension). Two, "try" is no longer used. Instead, use something like
"./configure || die" or "emake || die". This will all make a little more
sense once you've read the Gentoo Linux Developers HOWTO.
You might also want to check the devloper's mailing list archives for
December and January for more info. Also, I highly recommend using the
skeleton ebuild file (which has a lot of comments) located in
"/usr/portage/skel.build". This should help you get started.
For me, it was very helpful to look at some existing ebuilds to get a
better idea of how things are done. Playing with the "ebuild" command
(see "man ebuild") will also give you a better idea of the steps
involved in the merging process.
Regards,
Zach
Clay Mitchell wrote:
> Good idea. Where can I get some info on how to do this?
>
>
> -----Original Message-----
> From: gentoo-dev-admin@gentoo.org [mailto:gentoo-dev-admin@gentoo.org]
> On Behalf Of Gila
> Sent: Wednesday, January 16, 2002 10:39 AM
> To: gentoo-dev@gentoo.org
> Subject: Re: [gentoo-dev] WindowMaker 0.8?
>
>
> make a ebuild your self and share it with us! :)
>
> On Wednesday 16 January 2002 15:39, you wrote:
>
>>Any plans to put together a 0.8.0 ebuild of this? Or should I just
>>install it on my own?
>>
>>Thanks
>>-Clay
>>
>>_______________________________________________
>>gentoo-dev mailing list
>>gentoo-dev@gentoo.org
>>http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] WindowMaker 0.8? (emake vs make?)
2002-01-16 17:20 ` [gentoo-dev] WindowMaker 0.8? (ebuild info) Zach Forrest
@ 2002-01-16 18:37 ` Jano Lukac
2002-01-16 18:38 ` Jano Lukac
2002-01-16 20:21 ` Mikael Hallendal
0 siblings, 2 replies; 10+ messages in thread
From: Jano Lukac @ 2002-01-16 18:37 UTC (permalink / raw
To: gentoo-dev
Zach Forrest said:
<snip>
> Two, "try" is no longer used. Instead, use something like
> "./configure || die" or "emake || die". This will all make a little
> more sense once you've read the Gentoo Linux Developers HOWTO.
SHouldn't it be "emake || make || die" ?? That way, for those non-smp
makefiles, you'll get at least *some* benefit for have more than 1. Unless,
of course, emake has been rewritten to try "make $MAKEOPTS || make"
>
> You might also want to check the devloper's mailing list archives for
<snip>
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] WindowMaker 0.8? (emake vs make?)
2002-01-16 18:37 ` [gentoo-dev] WindowMaker 0.8? (emake vs make?) Jano Lukac
@ 2002-01-16 18:38 ` Jano Lukac
2002-01-16 20:21 ` Mikael Hallendal
1 sibling, 0 replies; 10+ messages in thread
From: Jano Lukac @ 2002-01-16 18:38 UTC (permalink / raw
To: gentoo-dev
Jano Lukac said:
> Zach Forrest said:
> <snip>
>> That way, for those non-smp
> makefiles, you'll get at least *some* benefit for have more than 1.
> Unless, of course, emake has been rewritten to try "make $MAKEOPTS ||
> make"
Oops, not specifically smp systems, but parallel builds is what I meant to
say.
^ permalink raw reply [flat|nested] 10+ messages in thread
* RE: [gentoo-dev] WindowMaker 0.8?
2002-01-16 16:10 ` Clay Mitchell
2002-01-16 16:58 ` Tod M. Neidt
2002-01-16 17:20 ` [gentoo-dev] WindowMaker 0.8? (ebuild info) Zach Forrest
@ 2002-01-16 19:21 ` Gila
2 siblings, 0 replies; 10+ messages in thread
From: Gila @ 2002-01-16 19:21 UTC (permalink / raw
To: gentoo-dev
well... i believe there isn't a faq for that... just freak a bit. first
try somthing small. and you will get the hang of it.. :)
On Wed, 2002-01-16 at 17:10, Clay Mitchell wrote:
> Good idea. Where can I get some info on how to do this?
>
>
> -----Original Message-----
> From: gentoo-dev-admin@gentoo.org [mailto:gentoo-dev-admin@gentoo.org]
> On Behalf Of Gila
> Sent: Wednesday, January 16, 2002 10:39 AM
> To: gentoo-dev@gentoo.org
> Subject: Re: [gentoo-dev] WindowMaker 0.8?
>
>
> make a ebuild your self and share it with us! :)
>
> On Wednesday 16 January 2002 15:39, you wrote:
> > Any plans to put together a 0.8.0 ebuild of this? Or should I just
> > install it on my own?
> >
> > Thanks
> > -Clay
> >
> > _______________________________________________
> > gentoo-dev mailing list
> > gentoo-dev@gentoo.org
> > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [gentoo-dev] WindowMaker 0.8? (emake vs make?)
2002-01-16 18:37 ` [gentoo-dev] WindowMaker 0.8? (emake vs make?) Jano Lukac
2002-01-16 18:38 ` Jano Lukac
@ 2002-01-16 20:21 ` Mikael Hallendal
1 sibling, 0 replies; 10+ messages in thread
From: Mikael Hallendal @ 2002-01-16 20:21 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 743 bytes --]
ons 2002-01-16 klockan 19.37 skrev Jano Lukac:
> Zach Forrest said:
> <snip>
> > Two, "try" is no longer used. Instead, use something like
> > "./configure || die" or "emake || die". This will all make a little
> > more sense once you've read the Gentoo Linux Developers HOWTO.
>
> SHouldn't it be "emake || make || die" ?? That way, for those non-smp
> makefiles, you'll get at least *some* benefit for have more than 1. Unless,
> of course, emake has been rewritten to try "make $MAKEOPTS || make"
Yes, emake first tries to run make $MAKEOPTS and if that fails it tries
to run make.
Regards,
Mikael Hallendal
--
Mikael Hallendal
Gentoo Linux Developer, Desktop Team Leader
CodeFactory AB, Stockholm, Sweden
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 232 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2002-01-16 20:20 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-16 14:39 [gentoo-dev] WindowMaker 0.8? Clay Mitchell
2002-01-16 15:38 ` Gila
2002-01-16 16:10 ` Clay Mitchell
2002-01-16 16:58 ` Tod M. Neidt
2002-01-16 17:20 ` [gentoo-dev] WindowMaker 0.8? (ebuild info) Zach Forrest
2002-01-16 18:37 ` [gentoo-dev] WindowMaker 0.8? (emake vs make?) Jano Lukac
2002-01-16 18:38 ` Jano Lukac
2002-01-16 20:21 ` Mikael Hallendal
2002-01-16 19:21 ` [gentoo-dev] WindowMaker 0.8? Gila
2002-01-16 17:02 ` Grant Goodyear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox