From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/svxlink: svxlink-090426.ebuild ChangeLog
Date: Fri, 19 Feb 2010 16:15:00 +0000 [thread overview]
Message-ID: <E1NiVVM-0007Qz-Mc@stork.gentoo.org> (raw)
ssuominen 10/02/19 16:15:00
Modified: svxlink-090426.ebuild ChangeLog
Log:
Remove automagic x11-libs/qt:3 detection wrt #301744, thanks to Ben de Groot and Thomas Beierlein.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.5 media-radio/svxlink/svxlink-090426.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild?r1=1.4&r2=1.5
Index: svxlink-090426.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- svxlink-090426.ebuild 28 Dec 2009 16:21:24 -0000 1.4
+++ svxlink-090426.ebuild 19 Feb 2010 16:14:59 -0000 1.5
@@ -1,9 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild,v 1.4 2009/12/28 16:21:24 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/svxlink-090426.ebuild,v 1.5 2010/02/19 16:14:59 ssuominen Exp $
EAPI=2
-inherit multilib qt3
+inherit eutils multilib
DESCRIPTION="Multi Purpose Voice Services System, including Qtel for EchoLink"
HOMEPAGE="http://svxlink.sourceforge.net/"
@@ -16,7 +16,6 @@
RDEPEND="dev-lang/tcl
media-sound/gsm
- x11-libs/qt:3
dev-libs/libgcrypt
media-libs/speex
dev-libs/libsigc++:1.2
@@ -27,8 +26,9 @@
MAKEOPTS="${MAKEOPTS} -j1"
src_prepare() {
- epatch "${FILESDIR}/${PN}-080730--as-needed.patch"
- epatch "${FILESDIR}/${P}-gcc44.patch"
+ epatch "${FILESDIR}"/${PN}-080730--as-needed.patch \
+ "${FILESDIR}"/${P}-gcc44.patch \
+ "${FILESDIR}"/${P}-noqt.patch
sed -i -e "s:/lib:/$(get_libdir):g" makefile.cfg || die
}
1.15 media-radio/svxlink/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/svxlink/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 28 Dec 2009 16:21:24 -0000 1.14
+++ ChangeLog 19 Feb 2010 16:14:59 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for media-radio/svxlink
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.14 2009/12/28 16:21:24 ssuominen Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/svxlink/ChangeLog,v 1.15 2010/02/19 16:14:59 ssuominen Exp $
+
+ 19 Feb 2010; Samuli Suominen <ssuominen@gentoo.org> svxlink-090426.ebuild,
+ +files/svxlink-090426-noqt.patch:
+ Remove automagic x11-libs/qt:3 detection wrt #301744, thanks to Ben de
+ Groot and Thomas Beierlein.
28 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> svxlink-090426.ebuild:
Stop using deprecated kde-functions.eclass.
next reply other threads:[~2010-02-19 16:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-19 16:15 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-03-28 8:55 [gentoo-commits] gentoo-x86 commit in media-radio/svxlink: svxlink-090426.ebuild ChangeLog Samuli Suominen (ssuominen)
2009-12-03 11:58 Markus Meier (maekke)
2009-10-21 16:07 Markus Meier (maekke)
2009-09-08 23:25 Victor Ostorga (vostorga)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1NiVVM-0007Qz-Mc@stork.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox