[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kde-common/release
From:       Albert Astals Cid <aacid () kde ! org>
Date:       2012-08-10 21:17:16
Message-ID: 20120810211716.7A9B7AC7A9 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1310158 by aacid:

Remove all koffice related stuff, as far as i know noone is using this anymore


 D             KOffice-HOWTO  
 M  +2 -4      RELEASE-CHECKLIST  
 M  +0 -6      common  
 D             koffice-l10n  
 D             release-koffice.rb  
 M  +2 -50     removestuff  
 D             select-l10n  
 M  +0 -1      snapmodules  
 M  +0 -1      tag_all  
 M  +0 -10     versions  


--- trunk/kde-common/release/RELEASE-CHECKLIST #1310157:1310158
@@ -37,14 +37,13 @@
  * gwenview/lib/version.h
  * kdepim/CMakeLists.txt (KDEPIM_DEV_VERSION / KDEPIM_VERSION)
  * kdepim-runtime/CMakeLists (KDEPIM_RUNTIME_DEV_VERSION and KDEPIM_RUNTIME_VERSION)
- * for koffice: configure.in.in, lib/kofficecore/kofficeversion.h, etc.
  * common and versions scripts
 
 Update kdepackages in kdelibs/kdeui
 In the stable branch, remove the MALLOC_CHECK_ block from kdebase/workspace/startkde.cmake
 Run "fixuifiles"
 Make sure the meinproc in path is a version of the correct branch
-Use tag_all to get clean sources into "clean" directory (e.g. <releasedir>/clean/koffice)
+Use tag_all to get clean sources into "clean" directory (e.g. <releasedir>/clean)
 Make tarballs using "pack <module>". Start with kde-l10n. Do kdelibs/kdebase last.
 If you have to redo a tarball because of a code change and don't want to wait for meinproc to complete,
  extract the old tarball inside cache/<module> before calling "pack". The docu script will
@@ -56,7 +55,6 @@
 Test tarballs
 md5sum *.tar.bz2 kde-l10n/*.tar.bz2 > MD5SUMS
 gpg --detach-sign -a MD5SUMS (if you're bored, do it for all files)
-(Note: for KOffice, MD5SUMS should be signed with --clearsign instead of --detach-sign.)
 Prepare a Changelog
 Inform the packagers (kde-packager at kde dot org)
 Ask for/write announcement (on the kde-promo mailing-list)
@@ -64,7 +62,7 @@
 When everything is ready:
 
 - Make directory on the FTP site readable, so that mirrors can start getting it
-  Update latest and/or {koffice,kdevelop}-latest symlinks on the FTP site
+  Update latest and/or {kdevelop}-latest symlinks on the FTP site
 
 - clean up the older releases. Make sure that kdestableftp and kdeunstableftp
   remain in their advertised size limits (~20 GB). Sort out older binary packages, 
--- trunk/kde-common/release/common #1310157:1310158
@@ -8,12 +8,6 @@
 if test -z "$version"; then
 
 case $package in
-  koffice)
-    version=1.9.95.3
-    ;;
-  koffice-l10n)
-    version=1.6.0
-    ;;
   *)
     version=4.0.2
     ;;
--- trunk/kde-common/release/removestuff #1310157:1310158
@@ -2,7 +2,6 @@
 # vim: sw=2 et
 
 # This is a helper script, which removes the useless stuff from some modules.
-# For instance it separates the koffice translations between kde-l10n and koffice-l10n.
 # Call it with the package name as argument, like:  ./removestuff kde-l10n
 
 # This is called by tag_all with DO_SVN=1 in order to remove unused stuff from a tag.
@@ -34,43 +33,6 @@
   fi
 }
 
-  if [ $package = "koffice-l10n" ]; then
-  (
-     # Most of this is redundant if you use the koffice-l10n script.
-     # However, the removing kdgantt.po part is necessary, and the rest is
-     # harmless.
-     cd_package
-     echo "Removing non-koffice stuff"
-     $rm_command templates
-     if grep -E -q '[a-z] +$' subdirs; then
-       echo "subdirs has a trailing space on a line! This breaks stuff, fix it."
-       exit 1
-     fi
-     cat */pack-with-variants subdirs | sort -u | while read lang; do
-       cd $lang || continue
-       echo $lang
-       $rm_command internal
-       $rm_command docmessages
-       $rm_command webmessages
-       test -f messages/koffice/kdgantt.po && $rm_command messages/koffice/kdgantt.po
-       for sub in messages docs data; do
-         test -d $sub || continue
-         cd $sub
-         for i in *; do
-           test $i != "koffice" -a $i != "Makefile.am" && $rm_command $i
-         done
-         cd ..
-         files=`ls -1 $sub | wc -l`
-         test $files -eq 0 && $rm_command $sub
-       done
-       cd ..
-     done
-     echo "Removing template specific stuff"
-     $rm_command templates
-     $rm_command debian || true
-  ) || exit 1
-  fi
-
   if [ $package = "kde-l10n" ]; then
   (
      cd_package
@@ -120,7 +82,7 @@
   )
   fi
 
-  if [ $package = "kde-l10n" -o $package = "koffice-l10n" ]; then
+  if [ $package = "kde-l10n" ]; then
   (
     cd_package
 
@@ -149,7 +111,7 @@
 	    fi
         fi
 
-        # For KOffice, some languages directories may be entirely empty
+        # some languages directories may be entirely empty
         # by this point.
         if test -d $dir ; then
           files=`ls -1 $dir | wc -l`
@@ -160,16 +122,6 @@
     ) || exit 1
   fi
 
-  if [ $package = "koffice" ]; then
-  (
-     cd_package
-#     $rm_command kexi
-     $rm_command kivio
-     $rm_command tools/f-office
-     echo "Removing non-released stuff"
-  )
-  fi
-
   if [ $package = "kdenetwork" ]; then
   (
      cd_package
--- trunk/kde-common/release/snapmodules #1310157:1310158
@@ -40,7 +40,6 @@
 kdeplayground-sysadmin
 kdeplayground-www
 kdereview
-koffice
 kdevplatform
 kdevelop
 kdewebdev
--- trunk/kde-common/release/tag_all #1310157:1310158
@@ -5,7 +5,6 @@
 # - Set the environment variables SVNUSER and SVNPROTOCOL
 # - Make sure to fix the "versions" script so that it uses the right tags.
 # - language_list becomes the subdirs file in the l10n module, make sure it's uptodate
-#     (see e.g. select-l10n for releases of a single module)
 # - List the modules to be tagged in the "modules" file
 #
 # INVOCATION:
--- trunk/kde-common/release/versions #1310157:1310158
@@ -5,16 +5,6 @@
     DESTURL=tags/KDE/4.0.2/kde-l10n
     subname=kde-l10n
     ;;
-  koffice-l10n)
-    HEADURL=branches/stable/l10n
-    DESTURL=tags/koffice/1.6.0/koffice-l10n
-    subname=koffice-l10n
-    ;;
-  koffice)
-    HEADURL=branches/koffice/1.6/koffice
-    DESTURL=tags/koffice/1.6.0/$1
-    subname=$1
-    ;;
   oxygen-icons)
     HEADURL=trunk/kdesupport/$1
     DESTURL=tags/KDE/4.0.2/$1
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic