[Lunar-commits] <moonbase> e17 .> svn
Samuel Verstraete
samuel.verstraete at gmail.com
Fri Mar 13 16:02:56 CET 2009
commit 24f706d1bc783e7dc98854ebb29b0bf0bf3e5f01
Author: Samuel Verstraete <samuel.verstraete at gmail.com>
Date: Sun Nov 2 09:12:50 2008 +0100
e17 .> svn
---
zbeta/e17/e_modules-svn/DETAILS | 4 ++--
zbeta/e17/emprint-cvs/BUILD | 10 ----------
zbeta/e17/emprint-cvs/DEPENDS | 1 -
zbeta/e17/emprint-cvs/DETAILS | 16 ----------------
zbeta/e17/emprint-svn/BUILD | 10 ++++++++++
zbeta/e17/emprint-svn/DEPENDS | 1 +
zbeta/e17/emprint-svn/DETAILS | 16 ++++++++++++++++
zbeta/e17/engage-svn/BUILD | 12 ------------
zbeta/e17/engage-svn/DEPENDS | 5 -----
zbeta/e17/engage-svn/DETAILS | 22 ----------------------
10 files changed, 29 insertions(+), 68 deletions(-)
diff --git a/zbeta/e17/e_modules-svn/DETAILS b/zbeta/e17/e_modules-svn/DETAILS
index 072018d..ca64194 100644
--- a/zbeta/e17/e_modules-svn/DETAILS
+++ b/zbeta/e17/e_modules-svn/DETAILS
@@ -1,7 +1,7 @@
MODULE=e_modules-svn
VERSION=svn-`date +%U`
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e_modules
+ SOURCE=$MODULE.tar.bz2
+ SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/E-MODULES-EXTRA
WEB_SITE=http://www.enlightenment.org
ENTERED=20050330
UPDATED=20081102
diff --git a/zbeta/e17/emprint-cvs/BUILD b/zbeta/e17/emprint-cvs/BUILD
deleted file mode 100644
index d908e3c..0000000
--- a/zbeta/e17/emprint-cvs/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
- export PATH=$MODULE_PREFIX/bin:$PATH
- export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
- export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
- export USER=nobody
-
- default_cvs_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/e17/emprint-cvs/DEPENDS b/zbeta/e17/emprint-cvs/DEPENDS
deleted file mode 100644
index 8e37f08..0000000
--- a/zbeta/e17/emprint-cvs/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends ecore-cvs
diff --git a/zbeta/e17/emprint-cvs/DETAILS b/zbeta/e17/emprint-cvs/DETAILS
deleted file mode 100644
index 1919a07..0000000
--- a/zbeta/e17/emprint-cvs/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- MODULE=emprint-cvs
- VERSION=beta
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:e17/apps/emprint
- WEB_SITE=http://enlightenment.org/
- ENTERED=20080305
- UPDATED=`date -u +%Y%m%d`
- MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
- SHORT="Screenshot taking utility written with the EFL"
-
-cat << EOF
-Emprint is a utility for taking screenshots of the entire screen, a specific
-window, or a specific region. It is written with the Enlightenment Foundation
-Libraries (http://www.enlightnement.org). It depends on a large number of
-libraries that are only available in CVS at the moment.
-EOF
diff --git a/zbeta/e17/emprint-svn/BUILD b/zbeta/e17/emprint-svn/BUILD
new file mode 100644
index 0000000..d908e3c
--- /dev/null
+++ b/zbeta/e17/emprint-svn/BUILD
@@ -0,0 +1,10 @@
+(
+
+ export PATH=$MODULE_PREFIX/bin:$PATH
+ export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
+ export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
+ export USER=nobody
+
+ default_cvs_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/e17/emprint-svn/DEPENDS b/zbeta/e17/emprint-svn/DEPENDS
new file mode 100644
index 0000000..8e37f08
--- /dev/null
+++ b/zbeta/e17/emprint-svn/DEPENDS
@@ -0,0 +1 @@
+depends ecore-cvs
diff --git a/zbeta/e17/emprint-svn/DETAILS b/zbeta/e17/emprint-svn/DETAILS
new file mode 100644
index 0000000..8989ed0
--- /dev/null
+++ b/zbeta/e17/emprint-svn/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=emprint-svn
+ VERSION=svn-`date +%U`
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=svn+http://svn.enlightenment.org/svn/e/trunk/emprint
+ WEB_SITE=http://enlightenment.org/
+ ENTERED=20080305
+ UPDATED=20081102
+ MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
+ SHORT="Screenshot taking utility written with the EFL"
+
+cat << EOF
+Emprint is a utility for taking screenshots of the entire screen, a specific
+window, or a specific region. It is written with the Enlightenment Foundation
+Libraries (http://www.enlightnement.org). It depends on a large number of
+libraries that are only available in CVS at the moment.
+EOF
diff --git a/zbeta/e17/engage-svn/BUILD b/zbeta/e17/engage-svn/BUILD
deleted file mode 100644
index 00cfa10..0000000
--- a/zbeta/e17/engage-svn/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- export PATH="$MODULE_PREFIX/bin:$PATH"
- export CPPFLAGS="$CPPFLAGS -I$MODULE_PREFIX/include"
- export LDFLAGS="$LDFLAGS -L$MODULE_PREFIX/lib"
- export USER=nobody
-
- OPTS="$OPTS --enable-xinerama"
-
- default_cvs_build
-
-) > $C_FIFO 2>&1
diff --git a/zbeta/e17/engage-svn/DEPENDS b/zbeta/e17/engage-svn/DEPENDS
deleted file mode 100644
index 63f9687..0000000
--- a/zbeta/e17/engage-svn/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends e17-svn
-depends esmart-svn
-depends ewl-svn
-
-optional_depends "examine-svn" "" "" "for a GUI configurator"
diff --git a/zbeta/e17/engage-svn/DETAILS b/zbeta/e17/engage-svn/DETAILS
deleted file mode 100644
index 8861771..0000000
--- a/zbeta/e17/engage-svn/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- MODULE=engage-svn
- VERSION=svn-`date +%U`
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=cvs://:pserver:anonymous@anoncvs.enlightenment.org:/var/cvs/e:misc/engage
- WEB_SITE=http://enlightenment.org/pages/engage.html
- ENTERED=20041224
- UPDATED=20081102
- MODULE_PREFIX=${E17_PREFIX:-/opt/lunar/enlightenment}
- SHORT="An EFL based iconbar/dockbar"
-
-cat << EOF
-Engage is an application that takes a new approach to handling your
-iconbars, icon boxes and panels. All you need to know about your
-applications is now in one convenient location. It can launch
-applications, notify if applications are running, contain the icons of
-iconified windows and maintain a "system tray" for applications
-supporting the standard. Another feature is that it can embed other
-"edje" files.
-
-Check this page out for helpful configuration tips:
-http://www.get-e.org/User_Guide/English/_pages/4.2.html
-EOF
More information about the Lunar-commits
mailing list