[Lunar-commits] <moonbase> eel: move it to zdeprecated dir.
Florin Braescu
florin at lunar-linux.org
Fri Apr 2 20:46:27 CEST 2010
commit d70ae81936cc2d61cd64aa27e42ca60c8b9ebb9f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Fri Apr 2 21:46:27 2010 +0300
eel: move it to zdeprecated dir.
---
gnome2/desktop/eel/BUILD | 12 ------------
gnome2/desktop/eel/DEPENDS | 2 --
gnome2/desktop/eel/DETAILS | 17 -----------------
zdeprecated/eel/BUILD | 12 ++++++++++++
zdeprecated/eel/DEPENDS | 2 ++
zdeprecated/eel/DETAILS | 17 +++++++++++++++++
6 files changed, 31 insertions(+), 31 deletions(-)
diff --git a/gnome2/desktop/eel/BUILD b/gnome2/desktop/eel/BUILD
deleted file mode 100644
index 80d990a..0000000
--- a/gnome2/desktop/eel/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-
- ./configure --prefix=${GNOME210_PREFIX:-/usr} \
- --build=$BUILD \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --infodir=${GNOME210_PREFIX:-/usr}/share/info \
- --mandir=${GNOME210_PREFIX:-/usr}/share/man \
- $OPTS &&
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/gnome2/desktop/eel/DEPENDS b/gnome2/desktop/eel/DEPENDS
deleted file mode 100644
index 1bfb580..0000000
--- a/gnome2/desktop/eel/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends gnome-menus
-depends gnome-desktop
diff --git a/gnome2/desktop/eel/DETAILS b/gnome2/desktop/eel/DETAILS
deleted file mode 100644
index 6217e60..0000000
--- a/gnome2/desktop/eel/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=eel
- VERSION=2.26.0
- MAJOR=2.26
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
- SOURCE_VFY=sha1:d56fccf0c4c12a072ceb4b479cc614f7480817cd
- WEB_SITE=http://www.gnome.org
- ENTERED=20020714
- UPDATED=20090318
- SHORT="widgets and functions for use with GNOME."
-cat << EOF
-The Eazel Extensions Library is a collection of widgets and extensions
-to many modules of the GNOME desktop. These widgets and extensions
-were developed by hackers working on Nautilus. For the duration of
-the Nautilus 1.0 development cycle, the code was internal to Nautilus
-and its components.
-EOF
diff --git a/zdeprecated/eel/BUILD b/zdeprecated/eel/BUILD
new file mode 100644
index 0000000..80d990a
--- /dev/null
+++ b/zdeprecated/eel/BUILD
@@ -0,0 +1,12 @@
+(
+
+ ./configure --prefix=${GNOME210_PREFIX:-/usr} \
+ --build=$BUILD \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --infodir=${GNOME210_PREFIX:-/usr}/share/info \
+ --mandir=${GNOME210_PREFIX:-/usr}/share/man \
+ $OPTS &&
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/zdeprecated/eel/DEPENDS b/zdeprecated/eel/DEPENDS
new file mode 100644
index 0000000..1bfb580
--- /dev/null
+++ b/zdeprecated/eel/DEPENDS
@@ -0,0 +1,2 @@
+depends gnome-menus
+depends gnome-desktop
diff --git a/zdeprecated/eel/DETAILS b/zdeprecated/eel/DETAILS
new file mode 100644
index 0000000..6217e60
--- /dev/null
+++ b/zdeprecated/eel/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=eel
+ VERSION=2.26.0
+ MAJOR=2.26
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR/
+ SOURCE_VFY=sha1:d56fccf0c4c12a072ceb4b479cc614f7480817cd
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20020714
+ UPDATED=20090318
+ SHORT="widgets and functions for use with GNOME."
+cat << EOF
+The Eazel Extensions Library is a collection of widgets and extensions
+to many modules of the GNOME desktop. These widgets and extensions
+were developed by hackers working on Nautilus. For the duration of
+the Nautilus 1.0 development cycle, the code was internal to Nautilus
+and its components.
+EOF
More information about the Lunar-commits
mailing list