aboutsummaryrefslogtreecommitdiffstats
path: root/math/kbruch-kde4
Commit message (Expand)AuthorAgeFilesLines
* Give the KDE SC4 applications ports a -kde4 suffixtcberner2018-02-234-0/+80
ts it was writing out the origin, but it should be writing out the appropriate ports cache database directory. * redundant-opt-files script: Handle cache for deleted portsJohn Marino2016-03-251-0/+5 | | | | | | | | | | | The redundant-opt-file scripts assumes that if options are cached, then the port that it was created by still exists. This, of course, is a terrible assumption. If the cached options refer to a port that has since been deleted or otherwise no longer exists, just print the origin and continue. The normal use case is that the origin will be piped to xargs rm -rf which will purge the obsolete directory as desired. * redundant-opt-files.sh script: validate PORTSDIR valueJohn Marino2016-03-171-0/+6 | | | | | Before checking validity of $db_dir, verify $portdir is valid and eject if it is not. This provides a better error message when PORTSDIR is invalid.