[Mud-builder-commits] r272 - in trunk/packages: . vala.pkg
jaffa at garage.maemo.org
jaffa at garage.maemo.org
Mon Mar 16 23:03:09 EET 2009
Author: jaffa
Date: 2009-03-16 23:03:09 +0200 (Mon, 16 Mar 2009)
New Revision: 272
Added:
trunk/packages/vala.pkg/
trunk/packages/vala.pkg/mud.xml
Removed:
trunk/packages/vala.xml
Log:
Update vala package to 0.5.7 release, and new package format
Copied: trunk/packages/vala.pkg/mud.xml (from rev 270, trunk/packages/vala.xml)
===================================================================
--- trunk/packages/vala.pkg/mud.xml (rev 0)
+++ trunk/packages/vala.pkg/mud.xml 2009-03-16 21:03:09 UTC (rev 272)
@@ -0,0 +1,21 @@
+<package>
+ <fetch type="tarball">
+ <url>http://download.gnome.org/sources/vala/0.5/vala-0.5.7.tar.bz2</url>
+ </fetch>
+ <build>
+ <copyright>lgpl</copyright>
+ </build>
+ <deb prefix-section="0">
+ <section>programming</section>
+ <depends>c-compiler</depends>
+ <description>Vala is a modern programming language compiling to C.
+ Vala is a new programming language that aims to bring modern
+ programming language features to GNOME developers without imposing
+ any additional runtime requirements and without using a different ABI
+ compared to applications and libraries written in C.
+ .
+ Given its dependence on gcc, this is intended for use within the Maemo
+ SDK.</description>
+ </deb>
+</package>
+
Property changes on: trunk/packages/vala.pkg/mud.xml
___________________________________________________________________
Name: svn:mergeinfo
+
Deleted: trunk/packages/vala.xml
===================================================================
--- trunk/packages/vala.xml 2009-03-16 21:02:29 UTC (rev 271)
+++ trunk/packages/vala.xml 2009-03-16 21:03:09 UTC (rev 272)
@@ -1,21 +0,0 @@
-<package>
- <fetch type="tarball">
- <url>http://download.gnome.org/sources/vala/0.3/vala-0.3.4.tar.bz2</url>
- </fetch>
- <build>
- <copyright>lgpl</copyright>
- </build>
- <deb prefix-section="0">
- <section>programming</section>
- <depends>c-compiler</depends>
- <description>Vala is a modern programming language compiling to C.
- Vala is a new programming language that aims to bring modern
- programming language features to GNOME developers without imposing
- any additional runtime requirements and without using a different ABI
- compared to applications and libraries written in C.
- .
- Given its dependence on gcc, this is intended for use within the Maemo
- SDK.</description>
- </deb>
-</package>
-
More information about the Mud-builder-commits
mailing list