remove unmaintained and outdated files
authorMichael Andres <ma@suse.de>
Mon, 14 Jul 2014 09:10:44 +0000 (11:10 +0200)
committerMichael Andres <ma@suse.de>
Mon, 14 Jul 2014 11:09:36 +0000 (13:09 +0200)
doc/CMakeLists.txt
doc/TODO [deleted file]
doc/zypper-rug [deleted file]
zypper.spec.cmake

index f9d6bcb..0d9c733 100644 (file)
@@ -7,14 +7,3 @@ INSTALL(
   FILES zypper-log.8
   DESTINATION ${MANDIR}/man8
 )
-
-INSTALL(
-  FILES TODO zypper-rug
-  DESTINATION ${INSTALL_PREFIX}/share/doc/packages/${PACKAGE}
-)
-
-# old Makefile.am
-#pkgdoc_DATA = TODO zypper-rug
-#man_MANS = zypper.8
-#
-#EXTRA_DIST = $(man_MANS) $(pkgdoc_DATA)
diff --git a/doc/TODO b/doc/TODO
deleted file mode 100644 (file)
index 55b0bfb..0000000
--- a/doc/TODO
+++ /dev/null
@@ -1,41 +0,0 @@
-1.5.x - development 
-
-+ nice overall install progress with ETA
-+ --from option for the other installing commands (up/patch/dup/inr/verify)
-+ add help texts for all prompts
-
-1.4.x - maintenance for openSUSE 11.3
-1.3.x - maintenance for SLE11-SP1 and openSUSE 11.2
-1.2.x - development releases
-1.0.x - maintenance for SLE11 and openSUSE 11.1
-
-
-NOT SCHEDULED
--------------
-
-+ - we want it
-? - idea
-
-General
-
-+ improved install summary, extended info available via prompt options
-  + show changelog for selected packages or the whole update
-  + show graphical (schubi's widget) or ascii dependency tree of the packages
-    in the summary
-  + explain why a package has been selected for installation/removal
-  + explain why a package cannot be updated (the "updates will NOT be
-    installed" section)
-+ options to install/remove packages recommended/suggested packages
-? Add 'renamed/obsolete' section to install summary (bnc #548017)
-? xml input (feed an xml with operation specification to zypper)
-? move -vv output to zypper.log, leave only normal and verbose output levels?
-  -vv e.g. displays full urls of downloaded files
-
-Packages
-
-? list packages newly added to repos since last update (might be easy once we
-  have package history)
-
-Patterns
-
-+ implement pattern removal
diff --git a/doc/zypper-rug b/doc/zypper-rug
deleted file mode 100644 (file)
index 4615074..0000000
+++ /dev/null
@@ -1,118 +0,0 @@
-Zypper: rug compatibility
-
-status symbols:
-
- +: to be implemented
-++: already implemented
-+D: dummy implementation (does nothing, or fakes the functionality)
- N: not implemented
-N1: zypp does not have this concept
- ?: undecided
-
-
-    Usage: rug <options> <command> <command-options> ...
-    
-    General Options:
-++      --normal-output     Normal output (default)
-+       --terse             Terse output
-++      --no-abbrev         No abbreviation
-++      --debug             Debug output, print full exception traces
-++      --quiet             Quiet output, print only error messages
-
-------------------+----+----------------------------+----------------------------
- zypper command   | St | rug command                | rug description
-------------------+----+----------------------------+----------------------------
-                        Bundle management:
-                    N1    bundle-history (bhi)         Search bundle log entries
-                    N1    bundle-install (bin)         Install bundles
-                    N1    bundle-list (bl)             List the available bundles
-                    N1    bundle-lock-add (bla)        Add a bundle lock rule
-                    N1    bundle-lock-delete (bld)     Delete a bundle lock
-                    N1    bundle-lock-list (bll)       List bundle locks
-                    N1    bundle-remove (brm)          Remove bundles
-                    N1    bundle-search (bse)          Search for bundles
-                    N1    bundle-types (bt)            List the available bundle types
-                    N1    bundle-upgrade (bup)         Upgrade bundles
- repos              ++    catalogs (ca)                List the available catalogs
-                    ?     subscribe (sub)              Subscribe to catalogs
-                    ?     unsubscribe (unsub)          Unsubscribe to catalogs
-
-                       File management:
-                    N1      bundle-files (bf)            Show the files in a given file bundle
-
-                       Package management:
-                    N1    bundle-packages (bp)         Show the packages in a given bundle
-                    N1    checkpoint-add (cpa)         Add a check point
-                    N1    checkpoint-remove (cpr)      Remove a check point
-                    N1    checkpoints (cp)             Get a list of saved check points
-                    N1    dump                         Get an dump of system information as a sqlite database
-                    +     file-list (fl)               List files within a package
-                    N1    history (hi)                 Search log entries
-                    ++    info (if)                    Show the full info for packages
-                    +     info-conflicts (ic)          List all conflicts for package
-                    +     info-obsoletes (io)          List all obsoletes for package
-                    +     info-provides (ip)           List package's provides
-                    +     info-requirements (ir)       List package's requirements
-                    ++    install (in)                 Install packages
-                    +D    list-resolvables (lr)        List Available Resolvable Types
-                    ++    list-updates (lu)            Show the available updates.
-                    +     package-file (pf)            Get package which contains file
-                    ++    packages (pa)                Show the packages in a given catalog
-search -t pattern   +     patch-search (pse)           Search for patches matching a pattern
-                    ++    remove (rm)                  Remove packages
-                    N1    rollback (ro)                Rollback packages to a specified date
-                    ++    search (se)                  Search for packages matching a pattern
-                    ?     summary (sum)                Show a per-catalog summary of available updates.
-                    ++    update (up)                  Update packages
-                    ++    verify (ve)                  Verify system dependencies
-                    +     what-conflicts (wc)          List packages that conflict with a given token
-                    ++    what-provides (wp)           Show which packages provide a given token
-                    +     what-requires (wr)           Show which packages require a given token
-                        Patch management:
-                    ++    patches (pch)                Show the patches in a given catalog
- info -t patch      ++    patch-info                   Show detailed information for a patch
-                        Pattern management:
- info -t pattern    ++    pattern-info                 Show detailed information for a pattern
-                    ++    patterns (pt)                Show the patterns in a given catalog
-                        Policy management:
-                    ?     policy-list (pl)             List the available policies.
-
-                        Preference management:
-                    ?     get-prefs (get prefs)        List the system preferences that may be set
-                    ?     set-prefs (set)              Set a preference variable
-                        Product management:
- info -t product    ++    product-info                 Show detailed information for a product
-                    ++    products (pd)                Show the products in a given catalog
-                        
-                        Security:
-                    N1    key-add (ka)                 Add to the list of whitelisted keys for a service
-                    N1    key-delete (kd)              Remove from the list of whitelisted keys for a service
-                    N1    key-list (kl)                Display whitelisted keys for a service
-                        
-                        Service management:
- ar -t plaindir     ++    mount                        Mount directory as a channel
-                    ++    refresh (ref)                Refresh all or some services
-                    ?     register (reg)               Register a service
- addservice (as)    ++    service-add (sa)             Add a service
- removservice (rs)  ++    service-delete (sd)          Delete a service
- services (ls)      ++    service-list (sl)            List the available services
-                    +D    service-types (st)           List the available service types
-                        
-                        System:
-                    ++    clean-cache (cc)             Clean the HTTP cache
-                    N1    load-modules (lm)            Load ZMD modules
-                    +D    ping                         Ping the deamon
-                    N1    restart                      Restart the daemon
-                    N1    schedules (sch)              Show scheduled items
-                    N1    shutdown                     Shut down the daemon
-                    N1    sleep                        Put the daemon to sleep
-                        
-                        User management:
-                    N1    user-add (ua)                Add a new user
-                    N1    user-delete (ud)             Delete users
-                    N1    user-edit (ue)               Edit an existing user
-                    N1    user-list (ul)               List users
index 27aa8bd..9c0ef66 100644 (file)
@@ -157,8 +157,6 @@ rm -rf "$RPM_BUILD_ROOT"
 %{_datadir}/zypper/xml/xmlout.rnc
 %doc %{_mandir}/man8/zypper.8*
 %doc %dir %{_datadir}/doc/packages/zypper
-%doc %{_datadir}/doc/packages/zypper/TODO
-%doc %{_datadir}/doc/packages/zypper/zypper-rug
 %doc %{_datadir}/doc/packages/zypper/COPYING
 %doc %{_datadir}/doc/packages/zypper/HACKING
 # declare ownership of the log file but prevent