aboutsummaryrefslogtreecommitdiff
path: root/sboremove
AgeCommit message (Collapse)Author
2018-02-14sboremove: move everything to module and make it OOAndreas Guldstrand
2017-02-05sboremove: three more small fixes in logicAndreas Guldstrand
2017-02-04sboremove: fix a few missesAndreas Guldstrand
2017-02-04sboremove: rewrite almost completelyAndreas Guldstrand
2016-09-07sbo*, SBO::Lib::*: make use of prompt() for getting user inputAndreas Guldstrand
2016-09-01sbo*: fix vim modelineAndreas Guldstrand
2016-08-31sboremove: be explicit that it's for SlackBuilds.org packagesAndreas Guldstrand
This closes #44.
2016-08-29SBO::Lib::Readme: let get_readme_contents use slurp() tooAndreas Guldstrand
2016-08-28sboremove: use SBO::Lib line contained duplicate of get_sbo_locationAndreas Guldstrand
2016-08-16sbo*: expand non-leading tabs into spaces to align things properlyAndreas Guldstrand
2016-08-15sbo*, man*, SBO::Lib: trailing whitespace fixesAndreas Guldstrand
2016-06-18sboremove: %inst_names has already been checked before, and nothing odd ↵Andreas Guldstrand
would happen anyway
2016-06-18sboremove: no need for confirmed hash; it's already checked in get_required_byAndreas Guldstrand
2016-05-03sboremove: pass arguments to system() safelyAndreas Guldstrand
2016-05-02sboremove: check length of @dep_of instead of if $dep_of[0] existsAndreas Guldstrand
2016-05-02sboremove: change another loop to use in()Andreas Guldstrand
2016-05-02sboremove: don't check a ref if it's truthy, check the hash that's actually ↵Andreas Guldstrand
being used
2016-05-02sboremove: rewrite confirm_remove() to use in()Andreas Guldstrand
2016-05-01sboremove: rewrite get_reverse_reqs() to make use of in()Andreas Guldstrand
2016-04-30sboremove: change check for exists $foo[0] to checking @fooAndreas Guldstrand
2016-04-29sboremove: small whitespace fixAndreas Guldstrand
2016-04-16Remove useless conditions from show_usage/version invocationsAndreas Guldstrand
2016-04-16Test show_usage output for all the sbo* commandsAndreas Guldstrand
2016-03-03sbo*: Add returns to subs missing them and check @_ betterAndreas Guldstrand
2016-02-13Add show_version to sbo scriptsAndreas Guldstrand
2015-12-08Update author list in scriptsAndreas Guldstrand
2015-12-06Change from @EXPORT to @EXPORT_OKAndreas Guldstrand
2015-11-30Set the system perl as the perl we want to useAndreas Guldstrand
2015-11-14Additional Perl::Critic::Freenode fixes, and one missed prototypeAndreas Guldstrand
2015-11-14Remove prototypes and make sure subs are called with ()Andreas Guldstrand
2013-09-20SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatchj pipkin
usage; t/test.t: remove smartmatch usage, fix bug where we were testing @symlinks as though its contents would be in a specific order whereas actually it is populated from a hash.
2013-01-13removed req_store. warnings{sbo} equals %README% if readme is requiredxocel
2013-01-12resolve items marked TODOJ Pipkin
2013-01-12implement failure-dependent exit statuses, ask to proceed if a failure is ↵J Pipkin
encountered during the process
2013-01-05reverted get_inst_names back to 1.3, commented out get_installed_sbos, ↵xocel
updated get_installed_packages
2013-01-04Added get_installed_packages, modified get_inst_names to be compatible with ↵xocel
new sub
2013-01-03fixes #26xocel
2012-12-31elide space between function names and any following open parenthesesJ Pipkin
2012-12-30sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated ↵xocel
man page, more comments
2012-12-28sboremove updatedxocel
2012-12-22sboremove, generage two de-duped arrays, @sbos which contains CLI-specified ↵J Pipkin
items, and @sbo_reqs, which hold array-refs containing requirements for each @sbos
2012-12-06first bit of sboremove rewrite - use a complex data structure to know which ↵Jacob Pipkin
args are the "root" ones
2012-11-30fix bug I introducedJacob Pipkin
2012-11-29some cleanupsJacob Pipkin
2012-11-25only call get_from_info if $location, so sboremove wont crash for removed sbosJacob Pipkin
2012-11-25remove excess quotesJacob Pipkin
2012-11-20upgradex: fixed -f/-zxocel
2012-11-18minor fixes: is_rootpkg logic updatedxocel
2012-11-18get_build_queue no longer called ifxocel
2012-11-16use label when doing loop controlJacob Pipkin