gpo.zugaina.org

Search Portage & Overlays:

dev-libs/redland-bindings

Language bindings for Redland

Screenshots

  • redland-bindings-1.0.17.1-r101
    ~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ppc64 sparc x86 ~x86-linux
    lua perl python ruby test lua_targets_luajit lua_targets_lua5-1 lua_targets_lua5-3 lua_targets_lua5-4 python_single_target_python3_10 python_single_target_python3_11

    View      Download      Browse     License: Apache-2.0 GPL-2 LGPL-2.1   
    Overlay: gentoo
  • redland-bindings-1.0.17.1
    alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-linux ~ppc-macos
    lua perl python php ruby python_single_target_python3_8 python_single_target_python3_9 python_single_target_python3_10

    View      Download      Browse     License: Apache-2.0 GPL-2 LGPL-2.1   

ChangeLog

commit cfd2f7c5e97ed78be4814aee4cc755cdc39b5dea
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Tue Jun 1 01:38:50 2021 -0700

fix python3_6 build failures

commit b77e8e7f8967a002e517f6f43c38689a4931e258
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 17:22:11 2019 -0800

rewrite copyright headers part 2

update all Manifests

for a fun time

_remainfest_inner () {
local _pat="*.ebuild"
pushd "$@" > /dev/null;
local _files=( $_pat )
ebuild $_files digest;
popd > /dev/null;
}

export -f _remainfest_inner
remanp () {
git ls-files '*.ebuild' | cut -d' ' -f3 | cut -d'/' -f1,2 | sort -u | xargs -P15 -r -n 1 -- bash -c '_remainfest_inner "$@"' _
}

remanp

commit fd49fca7fbc1450a730cac76d162feb848d02c58
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Fri Dec 6 15:25:46 2019 -0800

rewrite copyright headers part 1

conversion done with
=sed -i 's/201[0-9]\ Gentoo\ Foundation/2019\ Gentoo\ Authors/g' */*/*.ebuild=

there are a number of fiddly changes that need to be made before all the
Manifests can be regenerated (which will be part 2)

commit 5000ff3eea8350cc67620fc84b6bd91414ce9d7c
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Aug 2 12:07:35 2018 -0700

dev-libs/redland-bindings updated python compat and eapi7

commit a9237eee29ca85a73463d8ead379a91201391d10
Author: Tom Gillespie <tgbugs@gmail.com>
Date: Thu Aug 2 10:27:11 2018 -0700

dev-libs/redland-bindings added with python3_6 support