From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4E04913835A for ; Wed, 14 Oct 2020 21:24:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88E4CE093E; Wed, 14 Oct 2020 21:24:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7258BE093E for ; Wed, 14 Oct 2020 21:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78019340EAD for ; Wed, 14 Oct 2020 21:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC57238C for ; Wed, 14 Oct 2020 21:24:05 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1602710606.07efab36d2af2b55bfdf961acf976b09e969fe69.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lua/luasec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lua/luasec/Manifest dev-lua/luasec/luasec-0.7.ebuild X-VCS-Directories: dev-lua/luasec/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 07efab36d2af2b55bfdf961acf976b09e969fe69 X-VCS-Branch: master Date: Wed, 14 Oct 2020 21:24:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: efcdc99b-505d-474d-b88f-479a5346e06d X-Archives-Hash: 73da1a4da527e8461c8c977a03347cdb commit: 07efab36d2af2b55bfdf961acf976b09e969fe69 Author: Conrad Kostecki gentoo org> AuthorDate: Wed Oct 14 21:02:43 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Wed Oct 14 21:23:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07efab36 dev-lua/luasec: drop old version Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Conrad Kostecki gentoo.org> dev-lua/luasec/Manifest | 1 - dev-lua/luasec/luasec-0.7.ebuild | 48 ---------------------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-lua/luasec/Manifest b/dev-lua/luasec/Manifest index 1c6ed45b52b..1dd0459e7a4 100644 --- a/dev-lua/luasec/Manifest +++ b/dev-lua/luasec/Manifest @@ -1,2 +1 @@ -DIST luasec-0.7.tar.gz 47965 BLAKE2B 5bd19cfb5c2529a6fbee221442730c87394f1bf3d5089dd83d18e91ef1a2b88cde19c59988e438eb37e50c02c40a8906ad11ce9b3247b03ea11ed6d9e890b7d6 SHA512 6adf5241aa5a0d92c9dd7fc7f7e426969475548f47979ccc28187471b3bad4132c215de6da1f471d21b05c6558d36309264512c9c4ac70a53d6f6e204cac1358 DIST luasec-0.9.tar.gz 52163 BLAKE2B fa95ae63b36f138f923dc412f527ff527e4f7562ad177ca7f450ef889e75c204d1bfec3773523fb68865c3846a0edc583cbf903db5233ff080074147f33bfb30 SHA512 ea601016328232ca0ff12be72897eeedac88a78834a63e1c36d2828a3187039665a2c60597b5af1fa6917b6fe87cd292fbcdfabcd67bab968f587e038d52a933 diff --git a/dev-lua/luasec/luasec-0.7.ebuild b/dev-lua/luasec/luasec-0.7.ebuild deleted file mode 100644 index d7eb58e44d9..00000000000 --- a/dev-lua/luasec/luasec-0.7.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib toolchain-funcs - -DESCRIPTION="Lua binding for OpenSSL library to provide TLS/SSL communication" -HOMEPAGE="https://github.com/brunoos/luasec" - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/brunoos/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/brunoos/luasec/archive/${P}.tar.gz" - KEYWORDS="amd64 arm ~arm64 x86" - S=${WORKDIR}/${PN}-${P} -fi - -LICENSE="MIT" -SLOT="0" -IUSE="libressl" - -RDEPEND=" - >=dev-lang/lua-5.1:0[deprecated] - dev-lua/luasocket - !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:= )" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -src_prepare() { - default - sed -i -e "s/-O2//" src/Makefile || die - lua src/options.lua -g /usr/include/openssl/ssl.h > src/options.h || die -} - -src_compile() { - emake \ - CC="$(tc-getCC)" LD="$(tc-getCC)" LIB_PATH="" \ - linux -} - -src_install() { - emake \ - LUAPATH="${D}/$(pkg-config --variable INSTALL_LMOD lua)" \ - LUACPATH="${D}/$(pkg-config --variable INSTALL_CMOD lua)" \ - install -}