From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CA12C138359 for ; Sat, 26 Sep 2020 14:33:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C091E0857; Sat, 26 Sep 2020 14:33:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 05FFCE0848 for ; Sat, 26 Sep 2020 14:33:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 400C3340A03 for ; Sat, 26 Sep 2020 14:33:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99BB7386 for ; Sat, 26 Sep 2020 14:33:40 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1601130809.55ee34bc06824b3e89f45e9e80cdf95d3229d1c6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rotix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/rotix/Manifest app-crypt/rotix/rotix-0.83.ebuild X-VCS-Directories: app-crypt/rotix/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 55ee34bc06824b3e89f45e9e80cdf95d3229d1c6 X-VCS-Branch: master Date: Sat, 26 Sep 2020 14:33:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f59c7f60-1685-4768-b70b-18d0ab56a7f6 X-Archives-Hash: 2783b34d629821fab591d7a86762d004 commit: 55ee34bc06824b3e89f45e9e80cdf95d3229d1c6 Author: Aaron Bauman gentoo org> AuthorDate: Sat Sep 26 13:41:22 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Sep 26 14:33:29 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ee34bc app-crypt/rotix: drop old EAPI=5 Signed-off-by: Aaron Bauman gentoo.org> app-crypt/rotix/Manifest | 1 - app-crypt/rotix/rotix-0.83.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-crypt/rotix/Manifest b/app-crypt/rotix/Manifest index 3faffe2397c..aa962a95248 100644 --- a/app-crypt/rotix/Manifest +++ b/app-crypt/rotix/Manifest @@ -1,2 +1 @@ -DIST rotix-0.83.tar.bz2 14685 BLAKE2B 296e094dfef2b35db39041e92d350befc970f3594c7aa2962b4dba0215e99b50ea887d3d636dc2e38ee570b60462bcf8304a6f7ee005315fa115b821ee0f29ad SHA512 1f318e15bd51cc197d9d9fc36e37b29c18fe7a8e8c40654c69ccf97d32b896afa7cc517c562750f6c1262baddbb451bd8a29ada994176e442630d8ed56ccf572 DIST rotix-0.83.tar.gz 15412 BLAKE2B 4a0db309fa23af3e15a63263e40a2b27e2ebf1e0cf162f2776ebd5237621207eee3a41374170c2e0441104704bde4aff8f929fc5ad8994dfcf4fd1cb5a461696 SHA512 bffe527714f35a99f3322e87d1e2fcbafd38f3a7677e2ca816988df2ce1567ce064f0ab7a543fab3dc2d73f148675fe069c398a5d9c7bb285cb6b1658c3fbffb diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild deleted file mode 100644 index 725b3796bad..00000000000 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic - -DESCRIPTION="Rotix allows you to generate rotational obfuscations" -HOMEPAGE="https://github.com/shemminga/rotix" -SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="" - -DEPEND="sys-devel/gettext" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-respect-CFLAGS-and-dont-strip.patch - epatch "${FILESDIR}"/${P}-locale.diff - epatch "${FILESDIR}"/${P}-interix.patch -} - -src_configure() { - use elibc_glibc || append-flags -lintl - econf --i18n=1 -} - -src_install() { - emake DESTDIR="${D}" install -}