summaryrefslogtreecommitdiffstats
path: root/lib/metadata
Commit message (Expand)AuthorAgeFilesLines
* Delimit operands of ob_parse_version()Patrick McDermott2019-03-181-1/+1
* lib/, locale/, tests/: Update copyright yearsPatrick McDermott2019-03-161-1/+1
* _ob_get_system_path(): Protect against DATADIR with "%"Patrick McDermott2019-03-131-4/+4
* Protect against cmd operands beginning with "-"Patrick McDermott2019-03-131-2/+2
* Don't let libopkbuild errors cause exit with -ePatrick McDermott2019-03-131-3/+6
* libopkbuild: Abort on invalid function argumentsPatrick McDermott2019-03-131-42/+23
* _ob_validate_*(): Replace echo with here-document in grep commandsPatrick McDermott2019-03-121-6/+11
* _ob_get_upstreamver(), _ob_get_distrev(): Replace echo with printfPatrick McDermott2019-03-121-2/+2
* ob_get_system_*(): Return 1 and hide message on errorPatrick McDermott2018-12-291-2/+2
* libopkbuild: Update header comments, copyright years, & licensePatrick McDermott2018-12-241-9/+9
* metadata: Conditionally build configured pluginPatrick McDermott2018-12-221-1/+4
* metadata: Drop system name from function namesPatrick McDermott2018-12-221-8/+8
* libopkbuild: Drop include guardsPatrick McDermott2018-12-221-3/+0
* Rewrite libopkbuild sources list buildingPatrick McDermott2018-12-221-2/+2
* Remove copyright notices from local.mk filesPatrick McDermott2018-12-221-18/+0
* libopkbuild: Use shppPatrick McDermott2018-12-221-5/+5
* Switch to using GNU AutomakePatrick McDermott2018-12-201-1/+1
* ob_get_system_path(): Drop "build-helper".P. J. McDermott2014-03-051-15/+0
* 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/proteanos.sh: Remove _ob_local.P. J. McDermott2013-08-181-61/+40
* Remove old input makefiles.P. J. McDermott2013-06-151-75/+0
* Make lib/metadata/ non-recursive.P. J. McDermott2013-06-151-0/+20
* Remove code for upstream build system arches.P. J. McDermott2012-11-141-9/+0
* Return 2 platconf dirs from ob_get_system_path().P. J. McDermott2012-10-201-2/+5
* Additionally license everything under GPLv2.P. J. McDermott2012-10-162-2/+2
* Move build helper check into ob_get_system_path().P. J. McDermott2012-10-081-2/+11
* Support OPKHELPER_3_0 macro in makefiles.P. J. McDermott2012-10-081-1/+3
* Use SYSCONFDIR in ob_get_system_{arch,plat}().P. J. McDermott2012-10-081-2/+2
* Add sysconfdir macro to lib/metadata/Makefile.in.P. J. McDermott2012-10-081-1/+3
* Use LIBDIR and DATADIR in ob_get_system_path().P. J. McDermott2012-10-081-4/+4
* Support LIBDIR and DATADIR in metadata plugins.P. J. McDermott2012-10-081-1/+4
* Add "build-helper" path to ob_get_system_path().P. J. McDermott2012-10-081-0/+8
* Add "archtab" path ID to ob_get_system_path().P. J. McDermott2012-10-081-0/+9
* Make package and metadata module dirs once.P. J. McDermott2012-10-081-1/+1
* Rm package and metadata module dirs on uninstall.P. J. McDermott2012-10-081-0/+1
* Update metadata plugin to comply with SPF 2.0.P. J. McDermott2012-10-081-10/+30
* Fix "distdir" macro in lib/*/Makefile.in.P. J. McDermott2012-10-041-1/+1
* Implement _ob_get_system_path_proteanos().P. J. McDermott2012-10-041-0/+50
* Fix library installation path.P. J. McDermott2012-10-021-4/+4
* Write lib/metadata/Makefile.in.P. J. McDermott2012-09-301-0/+67
* Add functions to get arch and plat on ProteanOS.P. J. McDermott2012-09-291-0/+20
* Implement version parsing for ProteanOS.P. J. McDermott2012-09-291-0/+43
* Suppress output of grep in validation functions.P. J. McDermott2012-09-291-2/+4
* Begin writing metadata plugin for ProteanOS.P. J. McDermott2012-09-281-0/+47