summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-09-28 17:51:18 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-09-28 17:51:18 +0000
commit623f47ec0cf2ca2fb5004d8aeac6785fa5c0c16c (patch)
tree5f51075b08ecb5ccd9c7946d2ee5fb7983aa7261 /net-libs/libtelepathy
parentStable on ppc wrt bug 193787 (diff)
downloadgentoo-2-623f47ec0cf2ca2fb5004d8aeac6785fa5c0c16c.tar.gz
gentoo-2-623f47ec0cf2ca2fb5004d8aeac6785fa5c0c16c.tar.bz2
gentoo-2-623f47ec0cf2ca2fb5004d8aeac6785fa5c0c16c.zip
Add 0.2.0.
(Portage version: 2.1.3.10)
Diffstat (limited to 'net-libs/libtelepathy')
-rw-r--r--net-libs/libtelepathy/ChangeLog8
-rw-r--r--net-libs/libtelepathy/files/digest-libtelepathy-0.2.03
-rw-r--r--net-libs/libtelepathy/libtelepathy-0.2.0.ebuild22
3 files changed, 32 insertions, 1 deletions
diff --git a/net-libs/libtelepathy/ChangeLog b/net-libs/libtelepathy/ChangeLog
index 3392713809a8..7e8ad423acc7 100644
--- a/net-libs/libtelepathy/ChangeLog
+++ b/net-libs/libtelepathy/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/libtelepathy
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libtelepathy/ChangeLog,v 1.14 2007/09/27 13:47:38 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtelepathy/ChangeLog,v 1.15 2007/09/28 17:51:17 peper Exp $
+
+*libtelepathy-0.2.0 (28 Sep 2007)
+
+ 28 Sep 2007; Piotr Jaroszyński <peper@gentoo.org>
+ +libtelepathy-0.2.0.ebuild:
+ Add 0.2.0.
*libtelepathy-0.0.58 (27 Sep 2007)
diff --git a/net-libs/libtelepathy/files/digest-libtelepathy-0.2.0 b/net-libs/libtelepathy/files/digest-libtelepathy-0.2.0
new file mode 100644
index 000000000000..d15b78b274fe
--- /dev/null
+++ b/net-libs/libtelepathy/files/digest-libtelepathy-0.2.0
@@ -0,0 +1,3 @@
+MD5 a2083338ed480fd507925e00a93fd96b libtelepathy-0.2.0.tar.gz 406339
+RMD160 49ca7ea4c3390550639670855d7a6012e171c7fc libtelepathy-0.2.0.tar.gz 406339
+SHA256 c33ef2820ea954aa2aa6d048f4540aa75f09cfc4c7915558d736dcedc1b8fa07 libtelepathy-0.2.0.tar.gz 406339
diff --git a/net-libs/libtelepathy/libtelepathy-0.2.0.ebuild b/net-libs/libtelepathy/libtelepathy-0.2.0.ebuild
new file mode 100644
index 000000000000..b3678f823d7e
--- /dev/null
+++ b/net-libs/libtelepathy/libtelepathy-0.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libtelepathy/libtelepathy-0.2.0.ebuild,v 1.1 2007/09/28 17:51:17 peper Exp $
+
+DESCRIPTION="A glib based library for Telepathy client development"
+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 ~ppc"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.4
+ >=dev-libs/dbus-glib-0.71"
+
+DEPEND="${RDEPEND}
+ dev-libs/libxslt"
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+ dodoc AUTHORS ChangeLog README
+}