About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
eva 09/06/01 21:52:50 Modified: ChangeLog Added: telepathy-glib-0.7.31.ebuild Log: Version bump. Updated to telepathy-spec 0.17.25. With blessing from peper. (Portage version: 2.2_rc33/cvs/Linux x86_64) Revision Changes Path 1.29 net-libs/telepathy-glib/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 9 Apr 2009 22:46:16 -0000 1.28 +++ ChangeLog 1 Jun 2009 21:52:50 -0000 1.29 @@ -1,6 +1,12 @@ # ChangeLog for net-libs/telepathy-glib # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.28 2009/04/09 22:46:16 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.29 2009/06/01 21:52:50 eva Exp $ + +*telepathy-glib-0.7.31 (01 Jun 2009) + + 01 Jun 2009; Gilles Dartiguelongue <eva@g.o> + +telepathy-glib-0.7.31.ebuild: + Version bump. Updated to telepathy-spec 0.17.25. *telepathy-glib-0.7.29 (09 Apr 2009) 1.1 net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild?rev=1.1&content-type=text/plain Index: telepathy-glib-0.7.31.ebuild =================================================================== # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.7.31.ebuild,v 1.1 2009/06/01 21:52:50 eva Exp $ DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol." HOMEPAGE="http://telepathy.freedesktop.org" SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="debug doc" RDEPEND=">=dev-libs/glib-2.16 >=dev-libs/dbus-glib-0.73 >=dev-lang/python-2.3" DEPEND="${RDEPEND} dev-libs/libxslt >=dev-util/pkgconfig-0.21 doc? ( >=dev-util/gtk-doc-1.10 )" src_compile() { econf \ $(use_enable doc gtk-doc) \ $(use_enable debug) \ $(use_enable debug backtrace) \ $(use_enable debug handle-leak-debug) \ || die "econf failed" emake || die "emake failed" } src_test() { if ! dbus-launch emake -j1 check; then die "Make check failed. See above for details." fi } src_install() { emake install DESTDIR="${D}" || die "emake install failed" dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed" }
Updated Jul 02, 2010
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.