summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-09-13 16:24:30 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-09-13 17:19:43 +0200
commit1971d33580271b28f269ed2c0fc470b0cc42d408 (patch)
tree01a80b94d1265b1fb98427f110a017cd7cca2a2f /media-gfx
parentnet-im/synapse: Stabilize 1.113.0 amd64, #939571 (diff)
downloadgentoo-1971d33580271b28f269ed2c0fc470b0cc42d408.tar.gz
gentoo-1971d33580271b28f269ed2c0fc470b0cc42d408.tar.bz2
gentoo-1971d33580271b28f269ed2c0fc470b0cc42d408.zip
media-gfx/quat: drop 1.20-r2
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/quat/quat-1.20-r2.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/quat/quat-1.20-r2.ebuild b/media-gfx/quat/quat-1.20-r2.ebuild
deleted file mode 100644
index 17e06e1566e8..000000000000
--- a/media-gfx/quat/quat-1.20-r2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="X debug"
-
-DEPEND="
- >=sys-libs/zlib-1.1.4
- X? (
- =x11-libs/fltk-1*
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXft
- )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- export FLUID="/usr/bin/fluid" # needed because configure tries an invalid option
- econf \
- $(use_enable X gui) \
- $(use_enable debug) \
- $(use_enable debug prof)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc AUTHORS ChangeLog NEWS README
-}