* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2010-06-28 6:00 Olivier Crete (tester)
0 siblings, 0 replies; 9+ messages in thread
From: Olivier Crete (tester) @ 2010-06-28 6:00 UTC (permalink / raw
To: gentoo-commits
tester 10/06/28 06:00:50
Modified: ChangeLog
Added: farsight2-0.0.20.ebuild
Log:
version bump
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.31 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 17 May 2010 16:49:34 -0000 1.30
+++ ChangeLog 28 Jun 2010 06:00:50 -0000 1.31
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.30 2010/05/17 16:49:34 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.31 2010/06/28 06:00:50 tester Exp $
+
+*farsight2-0.0.20 (28 Jun 2010)
+
+ 28 Jun 2010; Olivier Crête <tester@gentoo.org> +farsight2-0.0.20.ebuild:
+ version bump
17 May 2010; Olivier Crête <tester@gentoo.org> +farsight2-0.0.15.ebuild:
That version was stable on sparc and ia64
1.1 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.1&content-type=text/plain
Index: farsight2-0.0.20.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.1 2010/06/28 06:00:50 tester Exp $
EAPI="2"
DESCRIPTION="Farsight2 is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE="http://farsight.freedesktop.org/"
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"
COMMONDEPEND=">=media-libs/gstreamer-0.10.26
>=media-libs/gst-plugins-base-0.10.26
>=dev-libs/glib-2.16
>=net-libs/libnice-0.0.9[gstreamer]
python? (
|| ( >=dev-python/pygobject-2.16 >=dev-python/pygtk-2.12 )
>=dev-python/pygobject-2.12
>=dev-python/gst-python-0.10.10 )
upnp? ( net-libs/gupnp-igd )"
RDEPEND="${COMMONDEPEND}
>=media-libs/gst-plugins-good-0.10.17
>=media-libs/gst-plugins-bad-0.10.17
msn? ( >=media-plugins/gst-plugins-mimic-0.10.17 )"
DEPEND="${COMMONDEPEND}
test? ( media-plugins/gst-plugins-vorbis
media-plugins/gst-plugins-speex )
dev-util/pkgconfig"
src_configure() {
plugins="fsrtpconference,funnel,rtcpfilter,videoanyrate"
use msn && plugins="${plugins},fsmsnconference"
econf $(use_enable python) \
$(use_enable upnp gupnp) \
--with-plugins=${plugins}
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS README ChangeLog
}
src_test()
{
use msn || { einfo "Tests disabled without msn use flag"; return ;}
if ! emake -j1 check; then
hasq test $FEATURES && die "Make check failed. See above for details."
hasq test $FEATURES || eerror "Make check failed. See above for details."
fi
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2010-10-12 8:15 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-12 8:15 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/12 08:15:38
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
Fix building with make >= 3.82 wrt #339534 by Diego E. Pettenò.
(Portage version: 2.2_rc91/cvs/Linux x86_64)
Revision Changes Path
1.37 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 4 Sep 2010 14:47:42 -0000 1.36
+++ ChangeLog 12 Oct 2010 08:15:38 -0000 1.37
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.36 2010/09/04 14:47:42 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.37 2010/10/12 08:15:38 ssuominen Exp $
+
+ 12 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+ farsight2-0.0.20.ebuild, +files/farsight2-0.0.20-make-382.patch:
+ Fix building with make >= 3.82 wrt #339534 by Diego E. Pettenò.
04 Sep 2010; Raúl Porcel <armin76@gentoo.org> farsight2-0.0.17.ebuild:
alpha/ia64/sparc stable wrt #320205
1.3 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.2&r2=1.3
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- farsight2-0.0.20.ebuild 29 Jun 2010 05:16:03 -0000 1.2
+++ farsight2-0.0.20.ebuild 12 Oct 2010 08:15:38 -0000 1.3
@@ -1,8 +1,9 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.2 2010/06/29 05:16:03 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.3 2010/10/12 08:15:38 ssuominen Exp $
EAPI="2"
+inherit autotools eutils
DESCRIPTION="Farsight2 is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE="http://farsight.freedesktop.org/"
@@ -21,8 +22,7 @@
>=dev-libs/glib-2.16
>=net-libs/libnice-0.0.9[gstreamer]
python? (
- || ( >=dev-python/pygobject-2.16 >=dev-python/pygtk-2.12 )
- >=dev-python/pygobject-2.12
+ >=dev-python/pygobject-2.16
>=dev-python/gst-python-0.10.10 )
upnp? ( net-libs/gupnp-igd )"
@@ -36,6 +36,11 @@
media-plugins/gst-plugins-speex )
dev-util/pkgconfig"
+src_prepare() {
+ epatch "${FILESDIR}"/${P}-make-382.patch
+ eautoreconf
+}
+
src_configure() {
plugins="fsrtpconference,funnel,rtcpfilter,videoanyrate"
use msn && plugins="${plugins},fsmsnconference"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2010-12-21 22:43 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-12-21 22:43 UTC (permalink / raw
To: gentoo-commits
eva 10/12/21 22:43:26
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
Add support for multiple python slots, bug #349239.
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Revision Changes Path
1.39 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.38&r2=1.39
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog 21 Nov 2010 00:52:34 -0000 1.38
+++ ChangeLog 21 Dec 2010 22:43:26 -0000 1.39
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.38 2010/11/21 00:52:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.39 2010/12/21 22:43:26 eva Exp $
+
+ 21 Dec 2010; Gilles Dartiguelongue <eva@gentoo.org> farsight2-0.0.20.ebuild:
+ Add support for multiple python slots, bug #349239.
20 Nov 2010; Michael Weber <xmw@gentoo.org> farsight2-0.0.17.ebuild,
farsight2-0.0.20.ebuild:
1.5 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.4&r2=1.5
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- farsight2-0.0.20.ebuild 21 Nov 2010 00:52:34 -0000 1.4
+++ farsight2-0.0.20.ebuild 21 Dec 2010 22:43:26 -0000 1.5
@@ -1,9 +1,11 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.4 2010/11/21 00:52:34 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.5 2010/12/21 22:43:26 eva Exp $
EAPI="2"
-inherit autotools eutils
+PYTHON_DEPEND="2"
+
+inherit autotools eutils python
DESCRIPTION="Farsight2 is an audio/video conferencing framework specifically designed for Instant Messengers."
HOMEPAGE="http://farsight.freedesktop.org/"
@@ -19,10 +21,10 @@
COMMONDEPEND=">=media-libs/gstreamer-0.10.26
>=media-libs/gst-plugins-base-0.10.26
- >=dev-libs/glib-2.16
+ >=dev-libs/glib-2.16:2
>=net-libs/libnice-0.0.9[gstreamer]
python? (
- >=dev-python/pygobject-2.16
+ >=dev-python/pygobject-2.16:2
>=dev-python/gst-python-0.10.10 )
upnp? ( net-libs/gupnp-igd )"
@@ -36,6 +38,10 @@
media-plugins/gst-plugins-speex )
dev-util/pkgconfig"
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_prepare() {
epatch "${FILESDIR}"/${P}-make-382.patch
eautoreconf
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2011-02-21 12:15 Markos Chandras (hwoarang)
0 siblings, 0 replies; 9+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-21 12:15 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/02/21 12:15:14
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
Stable on amd64 wrt bug #355719
(Portage version: 2.1.9.39/cvs/Linux x86_64)
Revision Changes Path
1.42 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 21 Feb 2011 07:29:38 -0000 1.41
+++ ChangeLog 21 Feb 2011 12:15:14 -0000 1.42
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.41 2011/02/21 07:29:38 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.42 2011/02/21 12:15:14 hwoarang Exp $
+
+ 21 Feb 2011; Markos Chandras <hwoarang@gentoo.org> farsight2-0.0.20.ebuild:
+ Stable on amd64 wrt bug #355719
*farsight2-0.0.25 (21 Feb 2011)
1.6 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.5&r2=1.6
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- farsight2-0.0.20.ebuild 21 Dec 2010 22:43:26 -0000 1.5
+++ farsight2-0.0.20.ebuild 21 Feb 2011 12:15:14 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.5 2010/12/21 22:43:26 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.6 2011/02/21 12:15:14 hwoarang Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2011-02-22 19:41 Thomas Kahle (tomka)
0 siblings, 0 replies; 9+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-22 19:41 UTC (permalink / raw
To: gentoo-commits
tomka 11/02/22 19:41:53
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
x86 stable per bug 355719
(Portage version: 2.1.9.40/cvs/Linux i686)
Revision Changes Path
1.43 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.42&r2=1.43
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- ChangeLog 21 Feb 2011 12:15:14 -0000 1.42
+++ ChangeLog 22 Feb 2011 19:41:53 -0000 1.43
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.42 2011/02/21 12:15:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.43 2011/02/22 19:41:53 tomka Exp $
+
+ 22 Feb 2011; Thomas Kahle <tomka@gentoo.org> farsight2-0.0.20.ebuild:
+ x86 stable per bug 355719
21 Feb 2011; Markos Chandras <hwoarang@gentoo.org> farsight2-0.0.20.ebuild:
Stable on amd64 wrt bug #355719
1.7 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.6&r2=1.7
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- farsight2-0.0.20.ebuild 21 Feb 2011 12:15:14 -0000 1.6
+++ farsight2-0.0.20.ebuild 22 Feb 2011 19:41:53 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.6 2011/02/21 12:15:14 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.7 2011/02/22 19:41:53 tomka Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2011-02-26 18:10 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2011-02-26 18:10 UTC (permalink / raw
To: gentoo-commits
armin76 11/02/26 18:10:23
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
alpha/ia64/sparc stable wrt #355719
(Portage version: 2.1.9.41/cvs/Linux ia64)
Revision Changes Path
1.45 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 25 Feb 2011 22:13:14 -0000 1.44
+++ ChangeLog 26 Feb 2011 18:10:23 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.44 2011/02/25 22:13:14 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.45 2011/02/26 18:10:23 armin76 Exp $
+
+ 26 Feb 2011; Raúl Porcel <armin76@gentoo.org> farsight2-0.0.20.ebuild:
+ alpha/ia64/sparc stable wrt #355719
*farsight2-0.0.26 (25 Feb 2011)
1.9 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.8&r2=1.9
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- farsight2-0.0.20.ebuild 25 Feb 2011 22:13:14 -0000 1.8
+++ farsight2-0.0.20.ebuild 26 Feb 2011 18:10:23 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.8 2011/02/25 22:13:14 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.9 2011/02/26 18:10:23 armin76 Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2011-03-07 20:43 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2011-03-07 20:43 UTC (permalink / raw
To: gentoo-commits
jer 11/03/07 20:43:21
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
Stable for HPPA (bug #355719).
(Portage version: 2.2.0_alpha26/cvs/Linux i686)
Revision Changes Path
1.46 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 26 Feb 2011 18:10:23 -0000 1.45
+++ ChangeLog 7 Mar 2011 20:43:21 -0000 1.46
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.45 2011/02/26 18:10:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.46 2011/03/07 20:43:21 jer Exp $
+
+ 07 Mar 2011; Jeroen Roovers <jer@gentoo.org> farsight2-0.0.20.ebuild:
+ Stable for HPPA (bug #355719).
26 Feb 2011; Raúl Porcel <armin76@gentoo.org> farsight2-0.0.20.ebuild:
alpha/ia64/sparc stable wrt #355719
1.10 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.9&r2=1.10
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- farsight2-0.0.20.ebuild 26 Feb 2011 18:10:23 -0000 1.9
+++ farsight2-0.0.20.ebuild 7 Mar 2011 20:43:21 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.9 2011/02/26 18:10:23 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.10 2011/03/07 20:43:21 jer Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2011-03-09 14:17 Michael Weber (xmw)
0 siblings, 0 replies; 9+ messages in thread
From: Michael Weber (xmw) @ 2011-03-09 14:17 UTC (permalink / raw
To: gentoo-commits
xmw 11/03/09 14:17:14
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
ppc stable (bug 355719)
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Revision Changes Path
1.47 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 7 Mar 2011 20:43:21 -0000 1.46
+++ ChangeLog 9 Mar 2011 14:17:14 -0000 1.47
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.46 2011/03/07 20:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.47 2011/03/09 14:17:14 xmw Exp $
+
+ 09 Mar 2011; Michael Weber <xmw@gentoo.org> farsight2-0.0.20.ebuild:
+ ppc stable (bug 355719)
07 Mar 2011; Jeroen Roovers <jer@gentoo.org> farsight2-0.0.20.ebuild:
Stable for HPPA (bug #355719).
1.11 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.10&r2=1.11
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- farsight2-0.0.20.ebuild 7 Mar 2011 20:43:21 -0000 1.10
+++ farsight2-0.0.20.ebuild 9 Mar 2011 14:17:14 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.10 2011/03/07 20:43:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.11 2011/03/09 14:17:14 xmw Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild
@ 2011-03-25 13:20 Kacper Kowalik (xarthisius)
0 siblings, 0 replies; 9+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-03-25 13:20 UTC (permalink / raw
To: gentoo-commits
xarthisius 11/03/25 13:20:03
Modified: ChangeLog farsight2-0.0.20.ebuild
Log:
ppc64 stable wrt #357765,#355719
(Portage version: 2.2.0_alpha27/cvs/Linux x86_64)
Revision Changes Path
1.48 net-libs/farsight2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 9 Mar 2011 14:17:14 -0000 1.47
+++ ChangeLog 25 Mar 2011 13:20:03 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/farsight2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.47 2011/03/09 14:17:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/ChangeLog,v 1.48 2011/03/25 13:20:03 xarthisius Exp $
+
+ 25 Mar 2011; Kacper Kowalik <xarthisius@gentoo.org> farsight2-0.0.20.ebuild:
+ ppc64 stable wrt #357765,#355719
09 Mar 2011; Michael Weber <xmw@gentoo.org> farsight2-0.0.20.ebuild:
ppc stable (bug 355719)
1.12 net-libs/farsight2/farsight2-0.0.20.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild?r1=1.11&r2=1.12
Index: farsight2-0.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- farsight2-0.0.20.ebuild 9 Mar 2011 14:17:14 -0000 1.11
+++ farsight2-0.0.20.ebuild 25 Mar 2011 13:20:03 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.11 2011/03/09 14:17:14 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/farsight2/farsight2-0.0.20.ebuild,v 1.12 2011/03/25 13:20:03 xarthisius Exp $
EAPI="2"
PYTHON_DEPEND="2"
@@ -12,7 +12,7 @@
SRC_URI="http://farsight.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
-KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
IUSE="python test msn upnp"
SLOT="0"
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-03-25 13:20 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-09 14:17 [gentoo-commits] gentoo-x86 commit in net-libs/farsight2: ChangeLog farsight2-0.0.20.ebuild Michael Weber (xmw)
-- strict thread matches above, loose matches on Subject: below --
2011-03-25 13:20 Kacper Kowalik (xarthisius)
2011-03-07 20:43 Jeroen Roovers (jer)
2011-02-26 18:10 Raul Porcel (armin76)
2011-02-22 19:41 Thomas Kahle (tomka)
2011-02-21 12:15 Markos Chandras (hwoarang)
2010-12-21 22:43 Gilles Dartiguelongue (eva)
2010-10-12 8:15 Samuli Suominen (ssuominen)
2010-06-28 6:00 Olivier Crete (tester)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox