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: Sun, 28 Mar 2010 16:48:53 +0000	[thread overview]
Message-ID: <E1NvvfR-0001e8-N9@stork.gentoo.org> (raw)

tester      10/03/28 16:48:53

  Modified:             ChangeLog telepathy-sofiasip-0.6.2.ebuild
  Log:
  Clean up ebuild, force debug to be always on, fixes #311585
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	26 Mar 2010 21:11:09 -0000	1.9
+++ ChangeLog	28 Mar 2010 16:48:53 -0000	1.10
@@ -1,6 +1,10 @@
 # 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.9 2010/03/26 21:11:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/ChangeLog,v 1.10 2010/03/28 16:48:53 tester Exp $
+
+  28 Mar 2010; Olivier Crête <tester@gentoo.org>
+  telepathy-sofiasip-0.6.2.ebuild:
+  Clean up ebuild, force debug to be always on, fixes #311585
 
 *telepathy-sofiasip-0.6.2 (26 Mar 2010)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild?r1=1.1&r2=1.2

Index: telepathy-sofiasip-0.6.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- telepathy-sofiasip-0.6.2.ebuild	26 Mar 2010 21:11:09 -0000	1.1
+++ telepathy-sofiasip-0.6.2.ebuild	28 Mar 2010 16:48:53 -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/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.1 2010/03/26 21:11:09 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-sofiasip/telepathy-sofiasip-0.6.2.ebuild,v 1.2 2010/03/28 16:48:53 tester Exp $
 
 inherit autotools
 
@@ -11,7 +11,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
-IUSE="debug test"
+IUSE="test"
 
 RDEPEND=">=net-libs/sofia-sip-1.12.10
 	>=net-libs/telepathy-glib-0.8.0
@@ -24,21 +24,6 @@
 	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-28 16:49 UTC|newest]

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

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=E1NvvfR-0001e8-N9@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