Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv12104

Modified Files:
        semi.info semi.patch 
Log Message:
move to stable


Index: semi.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/semi.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- semi.patch  20 Jan 2006 20:12:52 -0000      1.1
+++ semi.patch  12 Mar 2007 06:10:36 -0000      1.2
@@ -73,7 +73,7 @@
 +    BITMAP_MULE_DIR=${BITMAP_MULE_DIR_BASE}
 +    if [ "X${FLAVORTEST}" = "Xxemacs" -a -z "${FLAVOR_SUFFIX}" ]; then
 +      if [ "X${EMACSEN}" = "X${EMACSEN_MULE}" ]; then
-+      echo -n "install/${PACKAGE}: Byte-compiling for ${FLAVOR} (mule) ..."
++      /bin/echo "install/${PACKAGE}: Byte-compiling for ${FLAVOR} (mule) 
...\c"
 +        ELCDIR=${ELCDIR}/mule
 +      if [ -d ${APEL_DIR_BASE}/mule ]; then
 +        APEL_DIR=${APEL_DIR_BASE}/mule
@@ -85,7 +85,7 @@
 +        BITMAP_MULE_DIR=${BITMAP_MULE_DIR_BASE}/mule
 +      fi
 +      else
-+      echo -n "install/${PACKAGE}: Byte-compiling for ${FLAVOR} (nomule) ..."
++      /bin/echo "install/${PACKAGE}: Byte-compiling for ${FLAVOR} (nomule) 
...\c"
 +        ELCDIR=${ELCDIR}/nomule
 +      if [ -d ${APEL_DIR_BASE}/nomule ]; then
 +        APEL_DIR=${APEL_DIR_BASE}/nomule
@@ -98,7 +98,7 @@
 +      fi
 +      fi
 +    else
-+      echo -n "install/${PACKAGE}: Byte-compiling for ${FLAVOR} ..."
++      /bin/echo "install/${PACKAGE}: Byte-compiling for ${FLAVOR} ...\c"
 +    fi
 +    STAMP="${ELCDIR}/compile-stamp"
 +    if [ -e "${STAMP}" ]; then
@@ -202,7 +202,7 @@
 +
 [EMAIL PROTECTED]@/share/${FLAVOR}/site-lisp/${PACKAGE}
 +
-+echo -n "remove/${PACKAGE}: Handling removal of emacsen flavor ${FLAVOR} ..."
++/bin/echo "remove/${PACKAGE}: Handling removal of emacsen flavor ${FLAVOR} 
...\c"
 +rm -rf ${ELCDIR}
 +echo " done."
 +

Index: semi.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/stable/main/finkinfo/editors/semi.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- semi.info   21 Nov 2006 05:51:18 -0000      1.2
+++ semi.info   12 Mar 2007 06:10:36 -0000      1.3
@@ -1,12 +1,15 @@
 Package: semi
 Version: 1.14.6
-Revision: 6
+Revision: 8
+BuildDepends: fink (>= 0.24.12)
 Depends: emacsen, apel (>= 9.22-1), flim (>= 1.14.2-1) | limit, make
 Suggests: gnupg, wl
 Source: ftp://ftp.m17n.org/pub/mule/%n/%n-1.14-for-flim-1.14/%n-%v.tar.gz
 Source-MD5: 22d735fa218c8c6268cd2c9395cd837b
+PatchFile: %n.patch
+PatchFile-MD5: 30771416036248d6db6600860fef664d
 PatchScript: <<
- sed 's|@PREFIX@|%p|g' < %a/%n.patch | sed 's|@VERSION@|%v-%r|g' | patch -p1
+ sed 's|@PREFIX@|%p|g' < %{PatchFile} | sed 's|@VERSION@|%v-%r|g' | patch -p1
 <<
 CompileScript: <<
 #!/bin/sh -ev
@@ -30,6 +33,7 @@
 install -m 755 fink/%n-remove  %i/lib/emacsen-common/packages/remove/%n
 <<
 DocFiles: ChangeLog NEWS README* TODO VERSION *.sgml
+InfoDocs: mime-ui-en.info mime-ui-ja.info
 PostInstScript: <<
 if [ "$1" = "configure" ] && [ -f %p/share/info/dir ]; then
   if which install-info >/dev/null 2>&1; then


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to