summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Blumenstein <bazik@gentoo.org>2003-12-31 04:21:04 +0000
committerSven Blumenstein <bazik@gentoo.org>2003-12-31 04:21:04 +0000
commit5a5d89701843610a5aa563ba2d6847fe87897732 (patch)
tree3b65f373ff18764bffcba02258c4dd7b7c81fed0 /net-im/linphone
parentMarked stable on x86 (Manifest recommit) (diff)
downloadgentoo-2-5a5d89701843610a5aa563ba2d6847fe87897732.tar.gz
gentoo-2-5a5d89701843610a5aa563ba2d6847fe87897732.tar.bz2
gentoo-2-5a5d89701843610a5aa563ba2d6847fe87897732.zip
Fixed DEPEND handling and removed non-x86 KEYWORDS. See Changelog.
Diffstat (limited to 'net-im/linphone')
-rw-r--r--net-im/linphone/ChangeLog7
-rw-r--r--net-im/linphone/linphone-0.10.2.ebuild6
-rw-r--r--net-im/linphone/linphone-0.12.0.ebuild6
-rw-r--r--net-im/linphone/linphone-0.9.0-r1.ebuild6
4 files changed, 15 insertions, 10 deletions
diff --git a/net-im/linphone/ChangeLog b/net-im/linphone/ChangeLog
index f6a635ee984c..7a673de79229 100644
--- a/net-im/linphone/ChangeLog
+++ b/net-im/linphone/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-im/linphone
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.8 2003/12/06 23:29:17 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/ChangeLog,v 1.9 2003/12/31 04:21:04 bazik Exp $
+
+ 31 Dec 2003; Sven Blumenstein <bazik@gentoo.org> linphone-0.10.2.ebuild,
+ linphone-0.12.0.ebuild, linphone-0.9.0-r1.ebuild:
+ Fixed handling of the (optional) x86-only DEPEND
+ dev-lang/nasm and removed KEYWORD's of untested archs.
07 Dec 2003; Heinrich Wendel <lanius@gentoo.org> linphone-0.10.2.ebuild,
linphone-0.9.0-r1.ebuild:
diff --git a/net-im/linphone/linphone-0.10.2.ebuild b/net-im/linphone/linphone-0.10.2.ebuild
index 2ffd81a795f7..74d5dd94fe42 100644
--- a/net-im/linphone/linphone-0.10.2.ebuild
+++ b/net-im/linphone/linphone-0.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.7 2003/12/06 23:29:17 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.10.2.ebuild,v 1.8 2003/12/31 04:21:04 bazik Exp $
IUSE="doc gnome gtk2 gtk nls xv alsa"
@@ -10,12 +10,12 @@ SRC_URI="http://simon.morlat.free.fr/download/${PV}/sources/${P}.tar.gz"
SLOT="1"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
+KEYWORDS="x86"
DEPEND="dev-libs/glib
>=net-libs/libosip-0.9.6
dev-util/pkgconfig
- xv? ( dev-lang/nasm )
+ x86? ( xv? ( dev-lang/nasm ) )
gtk? ( =x11-libs/gtk+-1.2* )
gtk2? ( >=x11-libs/gtk+-2 )
gnome? ( gnome-base/gnome-panel
diff --git a/net-im/linphone/linphone-0.12.0.ebuild b/net-im/linphone/linphone-0.12.0.ebuild
index c22908544e54..800a35761d57 100644
--- a/net-im/linphone/linphone-0.12.0.ebuild
+++ b/net-im/linphone/linphone-0.12.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.0.ebuild,v 1.1 2003/10/13 21:50:14 stkn Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.12.0.ebuild,v 1.2 2003/12/31 04:21:04 bazik Exp $
IUSE="doc gnome gtk2 gtk nls xv alsa"
@@ -10,12 +10,12 @@ SRC_URI="http://simon.morlat.free.fr/download/${PV}/source/${P}.tar.gz"
SLOT="1"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
+KEYWORDS="~x86"
DEPEND="dev-libs/glib
>=net-libs/libosip-0.9.6
dev-util/pkgconfig
- xv? ( dev-lang/nasm )
+ x86? ( xv? ( dev-lang/nasm ) )
gtk? ( =x11-libs/gtk+-1.2* )
gtk2? ( >=x11-libs/gtk+-2 )
gnome? ( gnome-base/gnome-panel
diff --git a/net-im/linphone/linphone-0.9.0-r1.ebuild b/net-im/linphone/linphone-0.9.0-r1.ebuild
index 59ad90bb6b3c..e062f6504096 100644
--- a/net-im/linphone/linphone-0.9.0-r1.ebuild
+++ b/net-im/linphone/linphone-0.9.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.9.0-r1.ebuild,v 1.4 2003/12/06 23:29:17 lanius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/linphone/linphone-0.9.0-r1.ebuild,v 1.5 2003/12/31 04:21:04 bazik Exp $
IUSE="doc gtk nls xv alsa"
@@ -10,12 +10,12 @@ SRC_URI="http://www.linphone.org/download/${P}.tar.gz"
SLOT="1"
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm"
+KEYWORDS="x86"
DEPEND="dev-libs/glib
=net-libs/libosip-0.8.8
=gnome-base/gnome-panel-1.4.1
- xv? ( dev-lang/nasm )
+ x86? ( xv? ( dev-lang/nasm ) )
gtk? ( =x11-libs/gtk+-1.2* )
alsa? ( >media-libs/alsa-lib-0.5 )"