[Lunar-commits] <moonbase> gummi: moved from zbeta to doc-tools
Duncan Gibson
engelsman at lunar-linux.org
Sat Jan 9 18:08:58 CET 2010
commit a3c5d7ef1b258ca942afaa16504a1b2b5da2e40d
Author: Duncan Gibson <engelsman at lunar-linux.org>
Date: Sat Jan 9 18:08:58 2010 +0100
gummi: moved from zbeta to doc-tools
---
doc-tools/gummi/BUILD | 6 ++++++
doc-tools/gummi/DEPENDS | 3 +++
doc-tools/gummi/DETAILS | 15 +++++++++++++++
zbeta/gummi/BUILD | 6 ------
zbeta/gummi/DEPENDS | 3 ---
zbeta/gummi/DETAILS | 15 ---------------
6 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/doc-tools/gummi/BUILD b/doc-tools/gummi/BUILD
new file mode 100644
index 0000000..705ace2
--- /dev/null
+++ b/doc-tools/gummi/BUILD
@@ -0,0 +1,6 @@
+(
+ python setup.py build &&
+ prepare_install &&
+ python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/doc-tools/gummi/DEPENDS b/doc-tools/gummi/DEPENDS
new file mode 100644
index 0000000..e890036
--- /dev/null
+++ b/doc-tools/gummi/DEPENDS
@@ -0,0 +1,3 @@
+depends pygtksourceview
+depends pypoppler
+depends teTeX
diff --git a/doc-tools/gummi/DETAILS b/doc-tools/gummi/DETAILS
new file mode 100644
index 0000000..c439429
--- /dev/null
+++ b/doc-tools/gummi/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gummi
+ VERSION=0.4.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://dev.midnightcoding.org/redmine/attachments/download/6/
+ SOURCE_VFY=sha1:5b27336caafb5101072fa0dab1b91c876958f225
+ WEB_SITE=http://gummi.midnightcoding.org
+ ENTERED=20091205
+ UPDATED=20100109
+ SHORT="simple LaTex editor in Python/Gtk"
+
+cat << EOF
+Gummi is a simple lightweight LaTeX editor written in Python/GTK.
+Gummi is still in the development stage, but already includes some
+exciting features.
+EOF
diff --git a/zbeta/gummi/BUILD b/zbeta/gummi/BUILD
deleted file mode 100644
index 705ace2..0000000
--- a/zbeta/gummi/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
- python setup.py build &&
- prepare_install &&
- python setup.py install
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/gummi/DEPENDS b/zbeta/gummi/DEPENDS
deleted file mode 100644
index e890036..0000000
--- a/zbeta/gummi/DEPENDS
+++ /dev/null
@@ -1,3 +0,0 @@
-depends pygtksourceview
-depends pypoppler
-depends teTeX
diff --git a/zbeta/gummi/DETAILS b/zbeta/gummi/DETAILS
deleted file mode 100644
index c439429..0000000
--- a/zbeta/gummi/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=gummi
- VERSION=0.4.2
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=http://dev.midnightcoding.org/redmine/attachments/download/6/
- SOURCE_VFY=sha1:5b27336caafb5101072fa0dab1b91c876958f225
- WEB_SITE=http://gummi.midnightcoding.org
- ENTERED=20091205
- UPDATED=20100109
- SHORT="simple LaTex editor in Python/Gtk"
-
-cat << EOF
-Gummi is a simple lightweight LaTeX editor written in Python/GTK.
-Gummi is still in the development stage, but already includes some
-exciting features.
-EOF
More information about the Lunar-commits
mailing list