diff options
author | Sam James <sam@gentoo.org> | 2021-02-27 20:16:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-02-27 20:16:47 +0000 |
commit | fa1e5731b395c6c0cd2fac425328a20f35469309 (patch) | |
tree | 7f6dd4f2b48032fffd92f6309a74aae13ea1e9a7 /dev-libs/d0_blind_id | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-fa1e5731b395c6c0cd2fac425328a20f35469309.tar.gz gentoo-fa1e5731b395c6c0cd2fac425328a20f35469309.tar.bz2 gentoo-fa1e5731b395c6c0cd2fac425328a20f35469309.zip |
dev-libs/d0_blind_id: cleanup old
Bug: https://bugs.gentoo.org/773184
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/d0_blind_id')
-rw-r--r-- | dev-libs/d0_blind_id/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/d0_blind_id/Manifest b/dev-libs/d0_blind_id/Manifest index 6a9e06b78e05..503768c68dea 100644 --- a/dev-libs/d0_blind_id/Manifest +++ b/dev-libs/d0_blind_id/Manifest @@ -1,2 +1 @@ -DIST d0_blind_id-0.5.tar.gz 344460 BLAKE2B 9b77061e35b37bcdc009ea82989b0fe18ca6ddaebfcf7c3a4bd35523ae683fc0f05c3886f1c7904afbb5120a013dab2bbb1031c3c5dba9c435258e0b7fe960e9 SHA512 0a7735269a41108f191c4143b52eff2179889d94239be5be0c2406c6ed789b68e2d545250f9964e97f8c86a0653296bacdbe9b8d9db89a79ca6922d7c1a90162 DIST d0_blind_id-1.0.tar.gz 49110 BLAKE2B 1977bb9c71d6655e8a84aab9daf5aee470ac3f3e140e7beff3555a41a81baebab5e4e5019b0550594b8c6e8b936706bb9790e5e3171c1348abf3212349d07109 SHA512 dbee0bec44a008a6843ec367211e4cdfa25f6c4577b48d942d19301d5ff885d4fde8d40ea304a114d349d8e90283a50854afb2fb322bf19640842ded025849f2 diff --git a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild b/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild deleted file mode 100644 index f262dc8d640e..000000000000 --- a/dev-libs/d0_blind_id/d0_blind_id-0.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -AUTOTOOLS_AUTORECONF=1 -inherit autotools-utils - -DESCRIPTION="Blind-ID library for user identification using RSA blind signatures" -HOMEPAGE="http://git.xonotic.org/?p=xonotic/d0_blind_id.git;a=summary" -SRC_URI="https://github.com/downloads/divVerent/d0_blind_id/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="static-libs" - -RDEPEND="dev-libs/gmp:0" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -DOCS=( d0_blind_id.txt ) - -src_prepare() { - # fix out-of-source build - sed -i \ - -e 's, d0_rijndael.c, "$srcdir/d0_rijndael.c",' \ - configure.ac || die - - autotools-utils_src_prepare -} - -src_configure() { - local myeconfargs=( - --enable-rijndael - --without-openssl - --without-tommath - ) - autotools-utils_src_configure -} |