summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2017-06-24 12:52:52 +0200
committerThomas Beierlein <tomjbe@gentoo.org>2017-06-24 12:52:52 +0200
commitc11272a315159a02364202f2c6c3c7378d9a9c19 (patch)
tree6a5f28fae5617429eca59b2997c53f3540d0a592 /media-radio/qsstv/qsstv-9.1.8.ebuild
parentDrop old (diff)
downloadgentoo-c11272a315159a02364202f2c6c3c7378d9a9c19.tar.gz
gentoo-c11272a315159a02364202f2c6c3c7378d9a9c19.tar.bz2
gentoo-c11272a315159a02364202f2c6c3c7378d9a9c19.zip
Drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'media-radio/qsstv/qsstv-9.1.8.ebuild')
-rw-r--r--media-radio/qsstv/qsstv-9.1.8.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-radio/qsstv/qsstv-9.1.8.ebuild b/media-radio/qsstv/qsstv-9.1.8.ebuild
deleted file mode 100644
index 9475f65589d4..000000000000
--- a/media-radio/qsstv/qsstv-9.1.8.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils qt4-r2
-
-MY_P=${P/-/_}
-
-DESCRIPTION="Amateur radio SSTV software"
-HOMEPAGE="http://users.telenet.be/on4qz/"
-SRC_URI="http://users.telenet.be/on4qz/qsstv/downloads/${MY_P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-qt/qtcore:4[qt3support]
- dev-qt/qtgui:4
- media-libs/hamlib
- media-libs/openjpeg:2
- media-libs/alsa-lib
- media-sound/pulseaudio
- media-libs/libv4l
- sci-libs/fftw:3.0="
-RDEPEND="${DEPEND}
- x11-misc/xdg-utils"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
- # fix docdirectory, install path and hamlib search path
- sed -i -e "s:/doc/\$\$TARGET:/doc/${PF}:" \
- -e "s:-lhamlib:-L/usr/$(get_libdir)/hamlib -lhamlib:g" \
- qsstv/qsstv.pro || die
-}