diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-09-30 10:55:37 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-09-30 10:58:15 +0200 |
commit | b6d5b363e935265b4ac42d051b72823b6b8e588c (patch) | |
tree | 6796b1e364e41feb2c2ed09078a8ee4574a2ae70 /x11-misc/evolvotron | |
parent | x11-misc/evolvotron: Stable (diff) | |
download | gentoo-b6d5b363e935265b4ac42d051b72823b6b8e588c.tar.gz gentoo-b6d5b363e935265b4ac42d051b72823b6b8e588c.tar.bz2 gentoo-b6d5b363e935265b4ac42d051b72823b6b8e588c.zip |
x11-misc/evolvotron: Old
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'x11-misc/evolvotron')
-rw-r--r-- | x11-misc/evolvotron/evolvotron-0.7.1.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild b/x11-misc/evolvotron/evolvotron-0.7.1.ebuild deleted file mode 100644 index 62f289f61def..000000000000 --- a/x11-misc/evolvotron/evolvotron-0.7.1.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit qmake-utils - -DESCRIPTION="Generative art image evolver" -HOMEPAGE=" - http://www.bottlenose.net/share/evolvotron/index.htm - https://sourceforge.net/projects/evolvotron/ -" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" - -RDEPEND=" - dev-libs/boost:= - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 -" -DEPEND="${RDEPEND}" - -DOCS=( - BUGS NEWS README TODO USAGE -) -HTML_DOCS=( - evolvotron.html -) -S=${WORKDIR}/${PN} - -src_configure() { - eqmake5 main.pro -} - -src_compile() { - local etsubdir - for etsubdir in \ - libfunction libevolvotron evolvotron evolvotron_render evolvotron_mutate - do - emake sub-${etsubdir} - done -} - -src_install() { - local bin - for bin in ${PN}{,_mutate,_render}; do - dobin ${bin}/${bin} - done - doman man/man1/* - einstalldocs -} |