diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-02 17:54:49 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-02 17:54:49 +0200 |
commit | bcf11744aa4f7303ade833571c7b9a762849ae70 (patch) | |
tree | 488fa0ee0f5a2aa2ef85416cdd372f9825962b42 /x11-misc/xfractint | |
parent | net-analyzer/hydra: Also add gcc-10 fix to 9.0 (diff) | |
download | gentoo-bcf11744aa4f7303ade833571c7b9a762849ae70.tar.gz gentoo-bcf11744aa4f7303ade833571c7b9a762849ae70.tar.bz2 gentoo-bcf11744aa4f7303ade833571c7b9a762849ae70.zip |
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@gentoo.org>
Diffstat (limited to 'x11-misc/xfractint')
-rw-r--r-- | x11-misc/xfractint/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/xfractint/xfractint-20.04_p14.ebuild | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/x11-misc/xfractint/Manifest b/x11-misc/xfractint/Manifest index c3ee4387259d..d14cc2daf147 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 b06f10dad010..000000000000 --- 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." -} |