commit:     bcf11744aa4f7303ade833571c7b9a762849ae70
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  2 15:54:49 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jan  2 15:54:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf11744

x11-misc/xfractint: Remove old

Bug: https://bugs.gentoo.org/706522
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 x11-misc/xfractint/Manifest                   |  1 -
 x11-misc/xfractint/xfractint-20.04_p14.ebuild | 42 ---------------------------
 2 files changed, 43 deletions(-)

diff --git a/x11-misc/xfractint/Manifest b/x11-misc/xfractint/Manifest
index c3ee4387259..d14cc2daf14 100644
--- a/x11-misc/xfractint/Manifest
+++ b/x11-misc/xfractint/Manifest
@@ -1,2 +1 @@
-DIST xfractint-20.04p14.tar.gz 1336285 BLAKE2B 
946c34551acf131845f1ecf17d4fe82214535627e8ea68d704efcff4b93c525d82f004bde8ae1bac11df8c82caa3bcff4778b2f8dfed1bdb494ba036e62256c5
 SHA512 
7d13c719f4f4b0680455b9b7f86644928d8145606973d208e5bf0d26b4f7b04ddbf8d2080ea35c872b21e079f1a116f3ef94e9acb36a45d43c16403c473e2acd
 DIST xfractint-20.04p16.tar.gz 1356976 BLAKE2B 
2cb05021c76d9761bf7020a2b9a0fbf7d682a620d931b7841ce75780c1a3aabb6bbbd1b2e378fba3e96b2cfdaf845ff9cdafcf3219ee756fe7d128a19b342132
 SHA512 
6696daf21c2927d87f58f7d7136c5d51bd8c60d78e901d537f1ef38f27b70c42a590b05c663363c49a8cb30d7013a969813e7bbe4a97f49b9c286497b440bdf1

diff --git a/x11-misc/xfractint/xfractint-20.04_p14.ebuild 
b/x11-misc/xfractint/xfractint-20.04_p14.ebuild
deleted file mode 100644
index b06f10dad01..00000000000
--- a/x11-misc/xfractint/xfractint-20.04_p14.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-MY_P=${P/_}
-
-DESCRIPTION="A fractal generator"
-HOMEPAGE="https://www.fractint.org";
-SRC_URI="https://www.fractint.org/ftp/current/linux/${MY_P}.tar.gz";
-
-LICENSE="free-noncomm HPND public-domain"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="x11-libs/libX11"
-DEPEND="${RDEPEND}
-       x11-libs/libXft"
-#      x86? ( dev-lang/nasm )"
-
-S="${WORKDIR}/${MY_P}"
-
-PATCHES=( "${FILESDIR}/xfractint-20.04p09-ldflags.patch" )
-
-src_compile() {
-       # Untested, any x86 archteam dev. is allowed to uncomment this.
-       local myasm="foo"
-#      use x86 && myasm="/usr/bin/nasm"
-       emake CC="$(tc-getCC)" AS="${myasm}" OPT="${CFLAGS}" 
LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-       emake DESTDIR="${ED}/usr" STRIP="true" install
-       newenvd "${FILESDIR}"/xfractint.envd 60xfractint
-}
-
-pkg_postinst() {
-       elog "XFractInt requires the FRACTDIR variable to be set in order to 
start."
-       elog "Please re-login or \`source /etc/profile\` to have this variable 
set."
-}

Reply via email to