diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-09-30 16:23:36 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-09-30 16:23:36 +0000 |
commit | fc25135a9d5b015bf59ceb45a01aa1611a978757 (patch) | |
tree | a3053c83af0a4467bc151ef8c88a2ac5bb2533bf /net-misc/linphone | |
parent | Added ~amd64 keywords. (diff) | |
download | historical-fc25135a9d5b015bf59ceb45a01aa1611a978757.tar.gz historical-fc25135a9d5b015bf59ceb45a01aa1611a978757.tar.bz2 historical-fc25135a9d5b015bf59ceb45a01aa1611a978757.zip |
Dropped gnome-panel dependency (bug #107704).
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-misc/linphone')
-rw-r--r-- | net-misc/linphone/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/linphone/Manifest | 4 | ||||
-rw-r--r-- | net-misc/linphone/linphone-1.1.0.ebuild | 5 |
3 files changed, 9 insertions, 6 deletions
diff --git a/net-misc/linphone/ChangeLog b/net-misc/linphone/ChangeLog index 618bb2a19596..0f9c1c70b75e 100644 --- a/net-misc/linphone/ChangeLog +++ b/net-misc/linphone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/linphone # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.8 2005/09/29 23:48:02 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/ChangeLog,v 1.9 2005/09/30 16:23:36 stkn Exp $ + + 30 Sep 2005; Stefan Knoblich <stkn@gentoo.org> linphone-1.1.0.ebuild: + Dropping unnecessary gnome-panel dependency, thanks to + Thomas Fischer <fischer@unix-ag.uni-kl.de> in bug #107704. 30 Sep 2005; Stefan Knoblich <stkn@gentoo.org> -linphone-0.10.2.ebuild, -linphone-1.0.1.ebuild: diff --git a/net-misc/linphone/Manifest b/net-misc/linphone/Manifest index 815e94210503..c7da31e36a2f 100644 --- a/net-misc/linphone/Manifest +++ b/net-misc/linphone/Manifest @@ -1,5 +1,5 @@ -MD5 01f56328db3d3e0ec12540b47df0bd5c linphone-1.1.0.ebuild 1698 +MD5 810e47a5b7316d318b884037eb874345 linphone-1.1.0.ebuild 1667 MD5 bf329e2b298c08082a3ff4dfe6c236b3 metadata.xml 315 -MD5 3cb189c816c2039ead20e48a47bfd923 ChangeLog 4125 +MD5 61c613902c913c0c7410adc925ffde88 ChangeLog 4316 MD5 09a1ce01898450b93c37d1021c5b4c7e files/linphone-1.0.1-ipv6-include.diff 340 MD5 43613eb580df59c222f3572287b2adf2 files/digest-linphone-1.1.0 67 diff --git a/net-misc/linphone/linphone-1.1.0.ebuild b/net-misc/linphone/linphone-1.1.0.ebuild index 3dcfbd6fda41..c27537422e67 100644 --- a/net-misc/linphone/linphone-1.1.0.ebuild +++ b/net-misc/linphone/linphone-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.1.0.ebuild,v 1.3 2005/09/29 23:46:17 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.1.0.ebuild,v 1.4 2005/09/30 16:23:36 stkn Exp $ inherit eutils @@ -21,8 +21,7 @@ DEPEND="dev-libs/glib || ( >=media-libs/speex-1.1.6 <media-libs/speex-1.1.0 ) x86? ( xv? ( dev-lang/nasm ) ) - gnome? ( >=gnome-base/gnome-panel-2 - >=gnome-base/libgnome-2 + gnome? ( >=gnome-base/libgnome-2 >=gnome-base/libgnomeui-2 >=x11-libs/gtk+-2 ) alsa? ( media-libs/alsa-lib )" |