diff options
author | Harri Nieminen <moikkis@gmail.com> | 2018-04-17 11:39:42 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-17 22:26:39 +0200 |
commit | 7fc0c83cd3928f7498de944ee6dd4107c220b2a7 (patch) | |
tree | 14dd900960b850eae13e94ce282a28d66bdc3b25 /media-gfx | |
parent | net-dns/updatedd: Clean up old (diff) | |
download | gentoo-7fc0c83cd3928f7498de944ee6dd4107c220b2a7.tar.gz gentoo-7fc0c83cd3928f7498de944ee6dd4107c220b2a7.tar.bz2 gentoo-7fc0c83cd3928f7498de944ee6dd4107c220b2a7.zip |
media-gfx/quat: Clean up old
Package-Manager: Portage-2.3.29, Repoman-2.3.9
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/quat/quat-1.20.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/media-gfx/quat/quat-1.20.ebuild b/media-gfx/quat/quat-1.20.ebuild deleted file mode 100644 index 275fd898170d..000000000000 --- a/media-gfx/quat/quat-1.20.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -DESCRIPTION="A 3D quaternionic fractal generator" -HOMEPAGE="http://www.physcip.uni-stuttgart.de/phy11733/quat_e.html" -SRC_URI="http://www.physcip.uni-stuttgart.de/phy11733/download/quat-1.20.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="X debug" - -DEPEND="X? ( =x11-libs/fltk-1* - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXft - ) - >=sys-libs/zlib-1.1.4" -RDEPEND="" - -src_compile() { - export FLUID="/usr/bin/fluid" # needed because configure tries an invalid option - econf \ - `use_enable X gui` \ - `use_enable debug` \ - `use_enable debug prof` \ - || die "configure failure" - emake || die "make failure" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failure" - dodoc AUTHORS ChangeLog NEWS README -} |