summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Beierlein <tomjbe@gentoo.org>2013-06-25 21:08:43 +0000
committerThomas Beierlein <tomjbe@gentoo.org>2013-06-25 21:08:43 +0000
commitff60ce66c1db09fda4ce4f507c6eae45471069f8 (patch)
treee27cbc16fd2b31627b0cf08b9c4645f1c744cf48 /media-radio/svxlink
parentBackport upstream fix for armv7 hardfloat support. Bug #447046. (diff)
downloadgentoo-2-ff60ce66c1db09fda4ce4f507c6eae45471069f8.tar.gz
gentoo-2-ff60ce66c1db09fda4ce4f507c6eae45471069f8.tar.bz2
gentoo-2-ff60ce66c1db09fda4ce4f507c6eae45471069f8.zip
Remove old
(Portage version: 2.1.12.10/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
Diffstat (limited to 'media-radio/svxlink')
-rw-r--r--media-radio/svxlink/ChangeLog5
-rw-r--r--media-radio/svxlink/svxlink-11.11.1.ebuild55
2 files changed, 4 insertions, 56 deletions
diff --git a/media-radio/svxlink/ChangeLog b/media-radio/svxlink/ChangeLog
index fafcbf14cfca..4b0cb40e2176 100644
--- a/media-radio/svxlink/ChangeLog
+++ b/media-radio/svxlink/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-radio/svxlink
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.26 2013/06/25 12:59:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.27 2013/06/25 21:08:43 tomjbe Exp $
+
+ 25 Jun 2013; Thomas Beierlein <tomjbe@gentoo.org> -svxlink-11.11.1.ebuild:
+ Remove old
25 Jun 2013; Agostino Sarubbo <ago@gentoo.org> svxlink-13.03.ebuild:
Stable for amd64, wrt bug #473468
diff --git a/media-radio/svxlink/svxlink-11.11.1.ebuild b/media-radio/svxlink/svxlink-11.11.1.ebuild
deleted file mode 100644
index 773ceca453bc..000000000000
--- a/media-radio/svxlink/svxlink-11.11.1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-11.11.1.ebuild,v 1.5 2013/03/02 21:51:56 hwoarang Exp $
-
-EAPI=4
-inherit eutils multilib qt4-r2 user
-
-DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
-HOMEPAGE="http://svxlink.sourceforge.net/"
-SRC_URI="mirror://sourceforge/svxlink/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/tcl
- dev-qt/qtcore:4
- dev-qt/qtgui:4
- media-libs/alsa-lib
- media-sound/gsm
- dev-libs/libgcrypt
- media-libs/speex
- dev-libs/libsigc++:1.2
- dev-libs/popt"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-pkg_setup() {
- enewgroup svxlink
- enewuser svxlink -1 -1 -1 svxlink
-}
-
-src_prepare() {
- sed -i -e "s:/lib:/$(get_libdir):g" makefile.cfg || die
- sed -i -e "s:/etc/udev:/lib/udev:" svxlink/scripts/Makefile.default || die
- # fix underlinking
- sed -i -e "s:lgsm:lgsm -lspeex:" qtel/Makefile.default || die
- # fix gcc-4.7 bug #425690
- epatch "${FILESDIR}/$P-gcc-47.patch"
-}
-
-src_install() {
- default
-
- fowners -R svxlink.svxlink /var/spool/svxlink
- # adapt to gentoo init system
- rm -R "${D}"/etc/sysconfig || die
- newinitd "${FILESDIR}"/remotetrx.init remotetrx
- newinitd "${FILESDIR}"/svxlink.init svxlink
- newconfd "${FILESDIR}"/remotetrx.rc remotetrx
- newconfd "${FILESDIR}"/svxlink.rc svxlink
-}