[Lunar-commits] <moonbase> convertall: Moved this app to qt4-apps as it is now a qt4 app, instead of a qt3 app.

Terry Chan tchan at lunar-linux.org
Mon May 19 05:58:55 CEST 2008


commit c7e36ce61d23a69d32525db0e0c005dc5f126082
Author: Terry Chan <tchan at lunar-linux.org>
Date:   Sun May 18 22:58:55 2008 -0500

    convertall: Moved this app to qt4-apps as it is now a qt4 app, instead of a qt3 app.
---
 qt-apps/convertall/BUILD      |    7 -------
 qt-apps/convertall/DEPENDS    |    1 -
 qt-apps/convertall/DETAILS    |   18 ------------------
 qt-apps/convertall/PRE_BUILD  |    3 ---
 qt4-apps/convertall/BUILD     |    7 +++++++
 qt4-apps/convertall/DEPENDS   |    1 +
 qt4-apps/convertall/DETAILS   |   18 ++++++++++++++++++
 qt4-apps/convertall/PRE_BUILD |    3 +++
 8 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/qt-apps/convertall/BUILD b/qt-apps/convertall/BUILD
deleted file mode 100644
index 6062314..0000000
--- a/qt-apps/convertall/BUILD
+++ /dev/null
@@ -1,7 +0,0 @@
-(
- 
-  cd ConvertAll &&
-  prepare_install &&
-  python install.py -p /usr
-
-) > $C_FIFO 2>&1
diff --git a/qt-apps/convertall/DEPENDS b/qt-apps/convertall/DEPENDS
deleted file mode 100644
index 58680ee..0000000
--- a/qt-apps/convertall/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends PyQt
diff --git a/qt-apps/convertall/DETAILS b/qt-apps/convertall/DETAILS
deleted file mode 100644
index f7cdafe..0000000
--- a/qt-apps/convertall/DETAILS
+++ /dev/null
@@ -1,18 +0,0 @@
-          MODULE=convertall
-         VERSION=0.3.2
-          SOURCE=$MODULE-$VERSION.tar.gz
-      SOURCE_URL=http://download.berlios.de/convertall/
-      SOURCE_VFY=sha1:730089af4839111da2345da2dc3f4ae7b9e05d3d
-        WEB_SITE=http://convertall.bellz.org
-         ENTERED=20050531
-         UPDATED=20061106
-      MAINTAINER=tchan at lunar-linux.org
-           SHORT="Another unit converter"
-cat << EOF
-Why write another unit converter? There are plenty of them out there. Well, I
-couldn't find one that worked quite the way I wanted.
-
-With ConvertAll, you can combine the units any way you want. If you want to
-convert from inches per decade, that's fine. Or from meter-pounds. Or from
-cubic nautical miles. The units don't have to make sense to anyone else.
-EOF
diff --git a/qt-apps/convertall/PRE_BUILD b/qt-apps/convertall/PRE_BUILD
deleted file mode 100644
index 87610bc..0000000
--- a/qt-apps/convertall/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-mk_source_dir         &&
-cd $SOURCE_DIRECTORY  &&
-unpack $SOURCE
diff --git a/qt4-apps/convertall/BUILD b/qt4-apps/convertall/BUILD
new file mode 100644
index 0000000..6062314
--- /dev/null
+++ b/qt4-apps/convertall/BUILD
@@ -0,0 +1,7 @@
+(
+ 
+  cd ConvertAll &&
+  prepare_install &&
+  python install.py -p /usr
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/convertall/DEPENDS b/qt4-apps/convertall/DEPENDS
new file mode 100644
index 0000000..58680ee
--- /dev/null
+++ b/qt4-apps/convertall/DEPENDS
@@ -0,0 +1 @@
+depends PyQt
diff --git a/qt4-apps/convertall/DETAILS b/qt4-apps/convertall/DETAILS
new file mode 100644
index 0000000..f7cdafe
--- /dev/null
+++ b/qt4-apps/convertall/DETAILS
@@ -0,0 +1,18 @@
+          MODULE=convertall
+         VERSION=0.3.2
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://download.berlios.de/convertall/
+      SOURCE_VFY=sha1:730089af4839111da2345da2dc3f4ae7b9e05d3d
+        WEB_SITE=http://convertall.bellz.org
+         ENTERED=20050531
+         UPDATED=20061106
+      MAINTAINER=tchan at lunar-linux.org
+           SHORT="Another unit converter"
+cat << EOF
+Why write another unit converter? There are plenty of them out there. Well, I
+couldn't find one that worked quite the way I wanted.
+
+With ConvertAll, you can combine the units any way you want. If you want to
+convert from inches per decade, that's fine. Or from meter-pounds. Or from
+cubic nautical miles. The units don't have to make sense to anyone else.
+EOF
diff --git a/qt4-apps/convertall/PRE_BUILD b/qt4-apps/convertall/PRE_BUILD
new file mode 100644
index 0000000..87610bc
--- /dev/null
+++ b/qt4-apps/convertall/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir         &&
+cd $SOURCE_DIRECTORY  &&
+unpack $SOURCE


More information about the Lunar-commits mailing list