diff options
author | Sven Blumenstein <bazik@gentoo.org> | 2003-12-31 04:21:04 +0000 |
---|---|---|
committer | Sven Blumenstein <bazik@gentoo.org> | 2003-12-31 04:21:04 +0000 |
commit | d4a8c68476d2a5776187208f2675c2f43940bd16 (patch) | |
tree | f8dae253aeffab28efc27b08307886ca990c3c37 /net-im/linphone | |
parent | Marked stable on x86 (diff) | |
download | historical-d4a8c68476d2a5776187208f2675c2f43940bd16.tar.gz historical-d4a8c68476d2a5776187208f2675c2f43940bd16.tar.bz2 historical-d4a8c68476d2a5776187208f2675c2f43940bd16.zip |
Fixed DEPEND handling and removed non-x86 KEYWORDS. See Changelog.
Diffstat (limited to 'net-im/linphone')
-rw-r--r-- | net-im/linphone/ChangeLog | 7 | ||||
-rw-r--r-- | net-im/linphone/Manifest | 8 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.10.2.ebuild | 6 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.12.0.ebuild | 6 | ||||
-rw-r--r-- | net-im/linphone/linphone-0.9.0-r1.ebuild | 6 |
5 files changed, 19 insertions, 14 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/Manifest b/net-im/linphone/Manifest index a59e056625cc..89d5fe5a6738 100644 --- a/net-im/linphone/Manifest +++ b/net-im/linphone/Manifest @@ -1,7 +1,7 @@ -MD5 2e8903c2be2eb4bddbabb89a677c83f1 linphone-0.10.2.ebuild 1332 -MD5 c6875681379825448264d56b9a2aeca3 linphone-0.12.0.ebuild 1330 -MD5 070f7dddaf137c212a0a3249fcb04f56 linphone-0.9.0-r1.ebuild 1020 -MD5 50154752d63bf236d3ac924b08a35b88 ChangeLog 1275 +MD5 8d2c0ddae8a5ad396175fb8653cc2565 linphone-0.10.2.ebuild 1304 +MD5 59b7e02cba6fbc5f4aed01685c45b22f linphone-0.12.0.ebuild 1304 +MD5 447033db7e2ef0ec79f806d4d75fe54d linphone-0.9.0-r1.ebuild 992 +MD5 7f2e3d3335d0956e886ded5241b4f624 ChangeLog 1510 MD5 bf329e2b298c08082a3ff4dfe6c236b3 metadata.xml 315 MD5 a0232ab5ebf0e61290df410da9561c26 files/digest-linphone-0.9.0-r1 67 MD5 29e56d450d4aa47d230872e2b18eae40 files/digest-linphone-0.10.2 68 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 )" |