summaryrefslogtreecommitdiffstats
path: root/lib/metadata.sh
Commit message (Expand)AuthorAgeFilesLines
* ob_validate_source_name(), ob_validate_binary_name(): DocumentPatrick McDermott2018-12-291-1/+17
* libopkbuild: Move function definitions before points of usePatrick McDermott2018-12-251-12/+12
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-241-9/+9
* libopkbuild: Initialize OPTIND before getoptsPatrick McDermott2018-12-241-0/+1
* metadata: Drop system name from function namesPatrick McDermott2018-12-221-1/+1
* libopkbuild: Drop include guardsPatrick McDermott2018-12-221-3/+0
* ob_use(): RemovePatrick McDermott2018-12-221-2/+0
* libopkbuild: Use shppPatrick McDermott2018-12-221-2/+2
* Update copyright years.P. J. McDermott2014-05-151-1/+1
* ob_match_plat(): Add back plat:all check.P. J. McDermott2014-05-151-0/+7
* ob_arch_is_concerned(): Check for arch:all.P. J. McDermott2014-05-151-19/+25
* Move plat:all check to ob_plat_is_concerned().P. J. McDermott2014-05-151-26/+25
* ob_match_plat(): Add missing platform check.P. J. McDermott2014-05-081-0/+3
* lib/*.sh, lib/*/*.sh: Add ".sh" to header comment.P. J. McDermott2013-08-181-1/+1
* lib/*.sh, lib/*/*.sh: Rewrite include guards.P. J. McDermott2013-08-181-2/+2
* lib/metadata.sh: Remove _ob_local.P. J. McDermott2013-08-181-132/+111
* Add argument count checks to ob_*_is_concerned().P. J. McDermott2012-11-051-6/+16
* Add {arch,plat}_is_concerned funcs to public API.P. J. McDermott2012-11-051-0/+64
* Additionally license everything under GPLv2.P. J. McDermott2012-10-161-1/+1
* Implement ob_get_system_path().P. J. McDermott2012-10-041-0/+18
* Suppress command output in ob_match_arch().P. J. McDermott2012-10-021-1/+1
* Fix typing mistake in ob_match_arch().P. J. McDermott2012-10-021-1/+1
* Simplify wildcard matching in ob_match_arch().P. J. McDermott2012-09-291-17/+7
* Implement ob_match_arch() and ob_match_plat().P. J. McDermott2012-09-291-0/+89
* Fix parameter in ob_get_system_{arch,plat}().P. J. McDermott2012-09-291-2/+2
* Implement ob_get_system_{arch,plat}().P. J. McDermott2012-09-291-0/+30
* Implement ob_parse_version().P. J. McDermott2012-09-291-0/+53
* Support metadata plugins.P. J. McDermott2012-09-281-3/+28
* Implement ob_validate_{source,binary}_name.P. J. McDermott2012-09-121-0/+45