* [PATCH] Adding maxima recipe (tool for algebraic calculation)
@ 2010-07-22 23:34 David Lanzendörfer
2010-07-23 8:31 ` Frans Meulenbroeks
2010-07-23 9:12 ` Dr. Michael Lauer
0 siblings, 2 replies; 6+ messages in thread
From: David Lanzendörfer @ 2010-07-22 23:34 UTC (permalink / raw)
To: openembedded-devel
<JaMa> leviathan: and send PATCHv2 to ML if it builds for you correct .ipk I'll push it imediately
leviathan@dizzy-6 /mnt/sdb/build_gta02 $ ls tmp/deploy/ipk/armv4t/maxima*
tmp/deploy/ipk/armv4t/maxima_5.21.1-r0.5_armv4t.ipk tmp/deploy/ipk/armv4t/maxima-dbg_5.21.1-r0.5_armv4t.ipk tmp/deploy/ipk/armv4t/maxima-dev_5.21.1-r0.5_armv4t.ipk tmp/deploy/ipk/armv4t/maxima-doc_5.21.1-r0.5_armv4t.ipk
@JaMa:
The content of the ipkgs is ok.
ready to push?
best regards
leviathan
---
recipes/maxima/maxima_5.21.1.bb | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
create mode 100644 recipes/maxima/maxima_5.21.1.bb
diff --git a/recipes/maxima/maxima_5.21.1.bb b/recipes/maxima/maxima_5.21.1.bb
new file mode 100644
index 0000000..ae89bea
--- /dev/null
+++ b/recipes/maxima/maxima_5.21.1.bb
@@ -0,0 +1,9 @@
+DESCRIPTION="Free computer algebra environment based on Macsyma"
+HOMEPAGE="http://maxima.sourceforge.net/"
+SRC_URI="http://www.sfr-fresh.com/unix/misc/${P}.tar.gz"
+LICENSE="GPLv2"
+
+inherit autotools
+
+SRC_URI[md5sum] = "e08ed533f3059cec52788ef35198bdcc"
+SRC_URI[sha256sum] = "1dae887e1787871437d699a6b1acc1c1f7428729487492a07c6a31e26bf53a1b"
--
1.6.4.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] Adding maxima recipe (tool for algebraic calculation)
2010-07-22 23:34 [PATCH] Adding maxima recipe (tool for algebraic calculation) David Lanzendörfer
@ 2010-07-23 8:31 ` Frans Meulenbroeks
2010-07-23 9:12 ` Dr. Michael Lauer
1 sibling, 0 replies; 6+ messages in thread
From: Frans Meulenbroeks @ 2010-07-23 8:31 UTC (permalink / raw)
To: openembedded-devel
2010/7/23 David Lanzendörfer <david.lanzendoerfer@o2s.ch>
> <JaMa> leviathan: and send PATCHv2 to ML if it builds for you correct .ipk
> I'll push it imediately
>
> leviathan@dizzy-6 /mnt/sdb/build_gta02 $ ls tmp/deploy/ipk/armv4t/maxima*
> tmp/deploy/ipk/armv4t/maxima_5.21.1-r0.5_armv4t.ipk
> tmp/deploy/ipk/armv4t/maxima-dbg_5.21.1-r0.5_armv4t.ipk
> tmp/deploy/ipk/armv4t/maxima-dev_5.21.1-r0.5_armv4t.ipk
> tmp/deploy/ipk/armv4t/maxima-doc_5.21.1-r0.5_armv4t.ipk
>
> @JaMa:
> The content of the ipkgs is ok.
> ready to push?
>
> best regards
> leviathan
> ---
> recipes/maxima/maxima_5.21.1.bb | 9 +++++++++
> 1 files changed, 9 insertions(+), 0 deletions(-)
> create mode 100644 recipes/maxima/maxima_5.21.1.bb
>
> diff --git a/recipes/maxima/maxima_5.21.1.bb b/recipes/maxima/
> maxima_5.21.1.bb
> new file mode 100644
> index 0000000..ae89bea
> --- /dev/null
> +++ b/recipes/maxima/maxima_5.21.1.bb
> @@ -0,0 +1,9 @@
> +DESCRIPTION="Free computer algebra environment based on Macsyma"
> +HOMEPAGE="http://maxima.sourceforge.net/"
> +SRC_URI="http://www.sfr-fresh.com/unix/misc/${P}.tar.gz<http://www.sfr-fresh.com/unix/misc/$%7BP%7D.tar.gz>
> "
> +LICENSE="GPLv2"
> +
> +inherit autotools
> +
> +SRC_URI[md5sum] = "e08ed533f3059cec52788ef35198bdcc"
> +SRC_URI[sha256sum] =
> "1dae887e1787871437d699a6b1acc1c1f7428729487492a07c6a31e26bf53a1b"
> --
> 1.6.4.4
>
> Can't test right now, but the recipe looks fine to me.
Thanks for your contribution.
Frans
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Adding maxima recipe (tool for algebraic calculation)
2010-07-22 23:34 [PATCH] Adding maxima recipe (tool for algebraic calculation) David Lanzendörfer
2010-07-23 8:31 ` Frans Meulenbroeks
@ 2010-07-23 9:12 ` Dr. Michael Lauer
2010-07-23 9:23 ` Frans Meulenbroeks
1 sibling, 1 reply; 6+ messages in thread
From: Dr. Michael Lauer @ 2010-07-23 9:12 UTC (permalink / raw)
To: openembedded-devel
> +DESCRIPTION="Free computer algebra environment based on Macsyma"
> +HOMEPAGE="http://maxima.sourceforge.net/"
> +SRC_URI="http://www.sfr-fresh.com/unix/misc/${P}.tar.gz"
> +LICENSE="GPLv2"
Whitespace, please.
Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Adding maxima recipe (tool for algebraic calculation)
2010-07-23 9:12 ` Dr. Michael Lauer
@ 2010-07-23 9:23 ` Frans Meulenbroeks
2010-07-23 9:38 ` Martin Jansa
2010-07-23 10:09 ` Koen Kooi
0 siblings, 2 replies; 6+ messages in thread
From: Frans Meulenbroeks @ 2010-07-23 9:23 UTC (permalink / raw)
To: openembedded-devel
2010/7/23 Dr. Michael Lauer <mickey@vanille-media.de>
> > +DESCRIPTION="Free computer algebra environment based on Macsyma"
> > +HOMEPAGE="http://maxima.sourceforge.net/"
> > +SRC_URI="http://www.sfr-fresh.com/unix/misc/${P}.tar.gz<http://www.sfr-fresh.com/unix/misc/$%7BP%7D.tar.gz>
> "
> > +LICENSE="GPLv2"
>
> Whitespace, please.
>
> Thanks.
>
> Mssed that one, but yes, you are right. For the author, Mickey means having
spaces around the =
Linebreaks also crossed my mind, but frankly speaking I'm not too sure about
the policy there.
Also typically LICENSE is before SRC_URI (that should be fixed too)
Frans
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Adding maxima recipe (tool for algebraic calculation)
2010-07-23 9:23 ` Frans Meulenbroeks
@ 2010-07-23 9:38 ` Martin Jansa
2010-07-23 10:09 ` Koen Kooi
1 sibling, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2010-07-23 9:38 UTC (permalink / raw)
To: openembedded-devel
On Fri, Jul 23, 2010 at 11:23:21AM +0200, Frans Meulenbroeks wrote:
> 2010/7/23 Dr. Michael Lauer <mickey@vanille-media.de>
>
> > > +DESCRIPTION="Free computer algebra environment based on Macsyma"
> > > +HOMEPAGE="http://maxima.sourceforge.net/"
> > > +SRC_URI="http://www.sfr-fresh.com/unix/misc/${P}.tar.gz<http://www.sfr-fresh.com/unix/misc/$%7BP%7D.tar.gz>
> > "
> > > +LICENSE="GPLv2"
> >
> > Whitespace, please.
> >
> > Thanks.
> >
> > Mssed that one, but yes, you are right. For the author, Mickey means having
> spaces around the =
>
> Linebreaks also crossed my mind, but frankly speaking I'm not too sure about
> the policy there.
> Also typically LICENSE is before SRC_URI (that should be fixed too)
done
http://git.openembedded.org/cgit.cgi/openembedded/commit/?id=570b4127ed3618be84d7952ec09b4fbb094f5dca
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Adding maxima recipe (tool for algebraic calculation)
2010-07-23 9:23 ` Frans Meulenbroeks
2010-07-23 9:38 ` Martin Jansa
@ 2010-07-23 10:09 ` Koen Kooi
1 sibling, 0 replies; 6+ messages in thread
From: Koen Kooi @ 2010-07-23 10:09 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 23-07-10 11:23, Frans Meulenbroeks wrote:
> 2010/7/23 Dr. Michael Lauer <mickey@vanille-media.de>
>
>>> +DESCRIPTION="Free computer algebra environment based on Macsyma"
>>> +HOMEPAGE="http://maxima.sourceforge.net/"
>>> +SRC_URI="http://www.sfr-fresh.com/unix/misc/${P}.tar.gz<http://www.sfr-fresh.com/unix/misc/$%7BP%7D.tar.gz>
>> "
>>> +LICENSE="GPLv2"
>>
>> Whitespace, please.
>>
>> Thanks.
>>
>> Mssed that one, but yes, you are right. For the author, Mickey means having
> spaces around the =
>
> Linebreaks also crossed my mind, but frankly speaking I'm not too sure about
> the policy there.
> Also typically LICENSE is before SRC_URI (that should be fixed too)
there's contrib/oe-stylize.py for that. It's not 100% correct, but it
will give you a good idea what to fix.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMSWpzMkyGM64RGpERAmkdAJ4vQmOwn1RnMIX9Tf8vL6amjCcqMwCgucbx
Kl6YxNlZVXxNc/ZUDlxoJtc=
=1HX6
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-07-23 10:15 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-22 23:34 [PATCH] Adding maxima recipe (tool for algebraic calculation) David Lanzendörfer
2010-07-23 8:31 ` Frans Meulenbroeks
2010-07-23 9:12 ` Dr. Michael Lauer
2010-07-23 9:23 ` Frans Meulenbroeks
2010-07-23 9:38 ` Martin Jansa
2010-07-23 10:09 ` Koen Kooi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.