Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rotix/
Date: Sat, 26 Sep 2020 14:33:44
Message-Id: 1601130809.55ee34bc06824b3e89f45e9e80cdf95d3229d1c6.bman@gentoo
1 commit: 55ee34bc06824b3e89f45e9e80cdf95d3229d1c6
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 13:41:22 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 14:33:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55ee34bc
7
8 app-crypt/rotix: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-crypt/rotix/Manifest | 1 -
13 app-crypt/rotix/rotix-0.83.ebuild | 32 --------------------------------
14 2 files changed, 33 deletions(-)
15
16 diff --git a/app-crypt/rotix/Manifest b/app-crypt/rotix/Manifest
17 index 3faffe2397c..aa962a95248 100644
18 --- a/app-crypt/rotix/Manifest
19 +++ b/app-crypt/rotix/Manifest
20 @@ -1,2 +1 @@
21 -DIST rotix-0.83.tar.bz2 14685 BLAKE2B 296e094dfef2b35db39041e92d350befc970f3594c7aa2962b4dba0215e99b50ea887d3d636dc2e38ee570b60462bcf8304a6f7ee005315fa115b821ee0f29ad SHA512 1f318e15bd51cc197d9d9fc36e37b29c18fe7a8e8c40654c69ccf97d32b896afa7cc517c562750f6c1262baddbb451bd8a29ada994176e442630d8ed56ccf572
22 DIST rotix-0.83.tar.gz 15412 BLAKE2B 4a0db309fa23af3e15a63263e40a2b27e2ebf1e0cf162f2776ebd5237621207eee3a41374170c2e0441104704bde4aff8f929fc5ad8994dfcf4fd1cb5a461696 SHA512 bffe527714f35a99f3322e87d1e2fcbafd38f3a7677e2ca816988df2ce1567ce064f0ab7a543fab3dc2d73f148675fe069c398a5d9c7bb285cb6b1658c3fbffb
23
24 diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild
25 deleted file mode 100644
26 index 725b3796bad..00000000000
27 --- a/app-crypt/rotix/rotix-0.83.ebuild
28 +++ /dev/null
29 @@ -1,32 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -inherit eutils flag-o-matic
35 -
36 -DESCRIPTION="Rotix allows you to generate rotational obfuscations"
37 -HOMEPAGE="https://github.com/shemminga/rotix"
38 -SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~ia64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
43 -IUSE=""
44 -
45 -DEPEND="sys-devel/gettext"
46 -RDEPEND="${DEPEND}"
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}"/${PV}-respect-CFLAGS-and-dont-strip.patch
50 - epatch "${FILESDIR}"/${P}-locale.diff
51 - epatch "${FILESDIR}"/${P}-interix.patch
52 -}
53 -
54 -src_configure() {
55 - use elibc_glibc || append-flags -lintl
56 - econf --i18n=1
57 -}
58 -
59 -src_install() {
60 - emake DESTDIR="${D}" install
61 -}