[Lunar-commits] <moonbase> gob: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Sun Dec 28 10:41:21 CET 2008
commit eb1576c16eb9ef57a0a94418d8201ffd66dd7f48
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun Dec 28 11:41:21 2008 +0200
gob: remove it from the moonbase.
---
devel/gob/DEPENDS | 2 --
devel/gob/DETAILS | 24 ------------------------
2 files changed, 0 insertions(+), 26 deletions(-)
diff --git a/devel/gob/DEPENDS b/devel/gob/DEPENDS
deleted file mode 100644
index a0affac..0000000
--- a/devel/gob/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends byacc &&
-depends gtk+
diff --git a/devel/gob/DETAILS b/devel/gob/DETAILS
deleted file mode 100644
index 3f9bc4a..0000000
--- a/devel/gob/DETAILS
+++ /dev/null
@@ -1,24 +0,0 @@
- MODULE=gob
- VERSION=1.0.12
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://ftp.5z.com/pub/gob/
- SOURCE_VFY=sha1:ebdc5c9d24b3eb0eb2c16c9c4bb3e9da225383e3
- WEB_SITE=http://www.5z.com/jirka/gob.html
- ENTERED=20020713
- UPDATED=20020713
- SHORT="A preprocessor for making GTK+ objects with inline C code"
-
-cat << EOF
-GOB is a preprocessor for making GTK+ objects with inline C code so
-that generated files are not editted. Syntax is inspired by java and
-yacc or lex. The implementation is intentionaly kept simple, and no C
-actual code parsing is done.
-
-Reasons:
- * C is a perfect (well mostly) language, no need for another language
- * Writing a fully featured GTK+ object is a hassle
- * GTK+ has little typesafety, GOB improves on it
- * Need for a generator that doesn't require changes to generated code
- * I like how Java writes method code directly into the class
- definition
-EOF
More information about the Lunar-commits
mailing list