Skip to content

Commit

Permalink
SlackMan v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
giterlizzi committed Oct 11, 2017
1 parent 7b5b070 commit ab6aab9
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 25 deletions.
11 changes: 7 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# SlackMan TODO

- [ ] Check dependencies command (eg. `slackman check-deps PACKAGE`)
- [ ] Add rule in `.repo` file for 32-bit or ARM directory variant (i386, i486, i586, i686, x86, armv5, armv7, armel, etc.)
- [ ] Add rule in `.repo` file to allow the repository only for particular arch (eg. `slackware:multilib` is only for `x86_64` arch)
- [ ] Remove package and all "directed" dependencies (`slackman remove routersploit --remove-dependencies`)
- [ ] FEATURE: Check dependencies command (eg. `slackman check-deps PACKAGE`)
- [ ] FEATURE: Add rule in `.repo` file for 32-bit or ARM directory variant (i386, i486, i586, i686, x86, armv5, armv7, armel, etc.)
- [ ] FEATURE: Add rule in `.repo` file to allow the repository only for particular arch (eg. `slackware:multilib` is only for `x86_64` arch)
- [ ] FEATURE: Remove package and all "directed" dependencies (`slackman remove routersploit --remove-dependencies`)
- [ ] FIX: Display installed date in `slackman history` for packages installed and removed (never upgraded). Now dsplay only the removed date
- [ ] FEATURE: Add option `d` in answer when using `slackman install` & `slackman upgrade` commands for download the packages (eg. `Perform upgrade of selected packages? [Y/N/d]`)
- [ ] FEATURE: Add option `--append` (or `-A`) for `slackman config` and `slackman repo config` for append a text in config file

## SlackMan 1.1

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.2.0
v1.2.1
2 changes: 1 addition & 1 deletion dbus/slackman-notifier
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Slackware::SlackMan;
use Slackware::SlackMan::Config qw(:all);
use Slackware::SlackMan::Utils qw(:all);

my $VERSION = "v1.2.0";
my $VERSION = "v1.2.1";
my $options = {};

GetOptions( $options,
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ BEGIN {

@ISA = qw(Exporter);

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@EXPORT_OK = ();
@EXPORT = qw(
$slackman_opts
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw(
run
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Clean.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/List.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Log.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Repo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Command/Update.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw();
%EXPORT_TAGS = (
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);

@EXPORT = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/DB.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/DBus.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw{};

Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Logger.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);
@EXPORT_OK = qw{}

Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Package.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Parser.pm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Pkgtools.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);

@EXPORT = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Repo.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);

@EXPORT_OK = qw{
Expand Down
2 changes: 1 addition & 1 deletion lib/Slackware/SlackMan/Utils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BEGIN {

require Exporter;

$VERSION = 'v1.2.0';
$VERSION = 'v1.2.1';
@ISA = qw(Exporter);

@EXPORT_OK = qw(
Expand Down

0 comments on commit ab6aab9

Please sign in to comment.