[Lunar-commits] <moonbase> emacs-cvs: move to zdeprecated.

Zachary McGrew zmcgrew at lunar-linux.org
Sat Nov 12 10:29:44 CET 2011


commit 76945c1a5a7a69c2fa124cf6a943d8d1af72e499
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date:   Sat Nov 12 01:29:44 2011 -0800

    emacs-cvs: move to zdeprecated.
    
    Emacs from cvs is no longer current. Bzr has replaced cvs as the current repository.
---
 zbeta/emacs-cvs/BUILD           |   12 ------------
 zbeta/emacs-cvs/CONFLICTS       |    1 -
 zbeta/emacs-cvs/DEPENDS         |   15 ---------------
 zbeta/emacs-cvs/DETAILS         |   15 ---------------
 zdeprecated/emacs-cvs/BUILD     |   12 ++++++++++++
 zdeprecated/emacs-cvs/CONFLICTS |    1 +
 zdeprecated/emacs-cvs/DEPENDS   |   15 +++++++++++++++
 zdeprecated/emacs-cvs/DETAILS   |   15 +++++++++++++++
 8 files changed, 43 insertions(+), 43 deletions(-)

diff --git a/zbeta/emacs-cvs/BUILD b/zbeta/emacs-cvs/BUILD
deleted file mode 100644
index 1ab3d84..0000000
--- a/zbeta/emacs-cvs/BUILD
+++ /dev/null
@@ -1,12 +0,0 @@
-(
-   #combreloc linker options fscks up things here
-   LDFLAGS=`echo ${LDFLAGS} | sed "s/-z combreloc//"` 
-
-   # Fix so installwatcher doesn't trigger on _ALL_ info-files
-   sedit '/\-chmod \-R.*$(DESTDIR)${infodir}/ s;$(DESTDIR)${infodir};;' Makefile.in &&
-   default_config  &&
-   make bootstrap  &&
-   prepare_install &&
-   make install
-
-) > $C_FIFO 2>&1 
diff --git a/zbeta/emacs-cvs/CONFLICTS b/zbeta/emacs-cvs/CONFLICTS
deleted file mode 100644
index 8908335..0000000
--- a/zbeta/emacs-cvs/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts emacs
diff --git a/zbeta/emacs-cvs/DEPENDS b/zbeta/emacs-cvs/DEPENDS
deleted file mode 100644
index bf7d8b9..0000000
--- a/zbeta/emacs-cvs/DEPENDS
+++ /dev/null
@@ -1,15 +0,0 @@
-depends texinfo
-
-optional_depends "giflib"  "--with-gif"                       "" "for gif support if you use faces"
-optional_depends "tiff"    "--with-tiff"                      "" "for tiff support if you use faces"
-optional_depends "libpng"  "--with-png"                       "" "for png support if you use faces"
-optional_depends "librsvg" "--with-rsvg"                      "" "for svg support"
-optional_depends "%X"      "--with-x --with-xpm"              "" "for xpm support if you use faces"
-optional_depends "gtk+-2"  "--with-x-toolkit=gtk"             "" "for a GTK2 user interface"
-optional_depends "libXft"  "--enable-font-backend --with-xft" "" "for pretty font support"
-optional_depends "%JPEG"   "--with-jpeg"                      "" "for jpeg support if you use faces"
-optional_depends "tiff"    "--with-tiff"                      "" "for tiff support if you use faces"
-optional_depends "libpng"  "--with-png"                       "" "for png support if you use faces"
-optional_depends "librsvg" "--with-rsvg"                      "" "for svg support"
-optional_depends "gtk+-2"  "--with-x-toolkit=gtk"             "" "for a GTK2 user interface"
-optional_depends "libXft"  "--enable-font-backend --with-xft" "" "for pretty font support"
diff --git a/zbeta/emacs-cvs/DETAILS b/zbeta/emacs-cvs/DETAILS
deleted file mode 100644
index 028681f..0000000
--- a/zbeta/emacs-cvs/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
-          MODULE=emacs-cvs
-         VERSION=beta
-          SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs:emacs
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION}
-        WEB_SITE=http://www.gnu.org/software/emacs
-         ENTERED=20030805
-         UPDATED=`date -u +%Y%m01`
-           SHORT="full-featured programmer's editor and more."
-
-cat << EOF
-Emacs is the extensible, customizable, self-documenting real-time
-display editor.
-EOF
-
diff --git a/zdeprecated/emacs-cvs/BUILD b/zdeprecated/emacs-cvs/BUILD
new file mode 100644
index 0000000..1ab3d84
--- /dev/null
+++ b/zdeprecated/emacs-cvs/BUILD
@@ -0,0 +1,12 @@
+(
+   #combreloc linker options fscks up things here
+   LDFLAGS=`echo ${LDFLAGS} | sed "s/-z combreloc//"` 
+
+   # Fix so installwatcher doesn't trigger on _ALL_ info-files
+   sedit '/\-chmod \-R.*$(DESTDIR)${infodir}/ s;$(DESTDIR)${infodir};;' Makefile.in &&
+   default_config  &&
+   make bootstrap  &&
+   prepare_install &&
+   make install
+
+) > $C_FIFO 2>&1 
diff --git a/zdeprecated/emacs-cvs/CONFLICTS b/zdeprecated/emacs-cvs/CONFLICTS
new file mode 100644
index 0000000..8908335
--- /dev/null
+++ b/zdeprecated/emacs-cvs/CONFLICTS
@@ -0,0 +1 @@
+conflicts emacs
diff --git a/zdeprecated/emacs-cvs/DEPENDS b/zdeprecated/emacs-cvs/DEPENDS
new file mode 100644
index 0000000..bf7d8b9
--- /dev/null
+++ b/zdeprecated/emacs-cvs/DEPENDS
@@ -0,0 +1,15 @@
+depends texinfo
+
+optional_depends "giflib"  "--with-gif"                       "" "for gif support if you use faces"
+optional_depends "tiff"    "--with-tiff"                      "" "for tiff support if you use faces"
+optional_depends "libpng"  "--with-png"                       "" "for png support if you use faces"
+optional_depends "librsvg" "--with-rsvg"                      "" "for svg support"
+optional_depends "%X"      "--with-x --with-xpm"              "" "for xpm support if you use faces"
+optional_depends "gtk+-2"  "--with-x-toolkit=gtk"             "" "for a GTK2 user interface"
+optional_depends "libXft"  "--enable-font-backend --with-xft" "" "for pretty font support"
+optional_depends "%JPEG"   "--with-jpeg"                      "" "for jpeg support if you use faces"
+optional_depends "tiff"    "--with-tiff"                      "" "for tiff support if you use faces"
+optional_depends "libpng"  "--with-png"                       "" "for png support if you use faces"
+optional_depends "librsvg" "--with-rsvg"                      "" "for svg support"
+optional_depends "gtk+-2"  "--with-x-toolkit=gtk"             "" "for a GTK2 user interface"
+optional_depends "libXft"  "--enable-font-backend --with-xft" "" "for pretty font support"
diff --git a/zdeprecated/emacs-cvs/DETAILS b/zdeprecated/emacs-cvs/DETAILS
new file mode 100644
index 0000000..028681f
--- /dev/null
+++ b/zdeprecated/emacs-cvs/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=emacs-cvs
+         VERSION=beta
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=cvs://:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs:emacs
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}-${VERSION}
+        WEB_SITE=http://www.gnu.org/software/emacs
+         ENTERED=20030805
+         UPDATED=`date -u +%Y%m01`
+           SHORT="full-featured programmer's editor and more."
+
+cat << EOF
+Emacs is the extensible, customizable, self-documenting real-time
+display editor.
+EOF
+


More information about the Lunar-commits mailing list