diff options
author | Thomas Beierlein <tomjbe@gentoo.org> | 2015-03-07 17:54:50 +0000 |
---|---|---|
committer | Thomas Beierlein <tomjbe@gentoo.org> | 2015-03-07 17:54:50 +0000 |
commit | 7b06d369cbb6d0b7302a35ce8059ba71c2ae05e6 (patch) | |
tree | 2f83d6427d6c54414369e981197ae4b0e7903b75 /media-radio | |
parent | Drop old (diff) | |
download | gentoo-2-7b06d369cbb6d0b7302a35ce8059ba71c2ae05e6.tar.gz gentoo-2-7b06d369cbb6d0b7302a35ce8059ba71c2ae05e6.tar.bz2 gentoo-2-7b06d369cbb6d0b7302a35ce8059ba71c2ae05e6.zip |
Version bump. Drop old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio')
-rw-r--r-- | media-radio/qsstv/ChangeLog | 9 | ||||
-rw-r--r-- | media-radio/qsstv/files/qsstv-7.1.7-gcc-47.patch | 11 | ||||
-rw-r--r-- | media-radio/qsstv/qsstv-7.1.7.ebuild | 39 | ||||
-rw-r--r-- | media-radio/qsstv/qsstv-8.1.14.ebuild | 36 | ||||
-rw-r--r-- | media-radio/qsstv/qsstv-8.1.17.ebuild | 36 | ||||
-rw-r--r-- | media-radio/qsstv/qsstv-8.2.10.ebuild (renamed from media-radio/qsstv/qsstv-8.2.8.ebuild) | 4 | ||||
-rw-r--r-- | media-radio/qsstv/qsstv-8.2.7.ebuild | 36 |
7 files changed, 10 insertions, 161 deletions
diff --git a/media-radio/qsstv/ChangeLog b/media-radio/qsstv/ChangeLog index 6cab40578b0d..5390ed3ad014 100644 --- a/media-radio/qsstv/ChangeLog +++ b/media-radio/qsstv/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-radio/qsstv # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v 1.28 2015/02/25 16:01:05 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/ChangeLog,v 1.29 2015/03/07 17:54:50 tomjbe Exp $ + +*qsstv-8.2.10 (07 Mar 2015) + + 07 Mar 2015; Thomas Beierlein <tomjbe@gentoo.org> -qsstv-7.1.7.ebuild, + -qsstv-8.1.14.ebuild, -qsstv-8.1.17.ebuild, -qsstv-8.2.7.ebuild, + -qsstv-8.2.8.ebuild, +qsstv-8.2.10.ebuild, -files/qsstv-7.1.7-gcc-47.patch: + Version bump. Drop old 25 Feb 2015; Agostino Sarubbo <ago@gentoo.org> qsstv-8.2.9.ebuild: Stable for x86, wrt bug #541004 diff --git a/media-radio/qsstv/files/qsstv-7.1.7-gcc-47.patch b/media-radio/qsstv/files/qsstv-7.1.7-gcc-47.patch deleted file mode 100644 index fecde99d7a85..000000000000 --- a/media-radio/qsstv/files/qsstv-7.1.7-gcc-47.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/wavio.cpp.new 2012-08-01 06:34:43.000000000 +0000 -+++ src/wavio.cpp 2012-08-01 06:36:05.000000000 +0000 -@@ -30,6 +30,8 @@ - ***************************************************************************/ - - #include "wavio.h" -+#include <sys/types.h> -+#include <unistd.h> - #include "global.h" - #include <qfiledialog.h> - #include "configparams.h" diff --git a/media-radio/qsstv/qsstv-7.1.7.ebuild b/media-radio/qsstv/qsstv-7.1.7.ebuild deleted file mode 100644 index 3813a15b3825..000000000000 --- a/media-radio/qsstv/qsstv-7.1.7.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-7.1.7.ebuild,v 1.7 2014/06/14 11:03:42 tomjbe Exp $ - -EAPI=4 - -inherit eutils multilib 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}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4[qt3support] - media-libs/hamlib - media-libs/alsa-lib - 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:local/bin:/bin:" \ - -e "s:target.extra:#target.extra:" \ - -e "s:-lhamlib:-L/usr/$(get_libdir)/hamlib -lhamlib:g" \ - src/src.pro || die - sed -i -e "s:doc/qsstv:doc/${PF}:" src/configdialog.cpp || die - # add missing #includes for gcc-4.7 (bug # 427486) - epatch "${FILESDIR}"/${P}-gcc-47.patch -} diff --git a/media-radio/qsstv/qsstv-8.1.14.ebuild b/media-radio/qsstv/qsstv-8.1.14.ebuild deleted file mode 100644 index 770096d754f1..000000000000 --- a/media-radio/qsstv/qsstv-8.1.14.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.1.14.ebuild,v 1.3 2014/06/14 11:03:42 tomjbe Exp $ - -EAPI=5 - -inherit eutils multilib 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/jasper - media-libs/alsa-lib - 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_8.pro || die -} diff --git a/media-radio/qsstv/qsstv-8.1.17.ebuild b/media-radio/qsstv/qsstv-8.1.17.ebuild deleted file mode 100644 index d801c5936a61..000000000000 --- a/media-radio/qsstv/qsstv-8.1.17.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.1.17.ebuild,v 1.4 2014/06/14 11:03:42 tomjbe Exp $ - -EAPI=5 - -inherit eutils multilib 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/jasper - media-libs/alsa-lib - 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_8.pro || die -} diff --git a/media-radio/qsstv/qsstv-8.2.8.ebuild b/media-radio/qsstv/qsstv-8.2.10.ebuild index 05c2273a7e44..30a03d4401ce 100644 --- a/media-radio/qsstv/qsstv-8.2.8.ebuild +++ b/media-radio/qsstv/qsstv-8.2.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.2.8.ebuild,v 1.1 2014/10/20 01:33:50 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.2.10.ebuild,v 1.1 2015/03/07 17:54:50 tomjbe Exp $ EAPI=5 diff --git a/media-radio/qsstv/qsstv-8.2.7.ebuild b/media-radio/qsstv/qsstv-8.2.7.ebuild deleted file mode 100644 index 27ca54de7cc1..000000000000 --- a/media-radio/qsstv/qsstv-8.2.7.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/qsstv/qsstv-8.2.7.ebuild,v 1.4 2014/10/10 11:08:09 ago Exp $ - -EAPI=5 - -inherit eutils multilib 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/jasper - media-libs/alsa-lib - 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_8.pro || die -} |