[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2023-08-05 Thread Conrad Kostecki
commit: 19e190e767f23429214593c56b50fb06cae4b9d8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Aug  5 22:20:29 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Aug  5 22:39:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19e190e7

dev-lua/luaossl: fix QA ExcessiveLineLength

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/luaossl-20220711.ebuild | 10 --
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/dev-lua/luaossl/luaossl-20220711.ebuild 
b/dev-lua/luaossl/luaossl-20220711.ebuild
index 0cbaf9a0b4ed..125f5e9215b0 100644
--- a/dev-lua/luaossl/luaossl-20220711.ebuild
+++ b/dev-lua/luaossl/luaossl-20220711.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -35,7 +35,13 @@ src_prepare() {
 
# 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
+   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
 }



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2022-07-11 Thread Conrad Kostecki
commit: 0d6ce696cf450802ba2e6ba5dbeb21c258afdc32
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Jul 11 23:11:45 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Jul 11 23:12:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6ce696

dev-lua/luaossl: drop 20200709-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/Manifest   |  1 -
 dev-lua/luaossl/luaossl-20200709-r1.ebuild | 97 --
 2 files changed, 98 deletions(-)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index 0242e7046364..d5cb892cc7f3 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1,2 +1 @@
-DIST luaossl-rel-20200709.tar.gz 352960 BLAKE2B 
f4cd53937d7a9c724ab9f2f6a13f1da8fa54216f01fe2af7e65cf7ebdad1f8740491ba1fc6bcc2bf4ac377bde0d2e370433e76a5105c6226e0d9745e12bec0ea
 SHA512 
324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34
 DIST luaossl-rel-20220711.tar.gz 505174 BLAKE2B 
be8736c9198c2c602ab4495f5498e96c90c66ac2712c4c299e3279fa5acd9168fcac29730f1db000eb908ca5f0a2215856c75bbd4a2cf3927cbdf82615160467
 SHA512 
13c51881218a5a9995d195d4781f6871f0dfe58f061b85dd997b98ec970a38302ac6b057b7987bff5f7719bfdb826aae09f602ea8db5e4b2d462648ad0236909

diff --git a/dev-lua/luaossl/luaossl-20200709-r1.ebuild 
b/dev-lua/luaossl/luaossl-20200709-r1.ebuild
deleted file mode 100644
index 0cbaf9a0b4ed..
--- a/dev-lua/luaossl/luaossl-20200709-r1.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2022-07-11 Thread Conrad Kostecki
commit: bf7c65c8da35efb0d83eae503a884c88cd78f8f0
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Jul 11 23:11:28 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Jul 11 23:12:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf7c65c8

Revert "dev-lua/luaossl: drop 20220711"

This reverts commit 19a953464725d83207324fc51b947f3bf770a99c.

Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/Manifest|  1 +
 dev-lua/luaossl/luaossl-20220711.ebuild | 97 +
 2 files changed, 98 insertions(+)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index db230bd70a4e..0242e7046364 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1 +1,2 @@
 DIST luaossl-rel-20200709.tar.gz 352960 BLAKE2B 
f4cd53937d7a9c724ab9f2f6a13f1da8fa54216f01fe2af7e65cf7ebdad1f8740491ba1fc6bcc2bf4ac377bde0d2e370433e76a5105c6226e0d9745e12bec0ea
 SHA512 
324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34
+DIST luaossl-rel-20220711.tar.gz 505174 BLAKE2B 
be8736c9198c2c602ab4495f5498e96c90c66ac2712c4c299e3279fa5acd9168fcac29730f1db000eb908ca5f0a2215856c75bbd4a2cf3927cbdf82615160467
 SHA512 
13c51881218a5a9995d195d4781f6871f0dfe58f061b85dd997b98ec970a38302ac6b057b7987bff5f7719bfdb826aae09f602ea8db5e4b2d462648ad0236909

diff --git a/dev-lua/luaossl/luaossl-20220711.ebuild 
b/dev-lua/luaossl/luaossl-20220711.ebuild
new file mode 100644
index ..0cbaf9a0b4ed
--- /dev/null
+++ b/dev-lua/luaossl/luaossl-20220711.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2022-07-11 Thread Conrad Kostecki
commit: ac7aa185a115dacec414ab6b8491850df359dd33
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Jul 11 23:07:26 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Jul 11 23:10:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac7aa185

dev-lua/luaossl: add 20220711

Bug: https://bugs.gentoo.org/805041
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/Manifest|  1 +
 dev-lua/luaossl/luaossl-20220711.ebuild | 97 +
 2 files changed, 98 insertions(+)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index db230bd70a4e..0242e7046364 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1 +1,2 @@
 DIST luaossl-rel-20200709.tar.gz 352960 BLAKE2B 
f4cd53937d7a9c724ab9f2f6a13f1da8fa54216f01fe2af7e65cf7ebdad1f8740491ba1fc6bcc2bf4ac377bde0d2e370433e76a5105c6226e0d9745e12bec0ea
 SHA512 
324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34
+DIST luaossl-rel-20220711.tar.gz 505174 BLAKE2B 
be8736c9198c2c602ab4495f5498e96c90c66ac2712c4c299e3279fa5acd9168fcac29730f1db000eb908ca5f0a2215856c75bbd4a2cf3927cbdf82615160467
 SHA512 
13c51881218a5a9995d195d4781f6871f0dfe58f061b85dd997b98ec970a38302ac6b057b7987bff5f7719bfdb826aae09f602ea8db5e4b2d462648ad0236909

diff --git a/dev-lua/luaossl/luaossl-20220711.ebuild 
b/dev-lua/luaossl/luaossl-20220711.ebuild
new file mode 100644
index ..0cbaf9a0b4ed
--- /dev/null
+++ b/dev-lua/luaossl/luaossl-20220711.ebuild
@@ -0,0 +1,97 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2022-07-11 Thread Conrad Kostecki
commit: 19a953464725d83207324fc51b947f3bf770a99c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Jul 11 23:08:30 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Jul 11 23:10:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a95346

dev-lua/luaossl: drop 20220711

Closes: https://bugs.gentoo.org/805041
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/Manifest|  1 -
 dev-lua/luaossl/luaossl-20220711.ebuild | 97 -
 2 files changed, 98 deletions(-)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index 0242e7046364..db230bd70a4e 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1,2 +1 @@
 DIST luaossl-rel-20200709.tar.gz 352960 BLAKE2B 
f4cd53937d7a9c724ab9f2f6a13f1da8fa54216f01fe2af7e65cf7ebdad1f8740491ba1fc6bcc2bf4ac377bde0d2e370433e76a5105c6226e0d9745e12bec0ea
 SHA512 
324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34
-DIST luaossl-rel-20220711.tar.gz 505174 BLAKE2B 
be8736c9198c2c602ab4495f5498e96c90c66ac2712c4c299e3279fa5acd9168fcac29730f1db000eb908ca5f0a2215856c75bbd4a2cf3927cbdf82615160467
 SHA512 
13c51881218a5a9995d195d4781f6871f0dfe58f061b85dd997b98ec970a38302ac6b057b7987bff5f7719bfdb826aae09f602ea8db5e4b2d462648ad0236909

diff --git a/dev-lua/luaossl/luaossl-20220711.ebuild 
b/dev-lua/luaossl/luaossl-20220711.ebuild
deleted file mode 100644
index 0cbaf9a0b4ed..
--- a/dev-lua/luaossl/luaossl-20220711.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2021-04-21 Thread Conrad Kostecki
commit: 12f977d0bc976bed64db0b315c5007fdb6903e89
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Apr 21 20:26:50 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Apr 21 20:29:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f977d0

dev-lua/luaossl: add ~ppc ~ppc64 keyword

Bug: https://bugs.gentoo.org/783423
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/luaossl-20200709-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild 
b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
index 42b394e4eca..9b396bab129 100644
--- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild
+++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="examples"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2021-04-20 Thread Sergei Trofimovich
commit: 45f3b83362a9be4cdee56df84382fd3e70a933f7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Apr 20 21:16:13 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Apr 20 21:20:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f3b833

dev-lua/luaossl: keyworded 20200709-r100 for ia64

keyworded wrt bug #783420

Package-Manager: Portage-3.0.18, Repoman-3.0.3
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lua/luaossl/luaossl-20200709-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild 
b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
index 3cf9f9e06ad..42b394e4eca 100644
--- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild
+++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~sparc ~x86"
 IUSE="examples"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2021-04-19 Thread Sergei Trofimovich
commit: 0dbb14d788a3124d4bf600a59feb2ad428bc21ea
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Apr 19 15:17:04 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Apr 19 18:32:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dbb14d7

dev-lua/luaossl: keyworded 20200709-r100 for hppa/sparc, bug #783420

Package-Manager: Portage-3.0.17, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-lua/luaossl/luaossl-20200709-r100.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild 
b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
index b9b48a0bb3e..3cf9f9e06ad 100644
--- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild
+++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/${MY_P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
 IUSE="examples"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2021-02-21 Thread Conrad Kostecki
commit: 762d16ee53f27f500065ceaccc6d5dcca9e04f34
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Feb 21 20:51:06 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Feb 21 21:21:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762d16ee

dev-lua/luaossl: add lua5-4 support

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/luaossl-20200709-r100.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild 
b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
index f61c8526f83..b9b48a0bb3e 100644
--- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild
+++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-LUA_COMPAT=( lua5-{1..3} luajit )
+LUA_COMPAT=( lua5-{1..4} luajit )
 MY_P="${PN}-rel-${PV}"
 
 inherit lua toolchain-funcs



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2021-01-27 Thread Conrad Kostecki
commit: b62030ac887fc6da87f44549cb6c718847101aff
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Jan 24 18:09:26 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Jan 27 19:40:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62030ac

dev-lua/luaossl: drop old version

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/luaossl-20200709.ebuild | 66 -
 1 file changed, 66 deletions(-)

diff --git a/dev-lua/luaossl/luaossl-20200709.ebuild 
b/dev-lua/luaossl/luaossl-20200709.ebuild
deleted file mode 100644
index 0e4aeb687ec..000
--- a/dev-lua/luaossl/luaossl-20200709.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_P="${PN}-rel-${PV}"
-
-inherit 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 ~x86"
-IUSE="examples luajit"
-
-RDEPEND="
-   dev-libs/openssl:0[-bindist]
-   !dev-lua/lua-openssl
-   !dev-lua/luasec
-   luajit? ( dev-lang/luajit:2 )
-   !luajit? ( dev-lang/lua:0 )
-"
-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
-
-   # Set LUA version
-   LUA_VERSION=$($(tc-getPKG_CONFIG) --variable=$(usex luajit abiver V) 
$(usex luajit luajit lua))
-}
-
-src_compile() {
-   local myemakeargs=(
-   "CC=$(tc-getCC)"
-   "ALL_CPPFLAGS=${CPPFLAGS} -I$($(tc-getPKG_CONFIG) --variable 
includedir $(usex luajit 'luajit' 'lua'))"
-   "libdir="
-   )
-
-   emake "${myemakeargs[@]}" openssl${LUA_VERSION}
-}
-
-src_install() {
-   local myemakeargs=(
-   "DESTDIR=${D}"
-   "lua${LUA_VERSION/./}cpath=$($(tc-getPKG_CONFIG) --variable 
INSTALL_CMOD $(usex luajit 'luajit' 'lua'))"
-   "lua${LUA_VERSION/./}path=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD $(usex luajit 'luajit' 'lua'))"
-   "prefix=${EPREFIX}/usr"
-   )
-
-   emake "${myemakeargs[@]}" install${LUA_VERSION}
-
-   use examples && dodoc -r "examples/."
-
-   einstalldocs
-}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2020-12-04 Thread Conrad Kostecki
commit: 763caf9cb08e153d07822b4c28bb1ea60c4ab64d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Dec  4 11:29:25 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Dec  4 11:29:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=763caf9c

dev-lua/luaossl: drop blocker for dev-lua/luacrypto

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/luaossl-20200709-r100.ebuild | 1 -
 dev-lua/luaossl/luaossl-20200709.ebuild  | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dev-lua/luaossl/luaossl-20200709-r100.ebuild 
b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
index 414c31fe69c..f61c8526f83 100644
--- a/dev-lua/luaossl/luaossl-20200709-r100.ebuild
+++ b/dev-lua/luaossl/luaossl-20200709-r100.ebuild
@@ -21,7 +21,6 @@ REQUIRED_USE="${LUA_REQUIRED_USE}"
 
 RDEPEND="
dev-libs/openssl:0[-bindist]
-   !dev-lua/luacrypto
!dev-lua/lua-openssl
!dev-lua/luasec
${LUA_DEPS}

diff --git a/dev-lua/luaossl/luaossl-20200709.ebuild 
b/dev-lua/luaossl/luaossl-20200709.ebuild
index 0de911787f2..0e4aeb687ec 100644
--- a/dev-lua/luaossl/luaossl-20200709.ebuild
+++ b/dev-lua/luaossl/luaossl-20200709.ebuild
@@ -19,7 +19,6 @@ IUSE="examples luajit"
 
 RDEPEND="
dev-libs/openssl:0[-bindist]
-   !dev-lua/luacrypto
!dev-lua/lua-openssl
!dev-lua/luasec
luajit? ( dev-lang/luajit:2 )



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2020-12-02 Thread Conrad Kostecki
commit: 81d6f8c24d408a080750094d8fc8eac2eeb747d9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Dec  2 23:03:41 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Dec  2 23:30:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81d6f8c2

dev-lua/luaossl: bump to version 20200709

Closes: https://bugs.gentoo.org/730024
Closes: https://bugs.gentoo.org/737196
Closes: https://bugs.gentoo.org/738036
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/Manifest|  1 +
 dev-lua/luaossl/luaossl-20200709.ebuild | 67 +
 2 files changed, 68 insertions(+)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index 9849ac7fb15..d0907d437b4 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -2,3 +2,4 @@ DIST luaossl-20150727.tar.gz 355486 BLAKE2B 
81907c3a3f565432eb2d2b17db48f3814968
 DIST luaossl-rel-20180708.tar.gz 455381 BLAKE2B 
d57e27638e6aee44a94f85094bab9161f0b87bdb379863fdef4517a1cb3415f4ef7e62967ee1e3fa2dde4d5629a24d732dc8ea0fd2ea54ccd84f69c4b18e2c57
 SHA512 
b2a73a7e7ace9a01c8c5a26603107f7741de88de32c393ed9134b70d55278c81d48e357955e671654825de282449b9570ecdc6a4fbcf4890439c0200ba471338
 DIST luaossl-rel-20181207.tar.gz 472294 BLAKE2B 
1dd991cd73a432b7f8918d391bd3cbea98d77d4bd6390815840e3c7f63e98b9bcca6d9a4841da663ba7ecaa19880a4f3db4fce09d47d103cfd85f8d920efe84d
 SHA512 
e5412c115d0dda3b3f2446ffd9a8d9b78be3800e834d7a43ec2cde16e56798fe2467d91add3ab8030321e6bf1a12349ecd5987dd88216ab0d7ba4ff451f0fb91
 DIST luaossl-rel-20190731.tar.gz 350324 BLAKE2B 
ff80f8ef69472eb0bb908d292f906d4d2be30b6350b04ecc4b4f6414aa6c6d44109a99187d6a89519d60b23ff9259bdda48bf0e51032785abee2002611037033
 SHA512 
09315deb0c40b59230d80262906cb9f067660242315544179ec5df57a028b088c56a4bb0b944e5975bccf86d521901eae36006c5623ec1159cfca94d05fb6890
+DIST luaossl-rel-20200709.tar.gz 352960 BLAKE2B 
f4cd53937d7a9c724ab9f2f6a13f1da8fa54216f01fe2af7e65cf7ebdad1f8740491ba1fc6bcc2bf4ac377bde0d2e370433e76a5105c6226e0d9745e12bec0ea
 SHA512 
324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34

diff --git a/dev-lua/luaossl/luaossl-20200709.ebuild 
b/dev-lua/luaossl/luaossl-20200709.ebuild
new file mode 100644
index 000..0de911787f2
--- /dev/null
+++ b/dev-lua/luaossl/luaossl-20200709.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_P="${PN}-rel-${PV}"
+
+inherit 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 ~x86"
+IUSE="examples luajit"
+
+RDEPEND="
+   dev-libs/openssl:0[-bindist]
+   !dev-lua/luacrypto
+   !dev-lua/lua-openssl
+   !dev-lua/luasec
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( dev-lang/lua:0 )
+"
+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
+
+   # Set LUA version
+   LUA_VERSION=$($(tc-getPKG_CONFIG) --variable=$(usex luajit abiver V) 
$(usex luajit luajit lua))
+}
+
+src_compile() {
+   local myemakeargs=(
+   "CC=$(tc-getCC)"
+   "ALL_CPPFLAGS=${CPPFLAGS} -I$($(tc-getPKG_CONFIG) --variable 
includedir $(usex luajit 'luajit' 'lua'))"
+   "libdir="
+   )
+
+   emake "${myemakeargs[@]}" openssl${LUA_VERSION}
+}
+
+src_install() {
+   local myemakeargs=(
+   "DESTDIR=${D}"
+   "lua${LUA_VERSION/./}cpath=$($(tc-getPKG_CONFIG) --variable 
INSTALL_CMOD $(usex luajit 'luajit' 'lua'))"
+   "lua${LUA_VERSION/./}path=$($(tc-getPKG_CONFIG) --variable 
INSTALL_LMOD $(usex luajit 'luajit' 'lua'))"
+   "prefix=${EPREFIX}/usr"
+   )
+
+   emake "${myemakeargs[@]}" install${LUA_VERSION}
+
+   use examples && dodoc -r "examples/."
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2020-12-02 Thread Conrad Kostecki
commit: 494811685a2f9c0cd01d8ba4b60c892a2305af7d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Dec  2 23:29:51 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Dec  2 23:30:03 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49481168

dev-lua/luaossl: drop old version

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Conrad Kostecki  gentoo.org>

 dev-lua/luaossl/Manifest|  4 ---
 dev-lua/luaossl/luaossl-20150727.ebuild | 43 -
 dev-lua/luaossl/luaossl-20180708.ebuild | 40 --
 dev-lua/luaossl/luaossl-20181207.ebuild | 40 --
 dev-lua/luaossl/luaossl-20190731.ebuild | 40 --
 5 files changed, 167 deletions(-)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index d0907d437b4..db230bd70a4 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1,5 +1 @@
-DIST luaossl-20150727.tar.gz 355486 BLAKE2B 
81907c3a3f565432eb2d2b17db48f381496837924ce999a58a4528a46b1b43fdd7b14041bab2a4536c89a37c6f31926f353d1bb1997e9ffd57ab6e2cfb83b6ef
 SHA512 
de565ff7b9ac07493e771045b05902dd64e8b6c458180dd03d08cf900067d1b9cb88385c69dc29fb45774e4ec36b563cab705b34d37cec2f5cc792cf4f7b5049
-DIST luaossl-rel-20180708.tar.gz 455381 BLAKE2B 
d57e27638e6aee44a94f85094bab9161f0b87bdb379863fdef4517a1cb3415f4ef7e62967ee1e3fa2dde4d5629a24d732dc8ea0fd2ea54ccd84f69c4b18e2c57
 SHA512 
b2a73a7e7ace9a01c8c5a26603107f7741de88de32c393ed9134b70d55278c81d48e357955e671654825de282449b9570ecdc6a4fbcf4890439c0200ba471338
-DIST luaossl-rel-20181207.tar.gz 472294 BLAKE2B 
1dd991cd73a432b7f8918d391bd3cbea98d77d4bd6390815840e3c7f63e98b9bcca6d9a4841da663ba7ecaa19880a4f3db4fce09d47d103cfd85f8d920efe84d
 SHA512 
e5412c115d0dda3b3f2446ffd9a8d9b78be3800e834d7a43ec2cde16e56798fe2467d91add3ab8030321e6bf1a12349ecd5987dd88216ab0d7ba4ff451f0fb91
-DIST luaossl-rel-20190731.tar.gz 350324 BLAKE2B 
ff80f8ef69472eb0bb908d292f906d4d2be30b6350b04ecc4b4f6414aa6c6d44109a99187d6a89519d60b23ff9259bdda48bf0e51032785abee2002611037033
 SHA512 
09315deb0c40b59230d80262906cb9f067660242315544179ec5df57a028b088c56a4bb0b944e5975bccf86d521901eae36006c5623ec1159cfca94d05fb6890
 DIST luaossl-rel-20200709.tar.gz 352960 BLAKE2B 
f4cd53937d7a9c724ab9f2f6a13f1da8fa54216f01fe2af7e65cf7ebdad1f8740491ba1fc6bcc2bf4ac377bde0d2e370433e76a5105c6226e0d9745e12bec0ea
 SHA512 
324175f65e9d292ecb1343cfa9e111f1fd17f15e67037bd705d3db95d32b859c039a6e70620d649f446a8e7043a125a75c64de1714f0fe18e077fb9c017bea34

diff --git a/dev-lua/luaossl/luaossl-20150727.ebuild 
b/dev-lua/luaossl/luaossl-20150727.ebuild
deleted file mode 100644
index b0a610625a0..000
--- a/dev-lua/luaossl/luaossl-20150727.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe."
-HOMEPAGE="https://github.com/wahern/luaossl;
-SRC_URI="https://github.com/wahern/luaossl/archive/rel-${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="luajit"
-
-RDEPEND="
-   luajit? ( dev-lang/luajit:2 )
-   !luajit? ( >=dev-lang/lua-5.1:0 )
-   dev-libs/openssl:0[-bindist]
-   !dev-lua/lua-openssl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${PN}-rel-${PV}"
-
-src_prepare() {
-   local version_var=
-   local engine=
-
-   use luajit && engine=luajit || engine=lua
-   use luajit && version_var=abiver || version_var=V
-
-   LUA_VERSION="$($(tc-getPKG_CONFIG) --variable=${version_var} ${engine})"
-}
-
-src_compile() {
-   emake CC="$(tc-getCC)" prefix="${EPREFIX}/usr" openssl${LUA_VERSION}
-}
-
-src_install() {
-   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install${LUA_VERSION}
-}

diff --git a/dev-lua/luaossl/luaossl-20180708.ebuild 
b/dev-lua/luaossl/luaossl-20180708.ebuild
deleted file mode 100644
index fd756527608..000
--- a/dev-lua/luaossl/luaossl-20180708.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P=${PN}-rel-${PV}
-DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe."
-HOMEPAGE="https://github.com/wahern/luaossl;
-SRC_URI="https://github.com/wahern/luaossl/archive/rel-${PV}.tar.gz -> 
${MY_P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="luajit"
-
-RDEPEND="
-   luajit? ( dev-lang/luajit:2 )
-   !luajit? ( >=dev-lang/lua-5.1:0 )
-   dev-libs/openssl:0[-bindist]
-   !dev-lua/lua-openssl"
-DEPEND="${RDEPEND}
-   virtual/pkgconfig"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   default
-
-   LUA_VERSION="$($(tc-getPKG_CONFIG) --variable=$(usex luajit abiver V) 
$(usex luajit luajit lua))"
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2019-10-22 Thread William Hubbs
commit: 31bbb48431fc0514a990e5a383b9d28cc6c88cfc
Author: William Hubbs  sony  com>
AuthorDate: Mon Oct 21 19:15:41 2019 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Oct 22 15:50:06 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31bbb484

dev-lua/luaossl: 20190731 bump

Closes: https://bugs.gentoo.org/696534
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: William Hubbs  gentoo.org>

 dev-lua/luaossl/Manifest|  1 +
 dev-lua/luaossl/luaossl-20190731.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index 7afba5248fd..9849ac7fb15 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1,3 +1,4 @@
 DIST luaossl-20150727.tar.gz 355486 BLAKE2B 
81907c3a3f565432eb2d2b17db48f381496837924ce999a58a4528a46b1b43fdd7b14041bab2a4536c89a37c6f31926f353d1bb1997e9ffd57ab6e2cfb83b6ef
 SHA512 
de565ff7b9ac07493e771045b05902dd64e8b6c458180dd03d08cf900067d1b9cb88385c69dc29fb45774e4ec36b563cab705b34d37cec2f5cc792cf4f7b5049
 DIST luaossl-rel-20180708.tar.gz 455381 BLAKE2B 
d57e27638e6aee44a94f85094bab9161f0b87bdb379863fdef4517a1cb3415f4ef7e62967ee1e3fa2dde4d5629a24d732dc8ea0fd2ea54ccd84f69c4b18e2c57
 SHA512 
b2a73a7e7ace9a01c8c5a26603107f7741de88de32c393ed9134b70d55278c81d48e357955e671654825de282449b9570ecdc6a4fbcf4890439c0200ba471338
 DIST luaossl-rel-20181207.tar.gz 472294 BLAKE2B 
1dd991cd73a432b7f8918d391bd3cbea98d77d4bd6390815840e3c7f63e98b9bcca6d9a4841da663ba7ecaa19880a4f3db4fce09d47d103cfd85f8d920efe84d
 SHA512 
e5412c115d0dda3b3f2446ffd9a8d9b78be3800e834d7a43ec2cde16e56798fe2467d91add3ab8030321e6bf1a12349ecd5987dd88216ab0d7ba4ff451f0fb91
+DIST luaossl-rel-20190731.tar.gz 350324 BLAKE2B 
ff80f8ef69472eb0bb908d292f906d4d2be30b6350b04ecc4b4f6414aa6c6d44109a99187d6a89519d60b23ff9259bdda48bf0e51032785abee2002611037033
 SHA512 
09315deb0c40b59230d80262906cb9f067660242315544179ec5df57a028b088c56a4bb0b944e5975bccf86d521901eae36006c5623ec1159cfca94d05fb6890

diff --git a/dev-lua/luaossl/luaossl-20190731.ebuild 
b/dev-lua/luaossl/luaossl-20190731.ebuild
new file mode 100644
index 000..300a08cda74
--- /dev/null
+++ b/dev-lua/luaossl/luaossl-20190731.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P=${PN}-rel-${PV}
+DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe."
+HOMEPAGE="https://github.com/wahern/luaossl;
+SRC_URI="https://github.com/wahern/luaossl/archive/rel-${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="luajit"
+
+RDEPEND="
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( >=dev-lang/lua-5.1:0 )
+   dev-libs/openssl:0[-bindist]
+   !dev-lua/lua-openssl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   LUA_VERSION="$($(tc-getPKG_CONFIG) --variable=$(usex luajit abiver V) 
$(usex luajit luajit lua))"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" prefix="${EPREFIX}/usr" openssl${LUA_VERSION}
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install${LUA_VERSION}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2019-01-02 Thread Jason A. Donenfeld
commit: eee76310767ff9bd16c8f9f1d36787aed5e1e1a2
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Thu Jan  3 00:43:39 2019 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Thu Jan  3 00:44:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee76310

dev-lua/luaossl: version bump

Package-Manager: Portage-2.3.53, Repoman-2.3.12
Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-lua/luaossl/Manifest|  1 +
 dev-lua/luaossl/luaossl-20181207.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index 77923436767..7afba5248fd 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1,2 +1,3 @@
 DIST luaossl-20150727.tar.gz 355486 BLAKE2B 
81907c3a3f565432eb2d2b17db48f381496837924ce999a58a4528a46b1b43fdd7b14041bab2a4536c89a37c6f31926f353d1bb1997e9ffd57ab6e2cfb83b6ef
 SHA512 
de565ff7b9ac07493e771045b05902dd64e8b6c458180dd03d08cf900067d1b9cb88385c69dc29fb45774e4ec36b563cab705b34d37cec2f5cc792cf4f7b5049
 DIST luaossl-rel-20180708.tar.gz 455381 BLAKE2B 
d57e27638e6aee44a94f85094bab9161f0b87bdb379863fdef4517a1cb3415f4ef7e62967ee1e3fa2dde4d5629a24d732dc8ea0fd2ea54ccd84f69c4b18e2c57
 SHA512 
b2a73a7e7ace9a01c8c5a26603107f7741de88de32c393ed9134b70d55278c81d48e357955e671654825de282449b9570ecdc6a4fbcf4890439c0200ba471338
+DIST luaossl-rel-20181207.tar.gz 472294 BLAKE2B 
1dd991cd73a432b7f8918d391bd3cbea98d77d4bd6390815840e3c7f63e98b9bcca6d9a4841da663ba7ecaa19880a4f3db4fce09d47d103cfd85f8d920efe84d
 SHA512 
e5412c115d0dda3b3f2446ffd9a8d9b78be3800e834d7a43ec2cde16e56798fe2467d91add3ab8030321e6bf1a12349ecd5987dd88216ab0d7ba4ff451f0fb91

diff --git a/dev-lua/luaossl/luaossl-20181207.ebuild 
b/dev-lua/luaossl/luaossl-20181207.ebuild
new file mode 100644
index 000..300a08cda74
--- /dev/null
+++ b/dev-lua/luaossl/luaossl-20181207.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P=${PN}-rel-${PV}
+DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe."
+HOMEPAGE="https://github.com/wahern/luaossl;
+SRC_URI="https://github.com/wahern/luaossl/archive/rel-${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="luajit"
+
+RDEPEND="
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( >=dev-lang/lua-5.1:0 )
+   dev-libs/openssl:0[-bindist]
+   !dev-lua/lua-openssl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   LUA_VERSION="$($(tc-getPKG_CONFIG) --variable=$(usex luajit abiver V) 
$(usex luajit luajit lua))"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" prefix="${EPREFIX}/usr" openssl${LUA_VERSION}
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install${LUA_VERSION}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2018-10-01 Thread Georgy Yakovlev
commit: 1ca0e304b2318b02c4da641da4181871a4efef55
Author: Matthias Hauber  fnordpipe  org>
AuthorDate: Fri Sep 28 19:21:49 2018 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Oct  1 07:24:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca0e304

dev-lua/luaossl: takeover maintainership

Closes: https://github.com/gentoo/gentoo/pull/10007
Signed-off-by: Matthias Hauber  fnordpipe.org>
Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-lua/luaossl/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-lua/luaossl/metadata.xml b/dev-lua/luaossl/metadata.xml
index 581bc911a60..8056c7be989 100644
--- a/dev-lua/luaossl/metadata.xml
+++ b/dev-lua/luaossl/metadata.xml
@@ -1,7 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
+   
+   cr...@fnordpipe.org
+   Matthias Hauber
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

wahern/luaossl




[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2018-09-28 Thread Michał Górny
commit: dddbeb5e4139102deda075fcef14170ec100ae27
Author: crito  fnordpipe  org>
AuthorDate: Wed Sep 26 19:56:38 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 28 10:07:53 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dddbeb5e

dev-lua/luaossl: bump version to 20180708

Signed-off-by: Matthias Hauber  fnordpipe.org>
Signed-off-by: Michał Górny  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/9977

 dev-lua/luaossl/Manifest|  1 +
 dev-lua/luaossl/luaossl-20180708.ebuild | 40 +
 2 files changed, 41 insertions(+)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
index 50c057f3cd5..77923436767 100644
--- a/dev-lua/luaossl/Manifest
+++ b/dev-lua/luaossl/Manifest
@@ -1 +1,2 @@
 DIST luaossl-20150727.tar.gz 355486 BLAKE2B 
81907c3a3f565432eb2d2b17db48f381496837924ce999a58a4528a46b1b43fdd7b14041bab2a4536c89a37c6f31926f353d1bb1997e9ffd57ab6e2cfb83b6ef
 SHA512 
de565ff7b9ac07493e771045b05902dd64e8b6c458180dd03d08cf900067d1b9cb88385c69dc29fb45774e4ec36b563cab705b34d37cec2f5cc792cf4f7b5049
+DIST luaossl-rel-20180708.tar.gz 455381 BLAKE2B 
d57e27638e6aee44a94f85094bab9161f0b87bdb379863fdef4517a1cb3415f4ef7e62967ee1e3fa2dde4d5629a24d732dc8ea0fd2ea54ccd84f69c4b18e2c57
 SHA512 
b2a73a7e7ace9a01c8c5a26603107f7741de88de32c393ed9134b70d55278c81d48e357955e671654825de282449b9570ecdc6a4fbcf4890439c0200ba471338

diff --git a/dev-lua/luaossl/luaossl-20180708.ebuild 
b/dev-lua/luaossl/luaossl-20180708.ebuild
new file mode 100644
index 000..fd756527608
--- /dev/null
+++ b/dev-lua/luaossl/luaossl-20180708.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+MY_P=${PN}-rel-${PV}
+DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe."
+HOMEPAGE="https://github.com/wahern/luaossl;
+SRC_URI="https://github.com/wahern/luaossl/archive/rel-${PV}.tar.gz -> 
${MY_P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="luajit"
+
+RDEPEND="
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( >=dev-lang/lua-5.1:0 )
+   dev-libs/openssl:0[-bindist]
+   !dev-lua/lua-openssl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   default
+
+   LUA_VERSION="$($(tc-getPKG_CONFIG) --variable=$(usex luajit abiver V) 
$(usex luajit luajit lua))"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" prefix="${EPREFIX}/usr" openssl${LUA_VERSION}
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install${LUA_VERSION}
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2018-04-08 Thread Jonas Stein
commit: 11dd47e622f1927cdb7a657b081ff973b0150a78
Author: Jonas Stein  gentoo  org>
AuthorDate: Sun Apr  8 19:58:50 2018 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Sun Apr  8 19:58:50 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11dd47e6

dev-lua/luaossl: Maintainer retired

Proxied maintainer retired.
Closes: https://bugs.gentoo.org/633072
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-lua/luaossl/metadata.xml | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-lua/luaossl/metadata.xml b/dev-lua/luaossl/metadata.xml
index 9988694cece..581bc911a60 100644
--- a/dev-lua/luaossl/metadata.xml
+++ b/dev-lua/luaossl/metadata.xml
@@ -1,14 +1,7 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   
-   
-   ja...@jirutka.cz
-   Jakub Jirutka
-   
+

wahern/luaossl




[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2016-02-08 Thread Patrice Clement
commit: a90aaeb9b87ed818e3f262b69cdb70ce9a8014ea
Author: Patrice Clement  gentoo  org>
AuthorDate: Mon Feb  8 09:54:44 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Mon Feb  8 09:56:30 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a90aaeb9

dev-lua/luaossl: Fix tags in metadata.xml.

Package-Manager: portage-2.2.26
Signed-off-by: Patrice Clement  gentoo.org>

 dev-lua/luaossl/metadata.xml | 7 +--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/dev-lua/luaossl/metadata.xml b/dev-lua/luaossl/metadata.xml
index 1526957..fbef893 100644
--- a/dev-lua/luaossl/metadata.xml
+++ b/dev-lua/luaossl/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   proxy-maintainers
-   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
ja...@jirutka.cz
Jakub Jirutka




[gentoo-commits] repo/gentoo:master commit in: dev-lua/luaossl/

2016-02-08 Thread Patrice Clement
commit: 85c09ef2853d5cfdbe965a902d2d128ce96c66a7
Author: Jakub Jirutka  jirutka  cz>
AuthorDate: Wed Nov 18 01:39:00 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Thu Nov 19 00:04:08 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c09ef2

dev-lua/luaossl: Introduce new ebuild

 dev-lua/luaossl/Manifest|  1 +
 dev-lua/luaossl/luaossl-20150727.ebuild | 44 +
 dev-lua/luaossl/metadata.xml| 16 
 3 files changed, 61 insertions(+)

diff --git a/dev-lua/luaossl/Manifest b/dev-lua/luaossl/Manifest
new file mode 100644
index 000..5792300
--- /dev/null
+++ b/dev-lua/luaossl/Manifest
@@ -0,0 +1 @@
+DIST luaossl-20150727.tar.gz 355486 SHA256 
e5607e380ef1bfb12bfa0e5c97e0088a4b1c22a53f3f9913b9f114bc0e95f0b0 SHA512 
de565ff7b9ac07493e771045b05902dd64e8b6c458180dd03d08cf900067d1b9cb88385c69dc29fb45774e4ec36b563cab705b34d37cec2f5cc792cf4f7b5049
 WHIRLPOOL 
44697a9abbc61fab35392dce3090b05ef7b5fc772e82c79b0be9647525f325f3c71e0cc13146cb2907b5924fdc7dfabe8adb6c98b882a24e92d36baf650aa8a6

diff --git a/dev-lua/luaossl/luaossl-20150727.ebuild 
b/dev-lua/luaossl/luaossl-20150727.ebuild
new file mode 100644
index 000..d137972
--- /dev/null
+++ b/dev-lua/luaossl/luaossl-20150727.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Most comprehensive OpenSSL module in the Lua universe."
+HOMEPAGE="https://github.com/wahern/luaossl;
+SRC_URI="https://github.com/wahern/luaossl/archive/rel-${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="luajit"
+
+RDEPEND="
+   luajit? ( dev-lang/luajit:2 )
+   !luajit? ( >=dev-lang/lua-5.1:0 )
+   dev-libs/openssl:0[-bindist]
+   !dev-lua/lua-openssl"
+DEPEND="${RDEPEND}
+   virtual/pkgconfig"
+
+S="${WORKDIR}/${PN}-rel-${PV}"
+
+src_prepare() {
+   local version_var=
+   local engine=
+
+   use luajit && engine=luajit || engine=lua
+   use luajit && version_var=abiver || version_var=V
+
+   LUA_VERSION="$($(tc-getPKG_CONFIG) --variable=${version_var} ${engine})"
+}
+
+src_compile() {
+   emake CC="$(tc-getCC)" prefix="${EPREFIX}/usr" openssl${LUA_VERSION}
+}
+
+src_install() {
+   emake DESTDIR="${D}" prefix="${EPREFIX}/usr" install${LUA_VERSION}
+}

diff --git a/dev-lua/luaossl/metadata.xml b/dev-lua/luaossl/metadata.xml
new file mode 100644
index 000..1526957
--- /dev/null
+++ b/dev-lua/luaossl/metadata.xml
@@ -0,0 +1,16 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   proxy-maintainers
+   
+   ja...@jirutka.cz
+   Jakub Jirutka
+   
+   
+   Use dev-lang/luajit instead of
+   dev-lang/lua
+   
+   
+   wahern/luaossl
+   
+