Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xfractint/
Date: Tue, 02 Jul 2019 14:07:32
Message-Id: 1562076434.79a364670726168ab8acd94ec56113e82e22610f.asturm@gentoo
1 commit: 79a364670726168ab8acd94ec56113e82e22610f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 14:06:33 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 14:07:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a36467
7
8 x11-misc/xfractint: Drop 20.04_p12
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 x11-misc/xfractint/Manifest | 1 -
14 x11-misc/xfractint/xfractint-20.04_p12.ebuild | 45 ---------------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/x11-misc/xfractint/Manifest b/x11-misc/xfractint/Manifest
18 index 4a3744b4f1e..89b57a273ed 100644
19 --- a/x11-misc/xfractint/Manifest
20 +++ b/x11-misc/xfractint/Manifest
21 @@ -1,2 +1 @@
22 -DIST xfractint-20.04p12.tar.gz 1335480 BLAKE2B eef1cd37846865dab9c2616048b26d6a9674799d9317d9f3e92a783e872772c3322826689ec3bf71fc18cef80d4a13a604314d692685bcb268312085d34483fc SHA512 ef233b417ccdff153e53b70f4ac0500be99e9fc6e87360b341640573592320b2485f18fd6426436432d968d33fa41d4862babf193c3b11c480f514a4602bb8f2
23 DIST xfractint-20.04p14.tar.gz 1336285 BLAKE2B 946c34551acf131845f1ecf17d4fe82214535627e8ea68d704efcff4b93c525d82f004bde8ae1bac11df8c82caa3bcff4778b2f8dfed1bdb494ba036e62256c5 SHA512 7d13c719f4f4b0680455b9b7f86644928d8145606973d208e5bf0d26b4f7b04ddbf8d2080ea35c872b21e079f1a116f3ef94e9acb36a45d43c16403c473e2acd
24
25 diff --git a/x11-misc/xfractint/xfractint-20.04_p12.ebuild b/x11-misc/xfractint/xfractint-20.04_p12.ebuild
26 deleted file mode 100644
27 index c7793395883..00000000000
28 --- a/x11-misc/xfractint/xfractint-20.04_p12.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=4
35 -
36 -inherit eutils toolchain-funcs
37 -
38 -MY_P=${P/_}
39 -
40 -DESCRIPTION="A fractal generator"
41 -HOMEPAGE="https://www.fractint.org"
42 -SRC_URI="https://www.fractint.org/ftp/old/linux/${MY_P}.tar.gz"
43 -
44 -LICENSE="freedist"
45 -SLOT="0"
46 -KEYWORDS="amd64 ppc x86"
47 -IUSE=""
48 -
49 -RDEPEND="x11-libs/libX11"
50 -DEPEND="${RDEPEND}
51 - x11-libs/libXft"
52 -# x86? ( dev-lang/nasm )"
53 -
54 -S="${WORKDIR}/${MY_P}"
55 -
56 -src_prepare() {
57 - epatch "${FILESDIR}/xfractint-20.04p09-ldflags.patch"
58 -}
59 -
60 -src_compile() {
61 - # Untested, any x86 archteam dev. is allowed to uncomment this.
62 - local myasm="foo"
63 -# use x86 && myasm="/usr/bin/nasm"
64 - emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" LDFLAGS="${LDFLAGS}"
65 -}
66 -
67 -src_install() {
68 - emake DESTDIR="${D}/usr" STRIP="true" install
69 - newenvd "${FILESDIR}"/xfractint.envd 60xfractint
70 -}
71 -
72 -pkg_postinst() {
73 - elog "XFractInt requires the FRACTDIR variable to be set in order to start."
74 - elog "Please re-login or \`source /etc/profile\` to have this variable set."
75 -}