diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-02 16:06:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-02 16:07:14 +0200 |
commit | 79a364670726168ab8acd94ec56113e82e22610f (patch) | |
tree | f45e0aa1024f5db9cc5f53f7833fb32b5ed1a1a8 /x11-misc/xfractint | |
parent | sci-astronomy/stellarium: Drop 0.18.2 (diff) | |
download | gentoo-79a364670726168ab8acd94ec56113e82e22610f.tar.gz gentoo-79a364670726168ab8acd94ec56113e82e22610f.tar.bz2 gentoo-79a364670726168ab8acd94ec56113e82e22610f.zip |
x11-misc/xfractint: Drop 20.04_p12
Package-Manager: Portage-2.3.68, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@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_p12.ebuild | 45 |
2 files changed, 0 insertions, 46 deletions
diff --git a/x11-misc/xfractint/Manifest b/x11-misc/xfractint/Manifest index 4a3744b4f1ef..89b57a273ede 100644 --- a/x11-misc/xfractint/Manifest +++ b/x11-misc/xfractint/Manifest @@ -1,2 +1 @@ -DIST xfractint-20.04p12.tar.gz 1335480 BLAKE2B eef1cd37846865dab9c2616048b26d6a9674799d9317d9f3e92a783e872772c3322826689ec3bf71fc18cef80d4a13a604314d692685bcb268312085d34483fc SHA512 ef233b417ccdff153e53b70f4ac0500be99e9fc6e87360b341640573592320b2485f18fd6426436432d968d33fa41d4862babf193c3b11c480f514a4602bb8f2 DIST xfractint-20.04p14.tar.gz 1336285 BLAKE2B 946c34551acf131845f1ecf17d4fe82214535627e8ea68d704efcff4b93c525d82f004bde8ae1bac11df8c82caa3bcff4778b2f8dfed1bdb494ba036e62256c5 SHA512 7d13c719f4f4b0680455b9b7f86644928d8145606973d208e5bf0d26b4f7b04ddbf8d2080ea35c872b21e079f1a116f3ef94e9acb36a45d43c16403c473e2acd diff --git a/x11-misc/xfractint/xfractint-20.04_p12.ebuild b/x11-misc/xfractint/xfractint-20.04_p12.ebuild deleted file mode 100644 index c7793395883e..000000000000 --- a/x11-misc/xfractint/xfractint-20.04_p12.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -MY_P=${P/_} - -DESCRIPTION="A fractal generator" -HOMEPAGE="https://www.fractint.org" -SRC_URI="https://www.fractint.org/ftp/old/linux/${MY_P}.tar.gz" - -LICENSE="freedist" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-libs/libXft" -# x86? ( dev-lang/nasm )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${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="${D}/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." -} |