commit:     5e6aebb02aa020b7e8cb0dff5bb67693fd31dc5d
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 20 23:36:02 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Jan 20 23:56:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6aebb0

dev-lua/lua-openssl: add 0.8.1_p1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-lua/lua-openssl/Manifest                    |   1 +
 dev-lua/lua-openssl/lua-openssl-0.8.1_p1.ebuild | 129 ++++++++++++++++++++++++
 2 files changed, 130 insertions(+)

diff --git a/dev-lua/lua-openssl/Manifest b/dev-lua/lua-openssl/Manifest
index 25b3f2203774..75262db48131 100644
--- a/dev-lua/lua-openssl/Manifest
+++ b/dev-lua/lua-openssl/Manifest
@@ -2,3 +2,4 @@ DIST 
lua-auxiliar-8d09895473b73e4fb72b7573615f69c36e1860a2.tar.gz 3690 BLAKE2B 8
 DIST lua-compat-5.3-0.10.tar.gz 53695 BLAKE2B 
e570aedb23b8ed7ca38c4316ffab25b93a0f9f6f0fae79af563ca8a81dd6453ac273e1f9e70674c484a2dec68749e7d53a1c1736a72616c210b8e38a31b3f191
 SHA512 
f7f39085f4f6b16095f41e635b4c5477b3dab5e42b5b65a9d522941a3807ea521d4a27a77293a3c9d0ecea78a1f6c2a2497394b2d220f4d7d65e23510563d46d
 DIST lua-openssl-0.8.0_p20210815.tar.gz 421946 BLAKE2B 
6e7c0414f4ff3391db24b666f9801ab42a8cdeb3953d675535416cfe049c7429f032dff44bb41aef0cfd16f5c20d8ad29254dfa4a038dc6d5c8f6f5c032d7fa2
 SHA512 
e6b5cce94969a097d507e697a0b14f88d039ce65ebedf9256f4666728f9bb8cef4d53446f9d559e7a626be6e827b39148b24ddf1df1bbaec1f869a4e1d1dfd76
 DIST lua-openssl-0.8.0_p6.tar.gz 418000 BLAKE2B 
34474c607f6e39985c17f142b1067f2438b51c7e6f62861f65fa8c471722b56dee05a7a45eae277b368ee643a1820334de03c08f09c88a17e851925d575df6d4
 SHA512 
56125b8a88783b48bbeabd56be4732afe22ef54224b3f03f16e3cbc1ce94f554d6d8dea8236bff34786aad2720b53cbd05dcba85ca41497db61f339014fa3b95
+DIST lua-openssl-0.8.1_p1.tar.gz 425188 BLAKE2B 
bf3171e921e144c4a13d78df9d69d89b350d4cd4358640ae8d6eb22faea302f0f0cd7687250ff70a8798e7e02c4656964ebfd90f7e98ea2eff051ad3c562029e
 SHA512 
92be296ed18fa1ef982b70c982151cb223402cb92eb7ff8ae92009553e93f8cd24555aa1b653e20772d74b3fc7a7d4f5fc7fb923e54fec130ff6550d64ef909f

diff --git a/dev-lua/lua-openssl/lua-openssl-0.8.1_p1.ebuild 
b/dev-lua/lua-openssl/lua-openssl-0.8.1_p1.ebuild
new file mode 100644
index 000000000000..002170168ee4
--- /dev/null
+++ b/dev-lua/lua-openssl/lua-openssl-0.8.1_p1.ebuild
@@ -0,0 +1,129 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+EGIT_COMMIT_AUX="8d09895473b73e4fb72b7573615f69c36e1860a2"
+LUA_COMPAT=( lua5-{1..4} luajit )
+MY_PN_AUX="lua-auxiliar"
+MY_PN_COMPAT="lua-compat-5.3"
+MY_PV="${PV//_p/-}"
+MY_PV_COMPAT="0.10"
+
+inherit lua toolchain-funcs
+
+DESCRIPTION="OpenSSL binding for Lua"
+HOMEPAGE="https://github.com/zhaozg/lua-openssl";
+SRC_URI="
+       https://github.com/zhaozg/${PN}/archive/${MY_PV}.tar.gz -> ${P}.tar.gz
+       
https://github.com/zhaozg/${MY_PN_AUX}/archive/${EGIT_COMMIT_AUX}.tar.gz -> 
${MY_PN_AUX}-${EGIT_COMMIT_AUX}.tar.gz
+       
https://github.com/keplerproject/${MY_PN_COMPAT}/archive/v${MY_PV_COMPAT}.tar.gz
 -> ${MY_PN_COMPAT}-${MY_PV_COMPAT}.tar.gz
+"
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+LICENSE="MIT openssl PHP-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+REQUIRED_USE="${LUA_REQUIRED_USE}"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       !dev-lua/luaossl
+       !dev-lua/luasec
+       dev-libs/openssl:0=[-bindist(-)]
+       ${LUA_DEPS}
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       virtual/pkgconfig
+       test? ( ${RDEPEND} )
+"
+
+DOCS=( "README.md" "samples/." )
+
+src_prepare() {
+       default
+
+       # Allow override of LUA* variables
+       sed -e '/LUA  /s/:=/?=/g' -e '/LUA_VERSION/s/:=/?=/g' -i Makefile || die
+
+       # Disable TestCMS test suite, as it fails
+       # See: https://github.com/zhaozg/lua-openssl/issues/230
+       sed -e '/6.cms.lua/d' -i test/test.lua || die
+
+       # Prepare needed dependencies (source code files only)
+       rm -r deps/{auxiliar,lua-compat} || die
+       mv "${WORKDIR}/${MY_PN_AUX}-${EGIT_COMMIT_AUX}" deps/auxiliar || die
+       mv "${WORKDIR}/${MY_PN_COMPAT}-${MY_PV_COMPAT}" deps/lua-compat || die
+
+       lua_copy_sources
+}
+
+lua_src_compile() {
+       pushd "${BUILD_DIR}" || die
+
+       local myemakeargs=(
+               "AR=$(tc-getAR)"
+               "CC=$(tc-getCC)"
+               "LUA="
+               "LUA_CFLAGS=${CFLAGS} $(lua_get_CFLAGS)"
+               "LUA_LIBS=${LDFLAGS}"
+               "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
+               "TARGET_SYS=${CTARGET:-${CHOST}}"
+       )
+
+       emake "${myemakeargs[@]}"
+
+       popd
+}
+
+src_compile() {
+       lua_foreach_impl lua_src_compile
+}
+
+lua_src_test() {
+       pushd "${BUILD_DIR}" || die
+
+       local myemakeargs=(
+               "LUA=${ELUA}"
+               "LUA_CFLAGS="
+               "LUA_LIBS="
+               "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
+               "TARGET_SYS=${CTARGET:-${CHOST}}"
+       )
+
+       emake "${myemakeargs[@]}" test
+
+       popd
+}
+
+src_test() {
+       lua_foreach_impl lua_src_test
+}
+
+lua_src_install() {
+       pushd "${BUILD_DIR}" || die
+
+       local myemakeargs=(
+               "LUA="
+               "LUA_CFLAGS="
+               "LUA_LIBDIR=${ED}/$(lua_get_cmod_dir)"
+               "LUA_LIBS="
+               "LUA_VERSION=$(ver_cut 1-2 $(lua_get_version))"
+               "TARGET_SYS=${CTARGET:-${CHOST}}"
+       )
+
+       emake "${myemakeargs[@]}" install
+
+       insinto "$(lua_get_lmod_dir)"
+       doins -r "lib/."
+
+       popd
+}
+
+src_install() {
+       lua_foreach_impl lua_src_install
+
+       einstalldocs
+}

Reply via email to