[Lunar-commits] <moonbase> vala: Version bump and moving it to the compilers section.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Sep 8 21:21:23 CEST 2010
commit cb45c7f1d92c204f55986298d7f8c06c732e6489
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Sep 8 15:21:23 2010 -0400
vala: Version bump and moving it to the compilers section.
---
compilers/vala/DEPENDS | 1 +
compilers/vala/DETAILS | 17 +++++++++++++++++
zbeta/vala/DEPENDS | 1 -
zbeta/vala/DETAILS | 17 -----------------
4 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/compilers/vala/DEPENDS b/compilers/vala/DEPENDS
new file mode 100644
index 0000000..a12f68d
--- /dev/null
+++ b/compilers/vala/DEPENDS
@@ -0,0 +1 @@
+depends gtk+-2
diff --git a/compilers/vala/DETAILS b/compilers/vala/DETAILS
new file mode 100644
index 0000000..cee23f3
--- /dev/null
+++ b/compilers/vala/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=vala
+ MAJOR=0.9
+ VERSION=$MAJOR.7
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:849759fee8c25dfab569dbbcefe20abb8a06dc4b
+ WEB_SITE=http://www.vala-project.org
+ ENTERED=20020714
+ UPDATED=20100829
+ SHORT="A compiler for the GObject type system"
+
+cat << EOF
+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.
+EOF
diff --git a/zbeta/vala/DEPENDS b/zbeta/vala/DEPENDS
deleted file mode 100644
index a12f68d..0000000
--- a/zbeta/vala/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends gtk+-2
diff --git a/zbeta/vala/DETAILS b/zbeta/vala/DETAILS
deleted file mode 100644
index cee23f3..0000000
--- a/zbeta/vala/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=vala
- MAJOR=0.9
- VERSION=$MAJOR.7
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
- SOURCE_VFY=sha1:849759fee8c25dfab569dbbcefe20abb8a06dc4b
- WEB_SITE=http://www.vala-project.org
- ENTERED=20020714
- UPDATED=20100829
- SHORT="A compiler for the GObject type system"
-
-cat << EOF
-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.
-EOF
More information about the Lunar-commits
mailing list