summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2006-10-25 14:34:37 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2006-10-25 14:34:37 +0000
commit780f14c55880c0a0f7a9debd0c040cb5719480d8 (patch)
tree247ea537f994e3e947d1f6972bfc48b3a3c82ada /net-voip
parentstable on amd64 (diff)
downloadhistorical-780f14c55880c0a0f7a9debd0c040cb5719480d8.tar.gz
historical-780f14c55880c0a0f7a9debd0c040cb5719480d8.tar.bz2
historical-780f14c55880c0a0f7a9debd0c040cb5719480d8.zip
Version bump.
Package-Manager: portage-2.1.2_pre3-r7
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-gabble/ChangeLog8
-rw-r--r--net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.4.23
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.4.2.ebuild35
3 files changed, 45 insertions, 1 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog
index f0b2e4fb99a3..0f12910dbb62 100644
--- a/net-voip/telepathy-gabble/ChangeLog
+++ b/net-voip/telepathy-gabble/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-voip/telepathy-gabble
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.2 2006/10/24 11:38:28 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.3 2006/10/25 14:34:37 peper Exp $
+
+*telepathy-gabble-0.4.2 (25 Oct 2006)
+
+ 25 Oct 2006; Piotr Jaroszyński <peper@gentoo.org>
+ -telepathy-gabble-0.4.1.ebuild, +telepathy-gabble-0.4.2.ebuild:
+ Version bump.
*telepathy-gabble-0.4.1 (24 Oct 2006)
diff --git a/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.4.2 b/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.4.2
new file mode 100644
index 000000000000..d2f2d0e108da
--- /dev/null
+++ b/net-voip/telepathy-gabble/files/digest-telepathy-gabble-0.4.2
@@ -0,0 +1,3 @@
+MD5 a1bc3939da26f9221b11806484d2b272 telepathy-gabble-0.4.2.tar.gz 539647
+RMD160 23798281199a74e32363a12889af76daa355ff62 telepathy-gabble-0.4.2.tar.gz 539647
+SHA256 1d9a99d7277f70453a1773f288631d7da377dc61882ec7504acb2126034ca7cd telepathy-gabble-0.4.2.tar.gz 539647
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.4.2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.4.2.ebuild
new file mode 100644
index 000000000000..56ca98b19c10
--- /dev/null
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.4.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.4.2.ebuild,v 1.1 2006/10/25 14:34:37 peper Exp $
+
+DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
+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 loudmouth"
+
+DEPEND=">=dev-libs/glib-2.4
+ >=sys-apps/dbus-0.61
+ loudmouth? ( >=net-libs/loudmouth-1.1.1 )"
+RDEPEND="${DEPEND}"
+
+src_compile(){
+ econf \
+ $(use_enable debug) \
+ $(use_enable debug handle-leak-debug) \
+ $(use_enable loudmouth)
+ emake || die "emake failed"
+}
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc AUTHORS README ChangeLog NEWS README
+}
+
+pkg_postinst() {
+ elog "You don't need to start telepathy-gabble manualy any more."
+ elog "dbus will take care of that."
+}