public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.2.1-r2.ebuild ChangeLog
@ 2010-03-26 10:33 Peter Volkov (pva)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2010-03-26 10:33 UTC (permalink / raw
  To: gentoo-commits

pva         10/03/26 10:33:50

  Modified:             ChangeLog
  Added:                linphone-3.2.1-r2.ebuild
  Log:
  Finally fix bug #307865 (install icon to correct location).
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.44                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	21 Mar 2010 12:16:20 -0000	1.43
+++ ChangeLog	26 Mar 2010 10:33:50 -0000	1.44
@@ -1,6 +1,11 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.43 2010/03/21 12:16:20 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.44 2010/03/26 10:33:50 pva Exp $
+
+*linphone-3.2.1-r2 (26 Mar 2010)
+
+  26 Mar 2010; Peter Volkov <pva@gentoo.org> +linphone-3.2.1-r2.ebuild:
+  Finally fix bug #307865 (install icon to correct location).
 
   21 Mar 2010; Fabian Groffen <grobian@gentoo.org> linphone-3.2.1-r1.ebuild:
   Bumped to EAPI=3 for Prefix changes, marked ~ppc-macos and ~x86-macos, bug



1.1                  net-voip/linphone/linphone-3.2.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: linphone-3.2.1-r2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.1 2010/03/26 10:33:50 pva Exp $

EAPI="3"

inherit eutils autotools multilib

DESCRIPTION="Video softphone based on the SIP protocol"
HOMEPAGE="http://www.linphone.org/"
SRC_URI="http://download.savannah.nongnu.org/releases/${PN}/stable/sources/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
IUSE="doc gtk ipv6 ncurses nls video"

RDEPEND=">=media-libs/mediastreamer-2.3.0[video?]
	>=net-libs/libeXosip-3.0.2
	>=net-libs/libosip-3.0.0
	>=net-libs/ortp-0.16.1
	gtk? ( dev-libs/glib:2
		>=gnome-base/libglade-2.4.0:2.0
		>=x11-libs/gtk+-2.4.0:2 )
	ncurses? ( sys-libs/readline
		sys-libs/ncurses )"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	doc? ( app-text/sgmltools-lite )
	nls? ( dev-util/intltool
		sys-devel/gettext )"

IUSE_LINGUAS=" fr it de ja es pl cs nl sv pt_BR hu ru zh_CN"
IUSE="${IUSE} ${IUSE_LINGUAS// / linguas_}"

# TODO:
# update ortp ?
# update mediastreamer ?

# TODO:
# run-time test for ipv6 : does it need mediastreamer[ipv6] ?

pkg_setup() {
	if ! use gtk && ! use ncurses ; then
		ewarn "gtk and ncurses are disabled."
		ewarn "At least one of these use flags are needed to get a front-end."
		ewarn "Only liblinphone is going to be installed."
	fi

	strip-linguas ${IUSE_LINGUAS}
}

src_prepare() {
	epatch "${FILESDIR}"/${P}-external-mediastreamer.patch
	epatch "${FILESDIR}"/${P}-nls.patch
	epatch "${FILESDIR}"/${P}-log-window-crash.patch
	epatch "${FILESDIR}"/${P}-linphone.desktop.patch

	# remove speex check, avoid bug when mediastreamer[-speex]
	sed -i -e '/SPEEX/d' configure.in || die "patching configure.in failed"

	# fix path to use lib64
	sed -i -e "s:lib\(/liblinphone\):$(get_libdir)\1:" configure.in \
		|| die "patching configure.in failed"

	# removing bundled libs dir prevent them to be reconf
	rm -rf mediastreamer2 oRTP || die "should not die"
	# and references in Makefile.am
	sed -i -e "s:oRTP::" -e "s:mediastreamer2::" Makefile.am \
		|| die "patching Makefile.am failed"

	# make sure to use host libtool version
	rm -f m4/libtool.m4 m4/lt*.m4 #282268
	eautoreconf
}

src_configure() {
	# strict: we don't want -Werror
	# external-ortp,external-mediastreamer: prefer external libs
	# truespeech: seems not used, TODO: ask in ml
	# rsvp: breaking the build (not maintained anymore) --disable = --enable
	# alsa, artsc and portaudio are used for bundled mediastreamer
	econf \
		--libdir="${EPREFIX}"/usr/$(get_libdir) \
		--disable-strict \
		--enable-external-ortp \
		--enable-external-mediastreamer \
		--disable-truespeech \
		--disable-dependency-tracking \
		$(use_enable doc manual) \
		$(use_enable gtk gtk_ui) \
		$(use_enable ipv6) \
		$(use_enable ncurses console_ui) \
		$(use_enable nls) \
		$(use_enable video)
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dosym linphone-3 /usr/bin/linphone || die
	dodoc AUTHORS BUGS ChangeLog NEWS README README.arm TODO || die
	cp "${D}/usr/share/pixmaps/"{linphone/linphone2.png,linphone2.png} || die
}






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.2.1-r2.ebuild ChangeLog
@ 2010-04-01 20:08 Fabian Groffen (grobian)
  0 siblings, 0 replies; 5+ messages in thread
From: Fabian Groffen (grobian) @ 2010-04-01 20:08 UTC (permalink / raw
  To: gentoo-commits

grobian     10/04/01 20:08:45

  Modified:             linphone-3.2.1-r2.ebuild ChangeLog
  Log:
  Unbreak for Prefix: use ${ED}/usr/...
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.2                  net-voip/linphone/linphone-3.2.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?r1=1.1&r2=1.2

Index: linphone-3.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linphone-3.2.1-r2.ebuild	26 Mar 2010 10:33:50 -0000	1.1
+++ linphone-3.2.1-r2.ebuild	1 Apr 2010 20:08:45 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.1 2010/03/26 10:33:50 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.2 2010/04/01 20:08:45 grobian Exp $
 
 EAPI="3"
 
@@ -99,5 +99,5 @@
 	emake DESTDIR="${D}" install || die "emake install failed"
 	dosym linphone-3 /usr/bin/linphone || die
 	dodoc AUTHORS BUGS ChangeLog NEWS README README.arm TODO || die
-	cp "${D}/usr/share/pixmaps/"{linphone/linphone2.png,linphone2.png} || die
+	cp "${ED}/usr/share/pixmaps/"{linphone/linphone2.png,linphone2.png} || die
 }



1.45                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	26 Mar 2010 10:33:50 -0000	1.44
+++ ChangeLog	1 Apr 2010 20:08:45 -0000	1.45
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.44 2010/03/26 10:33:50 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.45 2010/04/01 20:08:45 grobian Exp $
+
+  01 Apr 2010; Fabian Groffen <grobian@gentoo.org> linphone-3.2.1-r2.ebuild:
+  Unbreak for Prefix: use ${ED}/usr/...
 
 *linphone-3.2.1-r2 (26 Mar 2010)
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.2.1-r2.ebuild ChangeLog
@ 2010-05-20 10:08 Peter Volkov (pva)
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Volkov (pva) @ 2010-05-20 10:08 UTC (permalink / raw
  To: gentoo-commits

pva         10/05/20 10:08:59

  Modified:             linphone-3.2.1-r2.ebuild ChangeLog
  Log:
  amd64 stable, bug 317235.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  net-voip/linphone/linphone-3.2.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?r1=1.2&r2=1.3

Index: linphone-3.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- linphone-3.2.1-r2.ebuild	1 Apr 2010 20:08:45 -0000	1.2
+++ linphone-3.2.1-r2.ebuild	20 May 2010 10:08:59 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.2 2010/04/01 20:08:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.3 2010/05/20 10:08:59 pva Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
 IUSE="doc gtk ipv6 ncurses nls video"
 
 RDEPEND=">=media-libs/mediastreamer-2.3.0[video?]



1.46                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	1 Apr 2010 20:08:45 -0000	1.45
+++ ChangeLog	20 May 2010 10:08:59 -0000	1.46
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.45 2010/04/01 20:08:45 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.46 2010/05/20 10:08:59 pva Exp $
+
+  20 May 2010; Peter Volkov <pva@gentoo.org> linphone-3.2.1-r2.ebuild:
+  amd64 stable, bug 317235.
 
   01 Apr 2010; Fabian Groffen <grobian@gentoo.org> linphone-3.2.1-r2.ebuild:
   Unbreak for Prefix: use ${ED}/usr/...






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.2.1-r2.ebuild ChangeLog
@ 2010-06-10  6:55 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-06-10  6:55 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/06/10 06:55:55

  Modified:             linphone-3.2.1-r2.ebuild ChangeLog
  Log:
  x86 stable wrt bug #317235
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.4                  net-voip/linphone/linphone-3.2.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?r1=1.3&r2=1.4

Index: linphone-3.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- linphone-3.2.1-r2.ebuild	20 May 2010 10:08:59 -0000	1.3
+++ linphone-3.2.1-r2.ebuild	10 Jun 2010 06:55:55 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.3 2010/05/20 10:08:59 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.4 2010/06/10 06:55:55 phajdan.jr Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-macos"
 IUSE="doc gtk ipv6 ncurses nls video"
 
 RDEPEND=">=media-libs/mediastreamer-2.3.0[video?]



1.50                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	7 Jun 2010 14:49:11 -0000	1.49
+++ ChangeLog	10 Jun 2010 06:55:55 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.49 2010/06/07 14:49:11 pva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.50 2010/06/10 06:55:55 phajdan.jr Exp $
+
+  10 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  linphone-3.2.1-r2.ebuild:
+  x86 stable wrt bug #317235
 
 *linphone-3.3.1 (07 Jun 2010)
 






^ permalink raw reply	[flat|nested] 5+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.2.1-r2.ebuild ChangeLog
@ 2010-07-18 12:33 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-07-18 12:33 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/07/18 12:33:58

  Modified:             linphone-3.2.1-r2.ebuild ChangeLog
  Log:
  ppc stable #317235
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.5                  net-voip/linphone/linphone-3.2.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild?r1=1.4&r2=1.5

Index: linphone-3.2.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linphone-3.2.1-r2.ebuild	10 Jun 2010 06:55:55 -0000	1.4
+++ linphone-3.2.1-r2.ebuild	18 Jul 2010 12:33:58 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.4 2010/06/10 06:55:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/linphone-3.2.1-r2.ebuild,v 1.5 2010/07/18 12:33:58 nixnut Exp $
 
 EAPI="3"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~ppc-macos ~x86-macos"
+KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos"
 IUSE="doc gtk ipv6 ncurses nls video"
 
 RDEPEND=">=media-libs/mediastreamer-2.3.0[video?]



1.51                 net-voip/linphone/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-voip/linphone/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	10 Jun 2010 06:55:55 -0000	1.50
+++ ChangeLog	18 Jul 2010 12:33:58 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for net-voip/linphone
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.50 2010/06/10 06:55:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/linphone/ChangeLog,v 1.51 2010/07/18 12:33:58 nixnut Exp $
+
+  18 Jul 2010; <nixnut@gentoo.org> linphone-3.2.1-r2.ebuild:
+  ppc stable #317235
 
   10 Jun 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   linphone-3.2.1-r2.ebuild:






^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-18 12:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-10  6:55 [gentoo-commits] gentoo-x86 commit in net-voip/linphone: linphone-3.2.1-r2.ebuild ChangeLog PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-18 12:33 Gysbert Wassenaar (nixnut)
2010-05-20 10:08 Peter Volkov (pva)
2010-04-01 20:08 Fabian Groffen (grobian)
2010-03-26 10:33 Peter Volkov (pva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox