public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/sofia-sip: ChangeLog sofia-sip-1.12.9.ebuild
@ 2008-07-26  1:05 Olivier Crete (tester)
  0 siblings, 0 replies; only message in thread
From: Olivier Crete (tester) @ 2008-07-26  1:05 UTC (permalink / raw
  To: gentoo-commits

tester      08/07/26 01:05:45

  Modified:             ChangeLog
  Added:                sofia-sip-1.12.9.ebuild
  Log:
  Version bump
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.6                  net-libs/sofia-sip/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/sofia-sip/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/sofia-sip/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/sofia-sip/ChangeLog?r1=1.5&r2=1.6

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog	10 Apr 2008 23:38:34 -0000	1.5
+++ ChangeLog	26 Jul 2008 01:05:44 -0000	1.6
@@ -1,6 +1,11 @@
 # ChangeLog for net-libs/sofia-sip
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/ChangeLog,v 1.5 2008/04/10 23:38:34 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/ChangeLog,v 1.6 2008/07/26 01:05:44 tester Exp $
+
+*sofia-sip-1.12.9 (26 Jul 2008)
+
+  26 Jul 2008; Olivier Crête <tester@gentoo.org> +sofia-sip-1.12.9.ebuild:
+  Version bump
 
 *sofia-sip-1.12.8 (10 Apr 2008)
 



1.1                  net-libs/sofia-sip/sofia-sip-1.12.9.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/sofia-sip/sofia-sip-1.12.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/sofia-sip/sofia-sip-1.12.9.ebuild?rev=1.1&content-type=text/plain

Index: sofia-sip-1.12.9.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/sofia-sip/sofia-sip-1.12.9.ebuild,v 1.1 2008/07/26 01:05:44 tester Exp $

DESCRIPTION="RFC3261 compliant SIP User-Agent library"
HOMEPAGE="http://sofia-sip.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE="ssl"

RDEPEND="dev-libs/glib
	ssl? ( dev-libs/openssl )"
DEPEND="${RDEPEND}"

src_compile() {
	econf $(use_with ssl openssl) || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"

	dodoc ChangeLog COPYRIGHTS README TODO
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-26  1:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26  1:05 [gentoo-commits] gentoo-x86 commit in net-libs/sofia-sip: ChangeLog sofia-sip-1.12.9.ebuild 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