Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/openexr: rebuild | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/geany-plugins: upgrade to 1.30 | Natanael Copa | 2017-03-29 | 1 | -15/+20 |
| | |||||
* | community/geany: upgrade to 1.30.1 | Natanael Copa | 2017-03-29 | 1 | -51/+8 |
| | |||||
* | community/py-bottle: force rebuild on ppc64le | Leonardo Arena | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/py-sqlalchemy: force rebuild for ppc64le | Leonardo Arena | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/bats: bump because package is in limbo on ppc64le | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | |||||
* | community/vigra: modernize abuild | Jakub Jirutka | 2017-03-29 | 1 | -20/+7 |
| | |||||
* | community/vigra: fix error when creating directory | Roberto Oliveira | 2017-03-29 | 1 | -2/+2 |
| | | | | | Fix the path when creating cmake folder. It had a typo in $pkgdir variable. | ||||
* | community/perl-cpanel-json-xs: upgrade to 3.0231, modernize APKBUILD | Francesco Colista | 2017-03-29 | 1 | -8/+13 |
| | |||||
* | comunity/cfengine: update config guess | Roberto Oliveira | 2017-03-29 | 1 | -0/+1 |
| | | | | update config guess before build | ||||
* | community/makepasswd: fix non recognized command | Roberto Oliveira | 2017-03-29 | 1 | -1/+1 |
| | | | | | | change pushd command, that is a bash built-in command and is not working, for cd command. As a popd is not being used, it can be changed | ||||
* | community/lua-lpeg: update checksum | Roberto Oliveira | 2017-03-29 | 1 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Review notes by @jirutka: Upstream has republished the lpeg-1.0.1 tarball with two minor modifications in file test.lua: --- old/lpeg-1.0.1/test.lua +++ new/lpeg-1.0.1/test.lua @@ -1,6 +1,6 @@ #!/usr/bin/env lua --- $Id: test.lua,v 1.111 2016/09/20 17:51:30 roberto Exp $ +-- $Id: test.lua,v 1.112 2017/01/14 18:55:22 roberto Exp $ -- require"strict" -- just to be pedantic @@ -1132,7 +1132,7 @@ local function manyCmt (n) return m.Cmt("a", function () local a = {}; for i = 1, n do a[i] = n - i end - return true, table.unpack(a) + return true, unpack(a) end) end @@ -1147,7 +1147,7 @@ -- bug in 1.0: problems with math-times returning too many captures do - local lim = 2^15 - 10 + local lim = 2^11 - 10 local res = {m.match(manyCmt(lim), "a")} assert(#res == lim and res[1] == lim - 1 and res[lim] == 0) checkerr("too many", m.match, manyCmt(2^15), "a") | ||||
* | community/libteam: clean abuild | Jakub Jirutka | 2017-03-29 | 1 | -32/+28 |
| | | | | py() is completely wrong, but I'll fix it later. | ||||
* | comunity/libteam: fix path when changing directory | Roberto Oliveira | 2017-03-29 | 1 | -1/+1 |
| | | | | Adjust path to a valid one when changing directory | ||||
* | community/perl-config-any: upgrade to 0.30 | Francesco Colista | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | community/py-numpy: upgrade to 1.12.1 | Francesco Colista | 2017-03-29 | 1 | -13/+14 |
| | |||||
* | community/buildbot: upgrade to 0.9.5, modernized APKBUILD | Francesco Colista | 2017-03-29 | 1 | -12/+13 |
| | |||||
* | community/tidyhtml: rebuild to fix desync between ppc64le builder and what ↵ | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | | | | is in archive | ||||
* | community/libzip: rebuild to fix desync between ppc64le builder and what is ↵ | William Pitcock | 2017-03-29 | 1 | -1/+1 |
| | | | | in archive | ||||
* | community/awesome: move from main | William Pitcock | 2017-03-29 | 1 | -0/+49 |
| | |||||
* | community/bubblewrap: upgrade to 0.1.8 | Timo Teräs | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | community/py-greenlet: upgrade to 0.4.12 | William Pitcock | 2017-03-29 | 1 | -6/+4 |
| | |||||
* | community/terminator: update source URL | William Pitcock | 2017-03-29 | 1 | -5/+3 |
| | |||||
* | community/ruby-mathematical: upgrade to 1.6.8 | Jakub Jirutka | 2017-03-29 | 2 | -20/+9 |
| | |||||
* | community/ruby-mathematical: move from testing | Jakub Jirutka | 2017-03-29 | 6 | -0/+238 |
| | |||||
* | community/ruby-nokogiri: move from testing | Jakub Jirutka | 2017-03-29 | 1 | -0/+81 |
| | |||||
* | community/ruby-mini_portile2: move from testing | Jakub Jirutka | 2017-03-29 | 1 | -0/+34 |
| | |||||
* | community/ruby-enum: move from testing | Jakub Jirutka | 2017-03-29 | 1 | -0/+41 |
| | |||||
* | community/mtex2mml: move from testing | Jakub Jirutka | 2017-03-29 | 3 | -0/+216 |
| | |||||
* | community/lasem: move from testing | Jakub Jirutka | 2017-03-29 | 2 | -0/+94 |
| | |||||
* | community/ruby2.2: upgrade to 2.2.7 | Jakub Jirutka | 2017-03-28 | 1 | -4/+2 |
| | |||||
* | comunity/dateutils: update config guess | Roberto Oliveira | 2017-03-28 | 1 | -0/+5 |
| | | | | Update configure guess file before build | ||||
* | community/sassc: upgrade to 3.4.2 | André Klitzing | 2017-03-28 | 1 | -4/+2 |
| | |||||
* | community/libsass: upgrade to 3.4.3 | André Klitzing | 2017-03-28 | 1 | -4/+2 |
| | |||||
* | community/aha: upgrade to 0.4.10.6 | Breno Leitao | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | community/aha: update source URL to new project's location | Breno Leitao | 2017-03-28 | 1 | -4/+2 |
| | | | | | Aha project moved to Github. Adjusting the $source URL. No changes in the checksum. | ||||
* | community/bogofilter: Update config_guess | Breno Leitao | 2017-03-28 | 1 | -0/+6 |
| | | | | | Bogofilter is not building on ppc64le because it uses an old config.guess. Updating it. | ||||
* | community/patchelf: Disable tests for ppc64le | Breno Leitao | 2017-03-28 | 1 | -1/+6 |
| | | | | | | | | | Currently patchelf tries to execut tests that are not aimed for ppc64le, thus, failing the whole build. This patch just disable the tests on ppc64le. Tested on both x86 and ppc64le | ||||
* | community/*: move php5 and dependent pkgs from main | Jakub Jirutka | 2017-03-28 | 58 | -0/+3036 |
| | | | | | | | | | | | | | | | | There two main reasons for this change: * Active support of PHP 5.x ended on January 2017, security support will end on December 2018. Packages in the main repository should be supported for at least 2 years, this means until first quarter of 2019 for the upcoming v3.6. * php7 and its extensions are currently in the community repository, so we can't use single abuild for both php5-* and php7-* packages (as we do for Python and Lua packages). This change was suggested by @vakartel, approved by @ncopa, @kaniini, and @jirutka. | ||||
* | community/py-netifaces: moved from testing | Francesco Colista | 2017-03-28 | 1 | -0/+50 |
| | |||||
* | community/py3-netifaces: package removed | Francesco Colista | 2017-03-28 | 1 | -32/+0 |
| | | | | | | | | | This package is a duplicate of py-netifaces in testing. It was a fork due to a python3 bug described here: * https://bitbucket.org/al45tair/netifaces/issues/13/0104-install-is-broken-on-python-3x Since this has been fixed, there's no reason to kept it. So this package is removed, and py-netifaces will be promoted to community from testin | ||||
* | community/librdkafka: move from testing, cleanups | Valery Kartel | 2017-03-28 | 1 | -0/+31 |
| | | | | add check() | ||||
* | community/py3-aiohttp: upgrade to 2.0.4 | Francesco Colista | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | community/nodejs-current: fix compilation on PPC with musl | Jakub Jirutka | 2017-03-28 | 2 | -2/+36 |
| | | | | Port @gromero's patch from main/nodejs. | ||||
* | community/{bitcoin,entr,firejail}: add cd $builddir to check() | William Pitcock | 2017-03-27 | 3 | -0/+3 |
| | |||||
* | community/rdfind: moved from testing | Francesco Colista | 2017-03-27 | 1 | -0/+33 |
| | |||||
* | community/py-sqlalchemy: upgrade to 1.1.6 | Carlo Landmeter | 2017-03-27 | 1 | -5/+3 |
| | |||||
* | community/arandr: adds maintainer | ScrumpyJack | 2017-03-27 | 1 | -14/+5 |
| | | | | Adds maintainer and minor APKBUILD cleanup | ||||
* | community/qt5-qtkeychain: add maint, modernize APKBUILD | Leonardo Arena | 2017-03-27 | 1 | -19/+6 |
| | |||||
* | community/nextcloud-client: rebuild against new qt5-qtkeychain | Leonardo Arena | 2017-03-27 | 1 | -1/+1 |
| |