[Lunar-commits] <moonbase> sofar: unstupid
Auke Kok
sofar at foo-projects.org
Thu Apr 17 22:19:09 CEST 2008
commit a0dde64fda3ab63dc0be59c3774280ff8b7fe2d1
Author: Auke Kok <auke at foo-projects.org>
Date: Thu Apr 17 22:19:09 2008 +0200
sofar: unstupid
---
zbeta/connman-git/BUILD | 6 ++++++
zbeta/connman-git/DEPENDS | 4 ++++
zbeta/connman-git/DETAILS | 17 +++++++++++++++++
zbeta/connman-git/init.d/connmand | 10 ++++++++++
zbeta/connman-gnome-git/BUILD | 6 ++++++
zbeta/connman-gnome-git/DEPENDS | 2 ++
zbeta/connman-gnome-git/DETAILS | 20 ++++++++++++++++++++
zbeta/libgdbus-git/BUILD | 8 ++++++++
zbeta/libgdbus-git/DEPENDS | 2 ++
zbeta/libgdbus-git/DETAILS | 12 ++++++++++++
zbeta/resolvconf/BUILD | 9 +++++++++
zbeta/resolvconf/DETAILS | 13 +++++++++++++
zlocal/connman-git/BUILD | 6 ------
zlocal/connman-git/DEPENDS | 4 ----
zlocal/connman-git/DETAILS | 17 -----------------
zlocal/connman-git/init.d/connmand | 10 ----------
zlocal/connman-gnome-git/BUILD | 6 ------
zlocal/connman-gnome-git/DEPENDS | 2 --
zlocal/connman-gnome-git/DETAILS | 20 --------------------
zlocal/libgdbus-git/BUILD | 8 --------
zlocal/libgdbus-git/DEPENDS | 2 --
zlocal/libgdbus-git/DETAILS | 12 ------------
zlocal/resolvconf/BUILD | 9 ---------
zlocal/resolvconf/DETAILS | 13 -------------
24 files changed, 109 insertions(+), 109 deletions(-)
diff --git a/zbeta/connman-git/BUILD b/zbeta/connman-git/BUILD
new file mode 100644
index 0000000..a563ddc
--- /dev/null
+++ b/zbeta/connman-git/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sh bootstrap &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/connman-git/DEPENDS b/zbeta/connman-git/DEPENDS
new file mode 100644
index 0000000..5231d53
--- /dev/null
+++ b/zbeta/connman-git/DEPENDS
@@ -0,0 +1,4 @@
+depends libgdbus-git
+depends dhcp
+depends resolvconf
+depends wpa_supplicant
diff --git a/zbeta/connman-git/DETAILS b/zbeta/connman-git/DETAILS
new file mode 100644
index 0000000..e485ebf
--- /dev/null
+++ b/zbeta/connman-git/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=connman-git
+ VERSION=git
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=git+http://moblin.org/repos/projects/connman.git
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ WEB_SITE="http://moblin.org/projects/projects_connman.php"
+ ENTERED=20080417
+ UPDATED=20080417
+ SHORT="Network Connection Manager daemon"
+cat <<EOF
+This daemon provides profiles and link management for both wireless
+and wired network connections. The daemon will react to link changes
+and automatically select preferred networks.
+
+The user uses the connman-gnome interface to configure and manage
+the daemon.
+EOF
diff --git a/zbeta/connman-git/init.d/connmand b/zbeta/connman-git/init.d/connmand
new file mode 100644
index 0000000..8b9d0bf
--- /dev/null
+++ b/zbeta/connman-git/init.d/connmand
@@ -0,0 +1,10 @@
+#! /bin/bash
+#
+# connmand Start/Stop the connmand network connection manager
+#
+# chkconfig: 345 15 90
+# description: network connection manager daemon
+# processname: connmand
+# pidfile: /var/run/connmand.pid
+
+. /lib/lsb/init-functions
diff --git a/zbeta/connman-gnome-git/BUILD b/zbeta/connman-gnome-git/BUILD
new file mode 100644
index 0000000..a563ddc
--- /dev/null
+++ b/zbeta/connman-gnome-git/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sh bootstrap &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/connman-gnome-git/DEPENDS b/zbeta/connman-gnome-git/DEPENDS
new file mode 100644
index 0000000..f4c5248
--- /dev/null
+++ b/zbeta/connman-gnome-git/DEPENDS
@@ -0,0 +1,2 @@
+depends gtk+-2
+depends connman-git
diff --git a/zbeta/connman-gnome-git/DETAILS b/zbeta/connman-gnome-git/DETAILS
new file mode 100644
index 0000000..d66633c
--- /dev/null
+++ b/zbeta/connman-gnome-git/DETAILS
@@ -0,0 +1,20 @@
+ MODULE=connman-gnome-git
+ VERSION=git
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=git+http://moblin.org/repos/projects/connman-gnome.git
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ WEB_SITE="http://moblin.org/projects/projects_connman.php"
+ ENTERED=20080417
+ UPDATED=20080417
+ SHORT="User configuration frontend to connmand"
+cat <<EOF
+The Linux Connection Manager project provides a daemon for managing
+Internet connections within embedded devices running the Linux
+operating system. The Connection Manager is designed to be slim and to
+use as few resources as possible, so it can be easily integrated in
+other Moblin-based embedded systems. It is fully modular system that
+can be extended through plug-ins, to support all kinds of wired or
+wireless technologies. Also, configuration methods like DHCP and domain
+name resolving are implemented using plug-ins. The plug-in approach
+allows for easy adaption and modification for various use cases.
+EOF
diff --git a/zbeta/libgdbus-git/BUILD b/zbeta/libgdbus-git/BUILD
new file mode 100644
index 0000000..4604a03
--- /dev/null
+++ b/zbeta/libgdbus-git/BUILD
@@ -0,0 +1,8 @@
+(
+
+ OPTS="$OPTS --enable-dbus-glib"
+
+ sh bootstrap &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/libgdbus-git/DEPENDS b/zbeta/libgdbus-git/DEPENDS
new file mode 100644
index 0000000..fc744a4
--- /dev/null
+++ b/zbeta/libgdbus-git/DEPENDS
@@ -0,0 +1,2 @@
+depends glib-2
+depends dbus
diff --git a/zbeta/libgdbus-git/DETAILS b/zbeta/libgdbus-git/DETAILS
new file mode 100644
index 0000000..2222257
--- /dev/null
+++ b/zbeta/libgdbus-git/DETAILS
@@ -0,0 +1,12 @@
+ MODULE=libgdbus-git
+ VERSION=git
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=git+http://moblin.org/repos/projects/libgdbus.git
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ WEB_SITE="http://moblin.org/projects/projects_connman.php"
+ ENTERED=20080417
+ UPDATED=20080417
+ SHORT="glib DBUS bindings"
+cat <<EOF
+glib DBUS bindings, used for connman.
+EOF
diff --git a/zbeta/resolvconf/BUILD b/zbeta/resolvconf/BUILD
new file mode 100644
index 0000000..5e3353e
--- /dev/null
+++ b/zbeta/resolvconf/BUILD
@@ -0,0 +1,9 @@
+(
+
+ prepare_install &&
+ install -m755 bin/resolvconf bin/list-records /bin/ &&
+ cp -rv etc/resolvconf /etc/ &&
+ install -m644 man/resolvconf.8 /usr/share/man/man8/ &&
+ install -m644 man/interface-order.5 /usr/share/man/man5/
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/resolvconf/DETAILS b/zbeta/resolvconf/DETAILS
new file mode 100644
index 0000000..88961d5
--- /dev/null
+++ b/zbeta/resolvconf/DETAILS
@@ -0,0 +1,13 @@
+ MODULE=resolvconf
+ VERSION=1.39
+ SOURCE=${MODULE}_${VERSION}.tar.gz
+ SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/r/resolvconf/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:2d247f6f7365b2520cd63c0b17a8af5538eae2a5
+ WEB_SITE="http://packages.debian.org/source/unstable/resolvconf"
+ ENTERED=20080417
+ UPDATED=20080417
+ SHORT="Manages changes to /etc/resolv.conf"
+cat <<EOF
+Manages changes to /etc/resolv.conf
+EOF
diff --git a/zlocal/connman-git/BUILD b/zlocal/connman-git/BUILD
deleted file mode 100644
index a563ddc..0000000
--- a/zlocal/connman-git/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- sh bootstrap &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zlocal/connman-git/DEPENDS b/zlocal/connman-git/DEPENDS
deleted file mode 100644
index 5231d53..0000000
--- a/zlocal/connman-git/DEPENDS
+++ /dev/null
@@ -1,4 +0,0 @@
-depends libgdbus-git
-depends dhcp
-depends resolvconf
-depends wpa_supplicant
diff --git a/zlocal/connman-git/DETAILS b/zlocal/connman-git/DETAILS
deleted file mode 100644
index e485ebf..0000000
--- a/zlocal/connman-git/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=connman-git
- VERSION=git
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=git+http://moblin.org/repos/projects/connman.git
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- WEB_SITE="http://moblin.org/projects/projects_connman.php"
- ENTERED=20080417
- UPDATED=20080417
- SHORT="Network Connection Manager daemon"
-cat <<EOF
-This daemon provides profiles and link management for both wireless
-and wired network connections. The daemon will react to link changes
-and automatically select preferred networks.
-
-The user uses the connman-gnome interface to configure and manage
-the daemon.
-EOF
diff --git a/zlocal/connman-git/init.d/connmand b/zlocal/connman-git/init.d/connmand
deleted file mode 100644
index 8b9d0bf..0000000
--- a/zlocal/connman-git/init.d/connmand
+++ /dev/null
@@ -1,10 +0,0 @@
-#! /bin/bash
-#
-# connmand Start/Stop the connmand network connection manager
-#
-# chkconfig: 345 15 90
-# description: network connection manager daemon
-# processname: connmand
-# pidfile: /var/run/connmand.pid
-
-. /lib/lsb/init-functions
diff --git a/zlocal/connman-gnome-git/BUILD b/zlocal/connman-gnome-git/BUILD
deleted file mode 100644
index a563ddc..0000000
--- a/zlocal/connman-gnome-git/BUILD
+++ /dev/null
@@ -1,6 +0,0 @@
-(
-
- sh bootstrap &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zlocal/connman-gnome-git/DEPENDS b/zlocal/connman-gnome-git/DEPENDS
deleted file mode 100644
index f4c5248..0000000
--- a/zlocal/connman-gnome-git/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends gtk+-2
-depends connman-git
diff --git a/zlocal/connman-gnome-git/DETAILS b/zlocal/connman-gnome-git/DETAILS
deleted file mode 100644
index d66633c..0000000
--- a/zlocal/connman-gnome-git/DETAILS
+++ /dev/null
@@ -1,20 +0,0 @@
- MODULE=connman-gnome-git
- VERSION=git
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=git+http://moblin.org/repos/projects/connman-gnome.git
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- WEB_SITE="http://moblin.org/projects/projects_connman.php"
- ENTERED=20080417
- UPDATED=20080417
- SHORT="User configuration frontend to connmand"
-cat <<EOF
-The Linux Connection Manager project provides a daemon for managing
-Internet connections within embedded devices running the Linux
-operating system. The Connection Manager is designed to be slim and to
-use as few resources as possible, so it can be easily integrated in
-other Moblin-based embedded systems. It is fully modular system that
-can be extended through plug-ins, to support all kinds of wired or
-wireless technologies. Also, configuration methods like DHCP and domain
-name resolving are implemented using plug-ins. The plug-in approach
-allows for easy adaption and modification for various use cases.
-EOF
diff --git a/zlocal/libgdbus-git/BUILD b/zlocal/libgdbus-git/BUILD
deleted file mode 100644
index 4604a03..0000000
--- a/zlocal/libgdbus-git/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- OPTS="$OPTS --enable-dbus-glib"
-
- sh bootstrap &&
- default_build
-
-) > $C_FIFO 2>&1
diff --git a/zlocal/libgdbus-git/DEPENDS b/zlocal/libgdbus-git/DEPENDS
deleted file mode 100644
index fc744a4..0000000
--- a/zlocal/libgdbus-git/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends glib-2
-depends dbus
diff --git a/zlocal/libgdbus-git/DETAILS b/zlocal/libgdbus-git/DETAILS
deleted file mode 100644
index 2222257..0000000
--- a/zlocal/libgdbus-git/DETAILS
+++ /dev/null
@@ -1,12 +0,0 @@
- MODULE=libgdbus-git
- VERSION=git
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=git+http://moblin.org/repos/projects/libgdbus.git
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- WEB_SITE="http://moblin.org/projects/projects_connman.php"
- ENTERED=20080417
- UPDATED=20080417
- SHORT="glib DBUS bindings"
-cat <<EOF
-glib DBUS bindings, used for connman.
-EOF
diff --git a/zlocal/resolvconf/BUILD b/zlocal/resolvconf/BUILD
deleted file mode 100644
index 5e3353e..0000000
--- a/zlocal/resolvconf/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-(
-
- prepare_install &&
- install -m755 bin/resolvconf bin/list-records /bin/ &&
- cp -rv etc/resolvconf /etc/ &&
- install -m644 man/resolvconf.8 /usr/share/man/man8/ &&
- install -m644 man/interface-order.5 /usr/share/man/man5/
-
-) > $C_FIFO 2>&1
diff --git a/zlocal/resolvconf/DETAILS b/zlocal/resolvconf/DETAILS
deleted file mode 100644
index 88961d5..0000000
--- a/zlocal/resolvconf/DETAILS
+++ /dev/null
@@ -1,13 +0,0 @@
- MODULE=resolvconf
- VERSION=1.39
- SOURCE=${MODULE}_${VERSION}.tar.gz
- SOURCE_URL=http://ftp.de.debian.org/debian/pool/main/r/resolvconf/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:2d247f6f7365b2520cd63c0b17a8af5538eae2a5
- WEB_SITE="http://packages.debian.org/source/unstable/resolvconf"
- ENTERED=20080417
- UPDATED=20080417
- SHORT="Manages changes to /etc/resolv.conf"
-cat <<EOF
-Manages changes to /etc/resolv.conf
-EOF
More information about the Lunar-commits
mailing list