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/aescrypt/aescrypt-3.0.6b.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 app-crypt/aescrypt/aescrypt-3.0.6b.ebuild (limited to 'app-crypt/aescrypt/aescrypt-3.0.6b.ebuild') diff --git a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild b/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild deleted file mode 100644 index 73d76b66a2db..000000000000 --- a/app-crypt/aescrypt/aescrypt-3.0.6b.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs flag-o-matic - -DESCRIPTION="Advanced file encryption using AES" -HOMEPAGE="https://www.aescrypt.com/" -SRC_URI="https://www.aescrypt.com/download/v3/${P}.tar.gz" - -LICENSE="BSD GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="static" - -DEPEND="" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-build.patch" - "${FILESDIR}/${P}-iconv.patch" -) - -src_compile() { - if use static; then - append-cflags "-DDISABLE_ICONV" - append-ldflags "-static" - fi - emake CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" -} -- cgit v1.2.3