From fc532f2b691837924adfe1535e63f1d6ca442119 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 23 Jan 2019 10:26:03 +0100 Subject: [PATCH 1/3] Fix manpage Signed-off-by: Dimitris Zlatanidis --- man/slpkg.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/slpkg.8 b/man/slpkg.8 index c2ffb1b3..b37691e9 100644 --- a/man/slpkg.8 +++ b/man/slpkg.8 @@ -29,7 +29,7 @@ Usage: slpkg [COMMANDS|OPTIONS] {repository|package...} [health, --silent] [deps-status, --tree, --graph=[type]] [new-config] - [clean] + [clean-tmp] Optional arguments: [-h] [-v] From 2f20d6c8051e9f1f94c73b5aaf884694976fae93 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 23 Jan 2019 10:30:27 +0100 Subject: [PATCH 2/3] Updated to version 3.4.1 Signed-off-by: Dimitris Zlatanidis --- ChangeLog.txt | 4 ++++ README.md | 2 +- slpkg/__metadata__.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 75b0008f..45bf9de5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,7 @@ +3.4.1 - 23/01/2019 +Fixed: +- Fix manpage + 3.4.0 - 21/01/2019 Updated: - Updated manpage diff --git a/README.md b/README.md index e39f7062..17cf48c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# slpkg 3.4.0 +# slpkg 3.4.1 Slpkg is a powerful software package manager that installs, updates, and removes packages on [Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and diff --git a/slpkg/__metadata__.py b/slpkg/__metadata__.py index a961fd65..d3ea9f30 100644 --- a/slpkg/__metadata__.py +++ b/slpkg/__metadata__.py @@ -78,7 +78,7 @@ class MetaData(object): __all__ = "slpkg" __author__ = "dslackw" - __version_info__ = (3, 4, 0) + __version_info__ = (3, 4, 1) __version__ = "{0}.{1}.{2}".format(*__version_info__) __license__ = "GNU General Public License v3 (GPLv3)" __email__ = "d.zlatanidis@gmail.com" From 1f448e05ee6b2ca693469bcb1dfb8e0f209f2c7d Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Wed, 23 Jan 2019 10:41:45 +0100 Subject: [PATCH 3/3] Updated manpage Signed-off-by: Dimitris Zlatanidis --- man/slpkg.8 | 45 ++------------------------------------------- 1 file changed, 2 insertions(+), 43 deletions(-) diff --git a/man/slpkg.8 b/man/slpkg.8 index b37691e9..56723275 100644 --- a/man/slpkg.8 +++ b/man/slpkg.8 @@ -15,48 +15,7 @@ .SH NAME Slpkg is a user-friendly package manager for Slackware installations .SH SYNOPSIS -Usage: slpkg [COMMANDS|OPTIONS] {repository|package...} - - Commands: - [update, --repositories=[...]] - [upgrade, --repositories=[...]] - [repo-add [repository name] [URL]] - [repo-remove [repository]] - [repo-enable] - [repo-list] - [repo-info [repository]] - [update [slpkg]] - [health, --silent] - [deps-status, --tree, --graph=[type]] - [new-config] - [clean-tmp] - - Optional arguments: - [-h] [-v] - [-a [script] [sources...]] - [-b [package...] --add, --remove, - [list]] - [-q [package...] --add, --remove, - [list, build, install, build-install]] - [-g [print, edit, reset]] - [-l [repository], --index, --installed, --name] - [-c [repository], --upgrade, --rebuild, --skip=[...], - --resolve-off, --checklist] - [-s [repository] [package...], --rebuild, --reinstall, - --resolve-off, --download-only, - --directory-prefix=[dir], - --case-ins, --patches] - [-t [repository] [package], --check-deps, --graph=[type], - --case-ins] - [-p [repository] [package], --color=[]] - [-n [SBo package], --checklist, --case-ins] - [-F [package...], --case-ins] - [-f [package...], --case-ins, --third-party] - [-i [options] [package...]] - [-u [options] [package...]] - [-r [options] [package...], --deps, --check-deps, --tag, - --checklist] - [-d [package...]] +slpkg [COMMANDS|OPTIONS] {repository|package...} .SH DESCRIPTION Slpkg is a powerful software package manager that installs, updates, and @@ -153,7 +112,7 @@ Additional options: This command searches for .new configuration files in /etc/ path and ask the user what todo with those files. -.SS clean-tmp, the tmp/ directory +.SS clean-tmp, clean the tmp/ directory \fBslpkg\fP \fBclean-tmp\fP .PP Clean the /tmp/slpkg/ directory from downloaded packages and sources.