summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2019-01-17 22:52:48 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2019-01-17 22:52:48 +0100
commitb1a30722b3cd1cf1755e55f0fb60835955af8048 (patch)
treef272e8004f7241ca832534dbc1cc985d6e1d0ef1 /media-gfx
parentapp-text/bibutils: Remove old (diff)
downloadgentoo-b1a30722b3cd1cf1755e55f0fb60835955af8048.tar.gz
gentoo-b1a30722b3cd1cf1755e55f0fb60835955af8048.tar.bz2
gentoo-b1a30722b3cd1cf1755e55f0fb60835955af8048.zip
media-gfx/flam3: Remove outdated live ebuild. Repo is gone.
Package-Manager: Portage-2.3.56, Repoman-2.3.12 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/flam3/flam3-9999.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-gfx/flam3/flam3-9999.ebuild b/media-gfx/flam3/flam3-9999.ebuild
deleted file mode 100644
index 2370221b0649..000000000000
--- a/media-gfx/flam3/flam3-9999.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-
-inherit autotools subversion
-
-DESCRIPTION="Tools and a library for creating fractal flames"
-HOMEPAGE="http://flam3.com/"
-SRC_URI=""
-ESVN_REPO_URI="https://flam3.googlecode.com/svn/trunk/src/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-libs/libxml2
- virtual/jpeg
- media-libs/libpng
- !<=x11-misc/electricsheep-2.6.8-r2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- mkdir m4
- sed -e "s/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/" -i configure.in || die
- eautoreconf
-}
-
-src_configure() {
- econf --enable-shared
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README.txt *.flam3 || die "dodoc failed"
-}