Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | aports.lua: implement foreach_aport() | Natanael Copa | 2011-08-22 | 1 | -0/+10 | |
| | ||||||
* | aports.lua: parse source strings | Natanael Copa | 2011-08-04 | 2 | -3/+52 | |
| | ||||||
* | ==== release 2.10.0 ====v2.10.0 | Natanael Copa | 2011-07-06 | 1 | -1/+1 | |
| | ||||||
* | ap: set default repodir | Natanael Copa | 2011-07-06 | 1 | -0/+9 | |
| | | | | | | | if there are an APKBUILD in current dir, then use ../ as repodir. Otherwise, use cwd as repodir. Introduces requirement of lua-filesystem | |||||
* | aports.lua: warn if data for a package is missing | Natanael Copa | 2011-07-06 | 1 | -0/+3 | |
| | | | | | This might happen if package name appears as a dependency but there are no apkbuild for it. | |||||
* | abuild: fix install script verification | Natanael Copa | 2011-06-30 | 1 | -1/+1 | |
| | | | | we might have '.' in pkgname as in gtk+2.0 | |||||
* | abuild: do not move *.la files to dev package and exit with error if found | Natanael Copa | 2011-06-29 | 1 | -2/+8 | |
| | | | | | To be allowed to keep the .la files you need to add 'libtool' to $options | |||||
* | apkbuild-cpan: 'check' output format changed; exit code 1 on version mismatch | Kiyoshi Aman | 2011-06-28 | 1 | -1/+4 | |
| | ||||||
* | apkbuild-cpan: Added 'check' command, which prints latest & packaged versions. | Kiyoshi Aman | 2011-06-28 | 1 | -13/+19 | |
| | ||||||
* | apkbuild-cpan: XS modules using Module::Build now obtain Perl CFLAGS properly. | Kiyoshi Aman | 2011-06-28 | 1 | -0/+1 | |
| | ||||||
* | abuild: fix bug in install script detection | Natanael Copa | 2011-06-28 | 1 | -1/+2 | |
| | ||||||
* | newapkbuild: use -y for python instead of -q | Natanael Copa | 2011-06-28 | 1 | -3/+3 | |
| | ||||||
* | newapkbuild: build and package sections for 'make' buildtype | Natanael Copa | 2011-06-28 | 1 | -1/+15 | |
| | | | | This buildtype is when there is a simple Makefile only. | |||||
* | newapkbuild: not only autotools packages can have init.d scripts | Natanael Copa | 2011-06-28 | 1 | -9/+9 | |
| | ||||||
* | newapkbuild: rename config_* functions to build_* | Natanael Copa | 2011-06-28 | 1 | -6/+6 | |
| | | | | We call make as well as needed so build_* is better function name. | |||||
* | Added python as a new template | Fabian Affolter | 2011-06-28 | 1 | -32/+74 | |
| | | | | | | With -q ('-q' for the moment, please change that) a template APKBUILD file for a python module is created. 'depends' and 'makedepends' are filled with standard values. | |||||
* | buildlab: fix triggers parsing | Natanael Copa | 2011-06-27 | 1 | -1/+1 | |
| | ||||||
* | abuild: implement new format for triggers variable | Natanael Copa | 2011-06-27 | 1 | -16/+26 | |
| | | | | | | | | | | | | | | it contains a list with all triggers for all subpackages. separate trigger script from path list with '=' separate paths in path list with ':' example: pkgname="foo" subpackages="foo-libs foo-dev" triggers="foo.trigger=/usr:/usr/lib/foo foo-libs.trigger=/usr:/usr/share/foo" | |||||
* | abuild: support for new style install scrits | Natanael Copa | 2011-06-27 | 1 | -12/+5 | |
| | | | | | We need to list all install scripts in $install rather than specify it in subpackage | |||||
* | abuild: check sanity of install scripts | Natanael Copa | 2011-06-27 | 1 | -1/+10 | |
| | | | | | we check early that suffix is valid and that we have a matching pkgname or subpackage | |||||
* | buildlab: fix operation with apk-tools 2.1 | William Pitcock | 2011-06-22 | 1 | -8/+12 | |
| | ||||||
* | buildlab: typo fix | William Pitcock | 2011-06-22 | 1 | -1/+2 | |
| | ||||||
* | buildlab: parse $triggers | William Pitcock | 2011-06-22 | 1 | -0/+9 | |
| | ||||||
* | aports.lua: make api more object oriented | Natanael Copa | 2011-06-15 | 2 | -51/+78 | |
| | | | | | - provide a handle with aports.new(dir) - provide foreach() helper functions | |||||
* | newapkbuild: fix previous commit | Natanael Copa | 2011-06-06 | 1 | -1/+1 | |
| | ||||||
* | newapkbuild: remove libtool archives | Natanael Copa | 2011-06-03 | 1 | -0/+1 | |
| | ||||||
* | apkbuild-cpan: add detection for perl modules with native code | Kiyoshi Aman | 2011-06-02 | 1 | -0/+4 | |
| | | | | so we get arch set properly | |||||
* | apkbuild-cpan: fix handling of license meta-data | Timo Teräs | 2011-06-02 | 1 | -2/+4 | |
| | | | | Don't update if it's unknown, and fix the error message. | |||||
* | apkbuild-cpan: new tool superceding newapkbuild-cpan tool | Timo Teräs | 2011-06-02 | 3 | -197/+337 | |
| | | | | | | Based on Aerdan's original work, this is a perl utility that interacts with CPAN which can create and update APKBUILDs with proper metadata info. | |||||
* | newapkbuild-cpan: new tool | Natanael Copa | 2011-05-31 | 2 | -1/+198 | |
| | | | | to help make perl-* packages | |||||
* | abuild: do debug builds with DEBUG=1 | Natanael Copa | 2011-05-18 | 1 | -0/+6 | |
| | ||||||
* | abuild: be quiet when uninstalling build dependencies | Natanael Copa | 2011-05-05 | 1 | -1/+2 | |
| | | | | | We don't really need to see what packages gets uninstalled, but error messages might be nice to see. So we are quiet when uninstalling. | |||||
* | abuild: reset triggers for subpackages | Natanael Copa | 2011-04-18 | 1 | -0/+1 | |
| | | | | only main package has the trigger | |||||
* | release 2.9.2v2.9.2 | Natanael Copa | 2011-04-17 | 1 | -1/+1 | |
| | ||||||
* | abuild: fix user creation when group exists | Natanael Copa | 2011-04-17 | 1 | -1/+5 | |
| | ||||||
* | buildrepo: fix previous commit | Natanael Copa | 2011-04-17 | 1 | -3/+3 | |
| | ||||||
* | abuild.conf: updated comment about PACKAGER/newapkbuild | Matt Smith | 2011-04-14 | 1 | -1/+1 | |
| | ||||||
* | buildrepo: fix purging of old packages | Natanael Copa | 2011-04-07 | 1 | -1/+1 | |
| | ||||||
* | release 2.9.1v2.9.1 | Natanael Copa | 2011-04-07 | 1 | -1/+1 | |
| | ||||||
* | buildrepo: fixes for new $repo/$arch layout | Natanael Copa | 2011-04-07 | 1 | -4/+9 | |
| | ||||||
* | release 2.9.0v2.9.0 | Natanael Copa | 2011-04-06 | 1 | -1/+1 | |
| | ||||||
* | abuild: fix for REPODEST | Natanael Copa | 2011-04-06 | 1 | -2/+6 | |
| | | | | | we need set the $CARCH in the package destination needs also to be passed over for recursive action | |||||
* | abuild: remove broken noarch stuff. force CARCH for abuildrepo | Natanael Copa | 2011-04-04 | 2 | -21/+7 | |
| | ||||||
* | abuild: move abuildrepo to ~/.cache/abuild/$repo | Natanael Copa | 2011-04-04 | 1 | -24/+14 | |
| | | | | We no require apk-tools-2.1 | |||||
* | abuild: fix check if abuildindex is up 2 date | Natanael Copa | 2011-04-04 | 1 | -7/+22 | |
| | ||||||
* | Merge branch '2.7' | Natanael Copa | 2011-04-01 | 1 | -1/+1 | |
|\ | ||||||
| * | abuild: always fail when checksums does not match2.7 | Natanael Copa | 2011-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | Merge git://git.alpinelinux.org/msmith/abuild | Natanael Copa | 2011-03-31 | 1 | -3/+11 | |
|\ \ | ||||||
| * | | buildlab: added apk caching option (-k) | Matt Smith | 2011-03-29 | 1 | -3/+11 | |
| | | | ||||||
* | | | Merge branch '2.7' | Natanael Copa | 2011-03-31 | 1 | -0/+1 | |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: Makefile |