sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 31a631d8821ba419fcbcbd58935f681bc2da5484
parent faf29b0064c6a0f37cde53d6026a15af21e6ce96
Author: J Pipkin <j@dawnrazor.net>
Date:   Sun,  6 Jan 2013 12:56:15 -0600

removed Text::Tabulate dependency, version 1.3 -> 1.4

Diffstat:
MSBO-Lib/Makefile.PL | 2+-
MSBO-Lib/lib/SBO/Lib.pm | 2+-
Mman1/sbocheck.1 | 2+-
Mman1/sboclean.1 | 2+-
Mman1/sboconfig.1 | 2+-
Mman1/sbofind.1 | 2+-
Mman1/sboinstall.1 | 2+-
Mman1/sboremove.1 | 2+-
Mman1/sbosnap.1 | 2+-
Mman1/sboupgrade.1 | 2+-
Mman5/sbotools.conf.5 | 2+-
11 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/SBO-Lib/Makefile.PL b/SBO-Lib/Makefile.PL @@ -5,7 +5,7 @@ use ExtUtils::MakeMaker; WriteMakefile( NAME => 'SBO::Lib', VERSION_FROM => 'lib/SBO/Lib.pm', - PREREQ_PM => {'Sort::Versions' => 1.5,'Text::Tabulate' => 1.1.1}, + PREREQ_PM => {'Sort::Versions' => 1.5}, ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT => 'methods, variables, etc for the sbotools pacage', AUTHOR => 'Jacob Pipkin <j@dawnrazor.net>') : ()), diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm @@ -15,7 +15,7 @@ use warnings FATAL => 'all'; package SBO::Lib; -our $VERSION = '1.3'; +our $VERSION = '1.4'; require Exporter; our @ISA = qw(Exporter); diff --git a/man1/sbocheck.1 b/man1/sbocheck.1 @@ -1,4 +1,4 @@ -.TH sbocheck 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sbocheck 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sbocheck - update a local slackbuilds.org tree and check for updates. diff --git a/man1/sboclean.1 b/man1/sboclean.1 @@ -1,4 +1,4 @@ -.TH sboclean 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sboclean 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sboclean - clean files left around by sbotools. diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 @@ -1,4 +1,4 @@ -.TH sboconfig 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sboconfig 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sboconfig - set sbotools configuration options. diff --git a/man1/sbofind.1 b/man1/sbofind.1 @@ -1,4 +1,4 @@ -.TH sbofind 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sbofind 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sbofind - search slackbuilds.org tree for a given name diff --git a/man1/sboinstall.1 b/man1/sboinstall.1 @@ -1,4 +1,4 @@ -.TH sboinstall 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sboinstall 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sboinstall - install slackbuilds diff --git a/man1/sboremove.1 b/man1/sboremove.1 @@ -1,4 +1,4 @@ -.TH sboremove 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sboremove 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sboremove - remove packages installed from slackbuilds diff --git a/man1/sbosnap.1 b/man1/sbosnap.1 @@ -1,4 +1,4 @@ -.TH sbosnap 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sbosnap 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sbosnap - slackbuilds.org tree fetch and update command. diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 @@ -1,4 +1,4 @@ -.TH sboupgrade 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sboupgrade 1 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sboupgrade - install or upgrade slackbuilds diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5 @@ -1,4 +1,4 @@ -.TH sbotools.conf 5 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.3" dawnrazor.net +.TH sbotools.conf 5 "Setting Orange, The Aftermath 73, 3178 YOLD" "sbotools 1.4" dawnrazor.net .SH NAME .P sbotools.conf - configuration file for sbotools commands.