summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2020-12-04 12:26:23 +0100
committerConrad Kostecki <conikost@gentoo.org>2020-12-04 12:26:23 +0100
commite4a13771f0dba826e3f2cd8986bb1b0f7a2ce972 (patch)
tree9da0a585d5035ac55a153e7b994e119fa351f991 /dev-lua
parentdev-lua/lua-openssl: add myself as maintainer (diff)
downloadgentoo-e4a13771f0dba826e3f2cd8986bb1b0f7a2ce972.tar.gz
gentoo-e4a13771f0dba826e3f2cd8986bb1b0f7a2ce972.tar.bz2
gentoo-e4a13771f0dba826e3f2cd8986bb1b0f7a2ce972.zip
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@gentoo.org>
Diffstat (limited to 'dev-lua')
-rw-r--r--dev-lua/luacrypto/Manifest1
-rw-r--r--dev-lua/luacrypto/files/luacrypto-0.3.2-lualibdir.patch11
-rw-r--r--dev-lua/luacrypto/luacrypto-0.3.2-r1.ebuild39
-rw-r--r--dev-lua/luacrypto/metadata.xml8
4 files changed, 0 insertions, 59 deletions
diff --git a/dev-lua/luacrypto/Manifest b/dev-lua/luacrypto/Manifest
deleted file mode 100644
index d3dbfcb1e563..000000000000
--- 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 461e066865c2..000000000000
--- 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 5dadf1c93111..000000000000
--- 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 b6155ce2e922..000000000000
--- 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>