summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2010-05-16 18:20:06 +0000
committerOlivier Crête <tester@gentoo.org>2010-05-16 18:20:06 +0000
commit80e1883a22b444af52e986a41d51a7f8398473f9 (patch)
tree49e685e89a70c0969593521857f2c576642b61c6 /dev-python/telepathy-python
parentVersion bump (diff)
downloadgentoo-2-80e1883a22b444af52e986a41d51a7f8398473f9.tar.gz
gentoo-2-80e1883a22b444af52e986a41d51a7f8398473f9.tar.bz2
gentoo-2-80e1883a22b444af52e986a41d51a7f8398473f9.zip
Version bump, bug #317923
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/telepathy-python')
-rw-r--r--dev-python/telepathy-python/ChangeLog8
-rw-r--r--dev-python/telepathy-python/telepathy-python-0.15.17.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-python/telepathy-python/ChangeLog b/dev-python/telepathy-python/ChangeLog
index b813cc972cbf..36429de54b35 100644
--- a/dev-python/telepathy-python/ChangeLog
+++ b/dev-python/telepathy-python/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/telepathy-python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.22 2010/01/06 19:37:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.23 2010/05/16 18:20:06 tester Exp $
+
+*telepathy-python-0.15.17 (16 May 2010)
+
+ 16 May 2010; Olivier Crête <tester@gentoo.org>
+ +telepathy-python-0.15.17.ebuild:
+ Version bump, bug #317923
06 Jan 2010; Brent Baude <ranger@gentoo.org>
telepathy-python-0.15.13.ebuild:
diff --git a/dev-python/telepathy-python/telepathy-python-0.15.17.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.17.ebuild
new file mode 100644
index 000000000000..2e61db8804ef
--- /dev/null
+++ b/dev-python/telepathy-python/telepathy-python-0.15.17.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.17.ebuild,v 1.1 2010/05/16 18:20:06 tester Exp $
+
+DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients."
+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 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-libs/libxslt"
+RDEPEND=">=dev-python/dbus-python-0.80"
+
+# bug #288191
+MAKEOPTS="-j1"
+
+src_install() {
+ emake install DESTDIR="${D}" || die
+ dodoc AUTHORS NEWS
+}