summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-04-29 17:11:43 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-04-29 17:11:43 +0000
commitdc1d0fc6928872f31dc9921e04f7d65f579bcbc5 (patch)
tree0fe22447a7499581b7fcb73feefc42759510d162 /net-voip
parentstable x86, bug 267442 (diff)
downloadgentoo-2-dc1d0fc6928872f31dc9921e04f7d65f579bcbc5.tar.gz
gentoo-2-dc1d0fc6928872f31dc9921e04f7d65f579bcbc5.tar.bz2
gentoo-2-dc1d0fc6928872f31dc9921e04f7d65f579bcbc5.zip
fix mistake in DEPEND, inverted pkgconfig and gettext
(Portage version: 2.1.6.11/cvs/Linux ppc)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/linphone/ChangeLog6
-rw-r--r--net-voip/linphone/linphone-3.1.0.ebuild5
-rw-r--r--net-voip/linphone/linphone-3.1.1.ebuild6
3 files changed, 11 insertions, 6 deletions
diff --git a/net-voip/linphone/ChangeLog b/net-voip/linphone/ChangeLog
index 016724e5e75a..5c557e47c8dc 100644
--- a/net-voip/linphone/ChangeLog
+++ b/net-voip/linphone/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-voip/linphone
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.29 2009/04/28 12:14:35 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.30 2009/04/29 17:11:43 volkmar Exp $
+
+ 29 Apr 2009; Mounir Lamouri <volkmar@gentoo.org> linphone-3.1.0.ebuild,
+ linphone-3.1.1.ebuild:
+ Fix mistake in DEPEND, inverted pkgconfig and gettext.
28 Apr 2009; Mounir Lamouri <volkmar@gentoo.org> linphone-3.0.0.ebuild:
ppc stable, bug 267386
diff --git a/net-voip/linphone/linphone-3.1.0.ebuild b/net-voip/linphone/linphone-3.1.0.ebuild
index 83d016d469af..d1aa0ef07a10 100644
--- a/net-voip/linphone/linphone-3.1.0.ebuild
+++ b/net-voip/linphone/linphone-3.1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild,v 1.1 2009/04/26 02:48:20 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.0.ebuild,v 1.2 2009/04/29 17:11:43 volkmar Exp $
EAPI="2"
@@ -25,10 +25,11 @@ RDEPEND=">=media-libs/mediastreamer-2.2.3[video?]
ncurses? ( sys-libs/readline
sys-libs/ncurses )"
DEPEND="${RDEPEND}
+ dev-util/pkgconfig
sys-devel/gettext
doc? ( app-text/sgmltools-lite )
nls? ( dev-util/intltool
- dev-util/pkgconfig )"
+ sys-devel/gettext )"
IUSE_LINGUAS="fr it de ja es pl cs nl sv pt_BR hu ru"
diff --git a/net-voip/linphone/linphone-3.1.1.ebuild b/net-voip/linphone/linphone-3.1.1.ebuild
index e3811852b33e..7ce1e811052f 100644
--- a/net-voip/linphone/linphone-3.1.1.ebuild
+++ b/net-voip/linphone/linphone-3.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild,v 1.1 2009/04/27 18:05:17 volkmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.1.1.ebuild,v 1.2 2009/04/29 17:11:43 volkmar Exp $
EAPI="2"
@@ -25,10 +25,10 @@ RDEPEND=">=media-libs/mediastreamer-2.2.3_p1[video?]
ncurses? ( sys-libs/readline
sys-libs/ncurses )"
DEPEND="${RDEPEND}
- sys-devel/gettext
+ dev-util/pkgconfig
doc? ( app-text/sgmltools-lite )
nls? ( dev-util/intltool
- dev-util/pkgconfig )"
+ sys-devel/gettext )"
IUSE_LINGUAS="fr it de ja es pl cs nl sv pt_BR hu ru"