commit: e4a13771f0dba826e3f2cd8986bb1b0f7a2ce972 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Fri Dec 4 11:26:23 2020 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Dec 4 11:26:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a13771
dev-lua/luacrypto: last rite package Closes: https://bugs.gentoo.org/471930 Closes: https://bugs.gentoo.org/674894 Closes: https://bugs.gentoo.org/730014 Closes: https://bugs.gentoo.org/736190 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-lua/luacrypto/Manifest | 1 - .../files/luacrypto-0.3.2-lualibdir.patch | 11 ------ dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild | 39 ---------------------- dev-lua/luacrypto/metadata.xml | 8 ----- profiles/package.mask | 6 ---- 5 files changed, 65 deletions(-) diff --git a/dev-lua/luacrypto/Manifest b/dev-lua/luacrypto/Manifest deleted file mode 100644 index d3dbfcb1e56..00000000000 --- a/dev-lua/luacrypto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST luacrypto-0.3.2.tar.gz 374363 BLAKE2B 043ef787f9b99f7d25bfa9a96d2495f2bfbeec0200c956b978cfc003c51f0faba99848bf290e011a3f8ba8a50d99bf5b6f9b5346addcd57f71978a4af8f4117d SHA512 4cb20d2cc348a11f140210dffb803629034c72cc7232590f4488f559d5c7233e0c41e56fcd0863959ac0b07e64c9aa79ea573e4126fdc11bc3f1b3b49d13343e diff --git a/dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch b/dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch deleted file mode 100644 index 461e066865c..00000000000 --- a/dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- luacrypto-0.3.2/configure.ac -+++ luacrypto-0.3.2/configure.ac -@@ -31,7 +31,7 @@ - PKG_CHECK_MODULES([LUA], [lua]) - - # lua libdir --LUALIBDIR="`$PKGCONFIG --variable=libdir lua`" -+LUALIBDIR="`$PKGCONFIG --variable=INSTALL_CMOD lua`" - - # dest of headers - CRYPTOINC="${includedir}/${PACKAGE_NAME}" diff --git a/dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild b/dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild deleted file mode 100644 index 5dadf1c9311..00000000000 --- a/dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils autotools ltprune - -DESCRIPTION="Lua frontend to OpenSSL" -HOMEPAGE="http://mkottman.github.io/luacrypto/ https://github.com/mkottman/luacrypto/" -SRC_URI="https://github.com/mkottman/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="libressl" - -RDEPEND=" - >=dev-lang/lua-5.1:0 - !libressl? ( dev-libs/openssl:0 ) libressl? ( dev-libs/libressl:0 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}"/${P}-lualibdir.patch - eautoreconf -} - -src_configure() { - econf --htmldir=/usr/share/doc/${PF}/html -} - -src_test() { - emake test -} - -src_install() { - default - prune_libtool_files --modules -} diff --git a/dev-lua/luacrypto/metadata.xml b/dev-lua/luacrypto/metadata.xml deleted file mode 100644 index b6155ce2e92..00000000000 --- a/dev-lua/luacrypto/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">mkottman/luacrypto</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 6231057c3e0..97b8152cdb1 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -499,12 +499,6 @@ gnome-base/libbonobo gnome-base/libgnome-keyring gnome-base/orbit -# Marek Szuba <[email protected]> (2020-10-13) -# Not compatible with >=dev-libs/openssl-1.1.0, no maintainer in Gentoo, -# no new commits to the upstream Git repository since September 2013. -# No reverse dependencies. Removal in 30 days (Bug #736190). -dev-lua/luacrypto - # Marek Szuba <[email protected]> (2020-10-13) # Ulrich Müller <[email protected]> (2020-11-06) # Robin H. Johnson <[email protected]> (2020-11-28)
