public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Olivier Crete (tester)" <tester@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild
Date: Fri, 26 Mar 2010 21:11:09 +0000	[thread overview]
Message-ID: <E1NvGo9-0002Qi-P8@stork.gentoo.org> (raw)

tester      10/03/26 21:11:09

  Modified:             ChangeLog
  Added:                telepathy-sofiasip-0.6.2.ebuild
  Log:
  Version bump
  (Portage version: 2.1.7.17/cvs/Linux i686)

Revision  Changes    Path
1.9                  net-voip/telepathy-sofiasip/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	19 Feb 2010 19:25:26 -0000	1.8
+++ ChangeLog	26 Mar 2010 21:11:09 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-voip/telepathy-sofiasip
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.8 2010/02/19 19:25:26 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.9 2010/03/26 21:11:09 tester Exp $
+
+*telepathy-sofiasip-0.6.2 (26 Mar 2010)
+
+  26 Mar 2010; Olivier Crête <tester@gentoo.org>
+  +telepathy-sofiasip-0.6.2.ebuild:
+  Version bump
 
   19 Feb 2010; Raúl Porcel <armin76@gentoo.org>
   telepathy-sofiasip-0.5.17.ebuild, telepathy-sofiasip-0.5.18.ebuild:



1.1                  net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild

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

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.1 2010/03/26 21:11:09 tester Exp $

inherit autotools

DESCRIPTION="A SIP connection manager for Telepathy based around the Sofia-SIP library."
HOMEPAGE="http://telepathy.freedesktop.org/"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="debug test"

RDEPEND=">=net-libs/sofia-sip-1.12.10
	>=net-libs/telepathy-glib-0.8.0
	>=dev-libs/glib-2.16
	sys-apps/dbus
	dev-libs/dbus-glib"

DEPEND="${RDEPEND}
	dev-libs/libxslt
	dev-lang/python
	test? ( dev-python/twisted )"

src_unpack() {
	unpack ${A}

	cd "${S}"
	sed -i -e "s/python2.5/python2.6 python2.5/" configure.ac
	rm ltmain.sh m4/libtool.m4 m4/lt*.m4
	eautoreconf
}

src_compile() {
	econf $(use_enable debug) || die "econf failed"

	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO
}






             reply	other threads:[~2010-03-26 21:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-26 21:11 Olivier Crete (tester) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-03-28 16:48 [gentoo-commits] gentoo-x86 commit in net-voip/telepathy-sofiasip: ChangeLog telepathy-sofiasip-0.6.2.ebuild Olivier Crete (tester)
2010-06-27 12:32 Gysbert Wassenaar (nixnut)
2010-07-25 15:23 Tobias Klausmann (klausman)
2010-07-31 12:53 Pacho Ramos (pacho)
2010-08-01 10:26 Christian Faulhammer (fauli)
2010-08-07 16:53 Raul Porcel (armin76)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1NvGo9-0002Qi-P8@stork.gentoo.org \
    --to=tester@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox