From d87262dd706fec50cd150aab3e93883b6337466d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:56:41 +0100 Subject: gentoo resync : 14.07.2018 --- app-crypt/tc-play/Manifest | 4 -- app-crypt/tc-play/files/tc-play-2.0-build.patch | 27 ----------- app-crypt/tc-play/metadata.xml | 11 ----- app-crypt/tc-play/tc-play-2.0-r1.ebuild | 62 ------------------------- 4 files changed, 104 deletions(-) delete mode 100644 app-crypt/tc-play/Manifest delete mode 100644 app-crypt/tc-play/files/tc-play-2.0-build.patch delete mode 100644 app-crypt/tc-play/metadata.xml delete mode 100644 app-crypt/tc-play/tc-play-2.0-r1.ebuild (limited to 'app-crypt/tc-play') diff --git a/app-crypt/tc-play/Manifest b/app-crypt/tc-play/Manifest deleted file mode 100644 index 0cf1b5eaeb79..000000000000 --- a/app-crypt/tc-play/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX tc-play-2.0-build.patch 677 BLAKE2B 1b0f8372a6e94a7ff2cc3c1236855d6d1973172b78586e6ee72f29723841aa700ece23be1c985b00c37196da20ea18c1b30f13d0e00fa8de6bf603cfce769110 SHA512 0f41f59b8fe4376f5d48dcb3e3ca76698b141924b6f0b3768eb46238f6d597f2a8cf3c6aa840bba57ecfd61337182eb48e627fc1a04b348849e8bc5346c82e9b -DIST tc-play-2.0.tar.gz 1015525 BLAKE2B 1481eecc8aaf2cb9698eed96a9cdabaa2b74daf11865dd29a6fab7e66fb76aa2f6e544fe7ac53a2510415ee6ddf3c5732c774a26708fe354113eb9de6a9b62d9 SHA512 17408b2a664eb6822c77ede4f38ca67cdf643512014619d830a2c024bb8971811eded4edd65f6398d6112a3b57cd11a5b414357878c817c9cc2aac9d851946d7 -EBUILD tc-play-2.0-r1.ebuild 1153 BLAKE2B 8e7959946df7d19265ca17faea0544aa5edb181fec7a5a86113fd98d7572a6f0aff7ddebc81645812c3aafe6ef916bce222a3362fcaf904c1d7efcdceac6f6e8 SHA512 30557168783f5b4b002610d424a01410f0cd2e845f4dac399a57bcfa42761823a391a5cfb717d9b4da1af9c5e09f87d114cb571524a6d32cbfc47b0bafd79410 -MISC metadata.xml 329 BLAKE2B 09a867de52dae3e8b79438e2aa2893b7222dc9aa25013c2fc922fb2e1159f4dc96d57836f524770c284372ea9cf0a4056adc6ec425ccde5f6c3fad035d369ca7 SHA512 82f9a92ca705a89f30dd5ae33f45c7b233cd39894083572f8a17c60207d9de15d2188ebe6330da1765b5cd37ce656d904689c8862d3301fb1bd0bb001c1cef73 diff --git a/app-crypt/tc-play/files/tc-play-2.0-build.patch b/app-crypt/tc-play/files/tc-play-2.0-build.patch deleted file mode 100644 index 0385f33b45b4..000000000000 --- a/app-crypt/tc-play/files/tc-play-2.0-build.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 3f9235841ba4494962b3c7dafcd16fd3ff5f6575 Mon Sep 17 00:00:00 2001 -From: Alon Bar-Lev -Date: Sat, 8 Apr 2017 20:27:17 +0300 -Subject: [PATCH] build: include sys/sysmacros.h for recent glibc - -https://sourceware.org/ml/libc-alpha/2015-11/msg00253.html - -Signed-off-by: Alon Bar-Lev ---- - tcplay.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/tcplay.c b/tcplay.c -index cd882cf..a6d4655 100644 ---- a/tcplay.c -+++ b/tcplay.c -@@ -47,6 +47,7 @@ - #if defined(__linux__) - #include - #include -+#include - #elif defined(__DragonFly__) - #include - #include --- -2.10.2 - diff --git a/app-crypt/tc-play/metadata.xml b/app-crypt/tc-play/metadata.xml deleted file mode 100644 index 5f7a0a616455..000000000000 --- a/app-crypt/tc-play/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - crypto@gentoo.org - Crypto - - - bwalex/tc-play - - diff --git a/app-crypt/tc-play/tc-play-2.0-r1.ebuild b/app-crypt/tc-play/tc-play-2.0-r1.ebuild deleted file mode 100644 index 16df65d19d06..000000000000 --- a/app-crypt/tc-play/tc-play-2.0-r1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs multilib-minimal - -DESCRIPTION="a free, pretty much fully featured and stable TrueCrypt implementation" -HOMEPAGE="https://github.com/bwalex/tc-play" -SRC_URI="https://github.com/bwalex/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gnutls libressl" - -DEPEND=" - dev-libs/libgpg-error - sys-fs/lvm2 - sys-apps/util-linux - dev-libs/libgcrypt:0 - gnutls? ( net-libs/gnutls ) - !gnutls? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) - )" -RDEPEND="${DEPEND}" - -DOCS=( - README.md -) - -PATCHES=( - "${FILESDIR}/${P}-build.patch" -) - -pkg_setup() { - local backend="openssl" - use gnutls && local backend="gcrypt" - - EXTRA_MAKE_FLAGS=( - PBKDF_BACKEND="${backend}" - WARNFLAGS="" - CC=$(tc-getCC) - AR=$(tc-getAR) - PREFIX=/usr \ - LIBDIR=/usr/$(get_libdir) - ) -} - -src_compile() { - emake -f Makefile.classic \ - tcplay \ - "${EXTRA_MAKE_FLAGS[@]}" -} - -src_install() { - emake -f Makefile.classic \ - "${EXTRA_MAKE_FLAGS[@]}" \ - install_program \ - DESTDIR="${ED}" -} -- cgit v1.2.3