public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Piotr Jaroszynski (peper)" <peper@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.7.0.ebuild
Date: Tue, 04 Dec 2007 14:18:50 +0000	[thread overview]
Message-ID: <E1IzYbq-0008Cu-1k@stork.gentoo.org> (raw)

peper       07/12/04 14:18:50

  Modified:             ChangeLog
  Added:                telepathy-glib-0.7.0.ebuild
  Log:
  Add 0.7.0.
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.9                  net-libs/telepathy-glib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	22 Nov 2007 15:16:38 -0000	1.8
+++ ChangeLog	4 Dec 2007 14:18:49 -0000	1.9
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/telepathy-glib
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.8 2007/11/22 15:16:38 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.9 2007/12/04 14:18:49 peper Exp $
+
+*telepathy-glib-0.7.0 (04 Dec 2007)
+
+  04 Dec 2007; Piotr Jaroszyński <peper@gentoo.org>
+  +telepathy-glib-0.7.0.ebuild:
+  Add 0.7.0.
 
 *telepathy-glib-0.6.1 (22 Nov 2007)
 



1.1                  net-libs/telepathy-glib/telepathy-glib-0.7.0.ebuild

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

Index: telepathy-glib-0.7.0.ebuild
===================================================================
# Copyright 1999-2007 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.0.ebuild,v 1.1 2007/12/04 14:18:49 peper Exp $

DESCRIPTION="GLib binding 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="~amd64 ~x86"
IUSE="debug"

RDEPEND=">=dev-libs/glib-2.10
	>=dev-libs/dbus-glib-0.73
	>=dev-lang/python-2.3"

DEPEND="${RDEPEND}
	dev-libs/libxslt"

src_compile() {
	econf \
		$(use_enable debug) \
		$(use_enable debug backtrace) \
		$(use_enable debug handle-leak-debug) \
		|| die "econf failed"
	emake || die "emake failed"
}

src_test() {
	vecho ">>> Test phase [check]: ${CATEGORY}/${PF}"
	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
}



-- 
gentoo-commits@gentoo.org mailing list



                 reply	other threads:[~2007-12-04 14:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1IzYbq-0008Cu-1k@stork.gentoo.org \
    --to=peper@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