From b4d43e8c611df4a8061b6f88d9e9f6b1e3c83903 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 24 Jun 2021 14:47:38 +0100 Subject: gentoo resync : 24.06.2021 --- dev-lua/Manifest.gz | Bin 6967 -> 6970 bytes dev-lua/lualdap/Manifest | 5 +- dev-lua/lualdap/lualdap-1.2.6.ebuild | 98 --------------------------- dev-lua/lualdap/lualdap-1.3.0.ebuild | 89 ++++++++++++++++++++++++ dev-lua/luaossl/Manifest | 2 +- dev-lua/luaossl/luaossl-20200709-r101.ebuild | 97 -------------------------- dev-lua/luaossl/luaossl-20200709-r102.ebuild | 97 ++++++++++++++++++++++++++ dev-lua/md5/Manifest | 2 +- dev-lua/md5/metadata.xml | 1 - 9 files changed, 190 insertions(+), 201 deletions(-) delete mode 100644 dev-lua/lualdap/lualdap-1.2.6.ebuild create mode 100644 dev-lua/lualdap/lualdap-1.3.0.ebuild delete mode 100644 dev-lua/luaossl/luaossl-20200709-r101.ebuild create mode 100644 dev-lua/luaossl/luaossl-20200709-r102.ebuild (limited to 'dev-lua') diff --git a/dev-lua/Manifest.gz b/dev-lua/Manifest.gz index 1e5446c3cb19..8478a67326d0 100644 Binary files a/dev-lua/Manifest.gz and b/dev-lua/Manifest.gz differ diff --git a/dev-lua/lualdap/Manifest b/dev-lua/lualdap/Manifest index 23f082dfbd3d..20a2e8688d23 100644 --- a/dev-lua/lualdap/Manifest +++ b/dev-lua/lualdap/Manifest @@ -1,4 +1,3 @@ -DIST lua-compat-5.3-0.10.tar.gz 53695 BLAKE2B e570aedb23b8ed7ca38c4316ffab25b93a0f9f6f0fae79af563ca8a81dd6453ac273e1f9e70674c484a2dec68749e7d53a1c1736a72616c210b8e38a31b3f191 SHA512 f7f39085f4f6b16095f41e635b4c5477b3dab5e42b5b65a9d522941a3807ea521d4a27a77293a3c9d0ecea78a1f6c2a2497394b2d220f4d7d65e23510563d46d -DIST lualdap-1.2.6.tar.gz 92669 BLAKE2B 49b4c8e639ff109e32321fa5a6313dcb6e83b76d1e5220b59d7297cc19d106233a2d05ff8fc43162ad242d3134700a9abe8fe8f4bcbd90a3f8f0217217decfaa SHA512 e32010caa8efea5c23f2a595bd6a339267ecd08cf23e39389005bf8e499d6bad63771d0c7faf3ab5b8f670ba22bb15bf7ae691ed67920e86d8ed2c5649d7a079 -EBUILD lualdap-1.2.6.ebuild 1826 BLAKE2B eb4f812390764cf2f57e2d0e51e9da2b139fb0553fa343bfe66c7d69859dd4e2170c848a9094ed7233a8af2e056a635d4d3cad694b5345e0f2170c4829104347 SHA512 9f4261b5aeb21824b235db9a1c49d30b615efa69cbca9f7fdf59c13be1775e3d67cc33e9c8d46f673907b5346e5c610333b83d31345daa4a4bed5e451d525111 +DIST lualdap-1.3.0.tar.gz 81987 BLAKE2B cd25cada91a3c330fb72ee1106298442c64b1bcae4a57f48937efb4311f70b53c5a0e96587caab4b1950b16d9957bb8c25b2b9e0d3753089f06fbae64180ff04 SHA512 dea4282928c5138a327cd97d3d8049341fac17b5e853440f5b0a6e115e3400bac908f24827d48e36bfe81720c7d2bacdc50ae189953ecbcdfb27cb23b78d0de8 +EBUILD lualdap-1.3.0.ebuild 1496 BLAKE2B ac0eeb815d49547c7069f8ff6dcb6cd22376517b15db174ccb2228b3fc706481ec8ab1bb92af3a6b43b1c0d8945055fded327dac1411783d0f1191ba423a72b7 SHA512 29695b71929e1c3cb960971b1c618cc6c3f91613e97db3c0ebabeeabcd18a3ccc62503f3a456d7b3a9f88fc9a754f70d55325b61f694ac0e060be3db26f2b8f1 MISC metadata.xml 441 BLAKE2B d3995cfeac0bff891fced879529bec23ee0472cf7fa202ed5eea15f6a4c3f4d11e3ec4ea125b1d3d1b631d4b6512bb46485b403996ff488ee88b4d6a806bd981 SHA512 9d7f02d02da571f47cc37da9a29685f6e2733ca157e814f99c76c9dbc0382c36a8bc22252b36a4c99ba67c79ff56e427750be50d578774076f83883951aa55af diff --git a/dev-lua/lualdap/lualdap-1.2.6.ebuild b/dev-lua/lualdap/lualdap-1.2.6.ebuild deleted file mode 100644 index 448ea47d5f01..000000000000 --- a/dev-lua/lualdap/lualdap-1.2.6.ebuild +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..4} luajit ) -MY_PN_LUACOMPAT="lua-compat-5.3" -MY_PV_LUACOMPAT="0.10" -MY_P_LUACOMPAT="${MY_PN_LUACOMPAT}-${MY_PV_LUACOMPAT}" - -inherit lua toolchain-funcs - -DESCRIPTION="A lua binding for the OpenLDAP client libraries" -HOMEPAGE="https://github.com/lualdap/lualdap" -SRC_URI=" - https://github.com/lualdap/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/keplerproject/${MY_PN_LUACOMPAT}/archive/v${MY_PV_LUACOMPAT}.tar.gz -> ${MY_P_LUACOMPAT}.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" -IUSE="test" -REQUIRED_USE="${LUA_REQUIRED_USE}" -RESTRICT="test" - -RDEPEND=" - net-nds/openldap - ${LUA_DEPS} -" -DEPEND="${RDEPEND}" -BDEPEND=" - virtual/pkgconfig - test? ( ${RDEPEND} ) -" - -HTML_DOCS=( "docs/." ) - -src_prepare() { - default - - # Copy current lua-compat-5.3 files to support lua5-4 - cp ../${MY_P_LUACOMPAT}/c-api/* src || die - - lua_copy_sources -} - -lua_src_compile() { - pushd "${BUILD_DIR}" || die - - local myemakeargs=( - "CC=$(tc-getCC)" - "LBER_LIBDIR=/usr/$(get_libdir)" - "LDAP_LIBDIR=/usr/$(get_libdir)" - "LUA_INCDIR=$(lua_get_include_dir)" - "LUA_LIBDIR=/usr/$(get_libdir)" - ) - - emake "${myemakeargs[@]}" - - popd -} - -src_compile() { - lua_foreach_impl lua_src_compile -} - -lua_src_test() { - pushd "${BUILD_DIR}" || die - LUA_CPATH="./src/?.so" ${ELUA} tests/test.lua - popd -} - -src_install() { - lua_foreach_impl lua_src_test -} - -lua_src_install() { - pushd "${BUILD_DIR}" || die - - # Workaround, as 'make install' does not create this directory - dodir "$(lua_get_cmod_dir)" - - local myemakeargs=( - "DESTDIR=${ED}" - "INST_LIBDIR=$(lua_get_cmod_dir)" - ) - - emake "${myemakeargs[@]}" install - - popd -} - -src_install() { - lua_foreach_impl lua_src_install - - einstalldocs -} diff --git a/dev-lua/lualdap/lualdap-1.3.0.ebuild b/dev-lua/lualdap/lualdap-1.3.0.ebuild new file mode 100644 index 000000000000..adb9a117f3a7 --- /dev/null +++ b/dev-lua/lualdap/lualdap-1.3.0.ebuild @@ -0,0 +1,89 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LUA_COMPAT=( lua5-{1..4} luajit ) + +inherit lua toolchain-funcs + +DESCRIPTION="A lua binding for the OpenLDAP client libraries" +HOMEPAGE="https://github.com/lualdap/lualdap" +SRC_URI="https://github.com/lualdap/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~hppa ~ia64 ~sparc ~x86" +IUSE="test" +REQUIRED_USE="${LUA_REQUIRED_USE}" +RESTRICT="test" + +RDEPEND=" + net-nds/openldap + ${LUA_DEPS} +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + test? ( ${RDEPEND} ) +" + +HTML_DOCS=( "docs/." ) + +src_prepare() { + default + + lua_copy_sources +} + +lua_src_compile() { + pushd "${BUILD_DIR}" || die + + local myemakeargs=( + "CC=$(tc-getCC)" + "LBER_LIBDIR=/usr/$(get_libdir)" + "LDAP_LIBDIR=/usr/$(get_libdir)" + "LUA_INCDIR=$(lua_get_include_dir)" + "LUA_LIBDIR=/usr/$(get_libdir)" + ) + + emake "${myemakeargs[@]}" + + popd +} + +src_compile() { + lua_foreach_impl lua_src_compile +} + +lua_src_test() { + pushd "${BUILD_DIR}" || die + LUA_CPATH="./src/?.so" ${ELUA} tests/test.lua + popd +} + +src_install() { + lua_foreach_impl lua_src_test +} + +lua_src_install() { + pushd "${BUILD_DIR}" || die + + # Workaround, as 'make install' does not create this directory + dodir "$(lua_get_cmod_dir)" + + local myemakeargs=( + "DESTDIR=${ED}" + "INST_LIBDIR=$(lua_get_cmod_dir)" + ) + + emake "${myemakeargs[@]}" install + + popd +} + +src_install() { + lua_foreach_impl lua_src_install + + einstalldocs +} diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest index 32cab9ba6bfa..5371dbd5caf9 100644 --- a/dev-lua/luaossl/Manifest +++ b/dev-lua/luaossl/Manifest @@ -1,3 +1,3 @@ DIST luaossl-rel-20200709.tar.gz 352960 BLAKE2B f4cd53937d7a9c724ab9f2f6a13f1da8fa54216f01fe2af7e65cf7ebdad1f8740491ba1fc6bcc2bf4ac377bde0d2e370433e76a5105c6226e0d9745e12bec0ea SHA512 324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34 -EBUILD luaossl-20200709-r101.ebuild 2075 BLAKE2B 49ed2a691cfcd82da7ba213c84fa7d201ffaec8b69c79fd94620e302140ca49786e8b48bd649572b005ce3fd53307852934f16598e31ab60a156161d8650c896 SHA512 a8ca335b24c9651ff1b99fff13afab756bde3654719998e3c40b791c5c0a51a8fbf3cfeb910f72c2944356900e2a0a04b9aefe3707529b8079cfae1b907d7c0c +EBUILD luaossl-20200709-r102.ebuild 2076 BLAKE2B ca41822ff9c79923aa062c3b01363c83f141548644c9183e56f02cc04c64ab0108dbe30b017433b8840231de0be26a138aee73b8c298cbc05272a6c53c2736e4 SHA512 118da2f8894d3279fc1129ad9973906f346bca69212ec8159e92d0000a9ba42f3105d4b60009942ad30beb138a7502f4357d04f1f2598042bbe27a5fba7fc959 MISC metadata.xml 587 BLAKE2B 3ee9997a19052c385351d3703fe3c7a2a3f5c5a1d48e82dd83ce3ccbe10483c4851815b01d97f0cd48c106a64521d3f6a8004a0361817c6083696f8de146f7d2 SHA512 9076d6429743c14c0fa94bbe9527c86b29d2ef0cddb29828616df1ac260dd5e9aee106060189f536ae7c08a3249e9eeaacb8c33002c1758280f11c77df8294ec diff --git a/dev-lua/luaossl/luaossl-20200709-r101.ebuild b/dev-lua/luaossl/luaossl-20200709-r101.ebuild deleted file mode 100644 index 9342f372653d..000000000000 --- a/dev-lua/luaossl/luaossl-20200709-r101.ebuild +++ /dev/null @@ -1,97 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -LUA_COMPAT=( lua5-{1..4} luajit ) -MY_P="${PN}-rel-${PV}" - -inherit lua toolchain-funcs - -DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe" -HOMEPAGE="https://github.com/wahern/luaossl" -SRC_URI="https://github.com/wahern/${PN}/archive/rel-${PV}.tar.gz -> ${MY_P}.tar.gz" -S="${WORKDIR}/${MY_P}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="examples" -REQUIRED_USE="${LUA_REQUIRED_USE}" - -RDEPEND=" - dev-libs/openssl:0[-bindist(-)] - !dev-lua/lua-openssl - !dev-lua/luasec - ${LUA_DEPS} -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -DOCS=( "doc/." ) - -src_prepare() { - default - - # Remove Lua autodetection - # Respect users CFLAGS - sed -e '/LUAPATH :=/d' -e '/LUAPATH_FN =/d' -e '/HAVE_API_FN =/d' -e '/WITH_API_FN/d' -e 's/-O2//g' -i GNUmakefile || die - - lua_copy_sources -} - -lua_src_compile() { - pushd "${BUILD_DIR}" || die - - if [[ ${ELUA} != luajit ]]; then - LUA_VERSION="$(ver_cut 1-2 $(lua_get_version))" - else - # This is a workaround for luajit, as it confirms to lua5.1 - # and the 'GNUmakefile' doesn't understand LuaJITs version. - LUA_VERSION="5.1" - fi - - local myemakeargs=( - "CC=$(tc-getCC)" - "ALL_CPPFLAGS=${CPPFLAGS} $(lua_get_CFLAGS)" - "libdir=" - ) - - emake "${myemakeargs[@]}" openssl${LUA_VERSION} - - popd -} - -src_compile() { - lua_foreach_impl lua_src_compile -} - -lua_src_install() { - pushd "${BUILD_DIR}" || die - - if [[ ${ELUA} != luajit ]]; then - LUA_VERSION="$(ver_cut 1-2 $(lua_get_version))" - else - # This is a workaround for luajit, as it confirms to lua5.1 - # and the 'GNUmakefile' doesn't understand LuaJITs version. - LUA_VERSION="5.1" - fi - - local myemakeargs=( - "DESTDIR=${D}" - "lua${LUA_VERSION/./}cpath=$(lua_get_cmod_dir)" - "lua${LUA_VERSION/./}path=$(lua_get_lmod_dir)" - "prefix=${EPREFIX}/usr" - ) - - emake "${myemakeargs[@]}" install${LUA_VERSION} - - popd -} - -src_install() { - lua_foreach_impl lua_src_install - - use examples && dodoc -r "examples/." - einstalldocs -} diff --git a/dev-lua/luaossl/luaossl-20200709-r102.ebuild b/dev-lua/luaossl/luaossl-20200709-r102.ebuild new file mode 100644 index 000000000000..74281b29dac3 --- /dev/null +++ b/dev-lua/luaossl/luaossl-20200709-r102.ebuild @@ -0,0 +1,97 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +LUA_COMPAT=( lua5-{1..4} luajit ) +MY_P="${PN}-rel-${PV}" + +inherit lua toolchain-funcs + +DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe" +HOMEPAGE="https://github.com/wahern/luaossl" +SRC_URI="https://github.com/wahern/${PN}/archive/rel-${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="examples" +REQUIRED_USE="${LUA_REQUIRED_USE}" + +RDEPEND=" + dev-libs/openssl:0=[-bindist(-)] + !dev-lua/lua-openssl + !dev-lua/luasec + ${LUA_DEPS} +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +DOCS=( "doc/." ) + +src_prepare() { + default + + # Remove Lua autodetection + # Respect users CFLAGS + sed -e '/LUAPATH :=/d' -e '/LUAPATH_FN =/d' -e '/HAVE_API_FN =/d' -e '/WITH_API_FN/d' -e 's/-O2//g' -i GNUmakefile || die + + lua_copy_sources +} + +lua_src_compile() { + pushd "${BUILD_DIR}" || die + + if [[ ${ELUA} != luajit ]]; then + LUA_VERSION="$(ver_cut 1-2 $(lua_get_version))" + else + # This is a workaround for luajit, as it confirms to lua5.1 + # and the 'GNUmakefile' doesn't understand LuaJITs version. + LUA_VERSION="5.1" + fi + + local myemakeargs=( + "CC=$(tc-getCC)" + "ALL_CPPFLAGS=${CPPFLAGS} $(lua_get_CFLAGS)" + "libdir=" + ) + + emake "${myemakeargs[@]}" openssl${LUA_VERSION} + + popd +} + +src_compile() { + lua_foreach_impl lua_src_compile +} + +lua_src_install() { + pushd "${BUILD_DIR}" || die + + if [[ ${ELUA} != luajit ]]; then + LUA_VERSION="$(ver_cut 1-2 $(lua_get_version))" + else + # This is a workaround for luajit, as it confirms to lua5.1 + # and the 'GNUmakefile' doesn't understand LuaJITs version. + LUA_VERSION="5.1" + fi + + local myemakeargs=( + "DESTDIR=${D}" + "lua${LUA_VERSION/./}cpath=$(lua_get_cmod_dir)" + "lua${LUA_VERSION/./}path=$(lua_get_lmod_dir)" + "prefix=${EPREFIX}/usr" + ) + + emake "${myemakeargs[@]}" install${LUA_VERSION} + + popd +} + +src_install() { + lua_foreach_impl lua_src_install + + use examples && dodoc -r "examples/." + einstalldocs +} diff --git a/dev-lua/md5/Manifest b/dev-lua/md5/Manifest index eb6fd34d8f92..bbe7b64d3cea 100644 --- a/dev-lua/md5/Manifest +++ b/dev-lua/md5/Manifest @@ -1,3 +1,3 @@ DIST md5-1.3.tar.gz 31377 BLAKE2B b6080c1ef71b5dd1e2d1831b055f31c6a45dd530a24436440a2188500f2fe0ad45730b23627eed7135b01102797a290af65b7550960add10346ac9f7ce906a9a SHA512 eda222b89432228a03c603237a787d55b6d0251f53ee3da11aaf0369ff26e3497ed8479a295b659e02b3fee85c636cd5f8cc9fd68367bf4ed2d3edcbbc373903 EBUILD md5-1.3.ebuild 1438 BLAKE2B 06b5cd287df65ca1a858cd17a32bca4ff859ea89e6d1a59c07a86de95a4eee3fa8be243d53f47075878f9bb93ac4cb21a949eef0f414a3cd861366757626135f SHA512 012790412b94ea663d68cbee6402e0217f16e0adc02f59520555a9008d48ac43baefdc9c2b91e900dcccfe6645ab092ab2a7680aa63b8e554ac420cdf9968bc8 -MISC metadata.xml 577 BLAKE2B ed6148bb3d21f02d25b407422a27b560b2df95b9ac8559da7fdb4de12043c1ab91c67c58ad68e92c5e1f87bf80f85abc9c06e2ee5bbba4ca30201574d0e8e94e SHA512 9ef7c55f4655d8af6e99456b5f2737d2c3436b584f49a5f565b61bbcda60dd41f92e72ac9eaa39c2bf72fdd77080f544cc250eddd1065363c26f57324548c4d1 +MISC metadata.xml 553 BLAKE2B eea9d79fb1838a141cc33f8edf4248fbf453095ae71239c1930cb49a0454b4b74dbbf0d2b2cd68b91c071d81621bb95e61c7f6212221880f41ac11f20817a033 SHA512 012f56363489779a8bdc97099df311f07ddf66e22cb4b6b1c42b93d0db3ddd2620e173ea1754bc08b268704e76758479fe3587e352c1a0de792aecf461da9dc4 diff --git a/dev-lua/md5/metadata.xml b/dev-lua/md5/metadata.xml index 5907ba34a816..10a414363e42 100644 --- a/dev-lua/md5/metadata.xml +++ b/dev-lua/md5/metadata.xml @@ -10,7 +10,6 @@ A hash (digest) function, a pair crypt/decrypt based on MD5 and CFB, and a pair crypt/decrypt based on DES with 56-bit keys. - keplerproject/md5 -- cgit v1.2.3