diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-03-16 02:38:27 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-03-16 02:38:45 +1100 |
commit | 56e5a0a60021ce07435c48e1e105b84c71065105 (patch) | |
tree | 6f8b8d604c7db84bb18ea693d54a6415d3c348c3 /media-gfx/fotowall | |
parent | app-editors/focuswriter: remove old (diff) | |
download | gentoo-56e5a0a60021ce07435c48e1e105b84c71065105.tar.gz gentoo-56e5a0a60021ce07435c48e1e105b84c71065105.tar.bz2 gentoo-56e5a0a60021ce07435c48e1e105b84c71065105.zip |
media-gfx/fotowall: remove old
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-gfx/fotowall')
-rw-r--r-- | media-gfx/fotowall/fotowall-0.9-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/media-gfx/fotowall/fotowall-0.9-r1.ebuild b/media-gfx/fotowall/fotowall-0.9-r1.ebuild deleted file mode 100644 index 3d65f2ac2fb1..000000000000 --- a/media-gfx/fotowall/fotowall-0.9-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="2" - -inherit qt4-r2 - -MY_P="${P/f/F}" - -DESCRIPTION="Qt4 tool for creating wallpapers" -HOMEPAGE="http://www.enricoros.com/opensource/fotowall/" -SRC_URI="https://fotowall.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug opengl webcam" - -DEPEND="dev-qt/qtgui:4 - dev-qt/qtsvg:4 - opengl? ( dev-qt/qtopengl:4 )" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" - -DOCS="README.markdown" - -src_prepare() { - qt4-r2_src_prepare - - if ! use opengl; then - sed -i "/QT += opengl/d" "${PN}.pro" || die "sed failed" - fi -} - -src_configure() { - if ! use webcam; then - eqmake4 ${PN}.pro "CONFIG+=no-webcam" - else - eqmake4 - fi -} |