summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-09-29 14:51:48 +0000
committerOlivier Crête <tester@gentoo.org>2009-09-29 14:51:48 +0000
commit5d54faec34eca241c01faa40541ce2b9f077ddfb (patch)
treebb640437d0bb993624081bd62f7822d94f03d439 /dev-python/telepathy-python
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-5d54faec34eca241c01faa40541ce2b9f077ddfb.tar.gz
gentoo-2-5d54faec34eca241c01faa40541ce2b9f077ddfb.tar.bz2
gentoo-2-5d54faec34eca241c01faa40541ce2b9f077ddfb.zip
Version bump
(Portage version: 2.1.6.13/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.12.ebuild (renamed from dev-python/telepathy-python/telepathy-python-0.15.11.ebuild)11
2 files changed, 14 insertions, 5 deletions
diff --git a/dev-python/telepathy-python/ChangeLog b/dev-python/telepathy-python/ChangeLog
index b2c10c18075e..8a46176456ff 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.17 2009/09/14 21:17:34 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.18 2009/09/29 14:51:48 tester Exp $
+
+*telepathy-python-0.15.12 (29 Sep 2009)
+
+ 29 Sep 2009; Olivier Crête <tester@gentoo.org>
+ -telepathy-python-0.15.11.ebuild, +telepathy-python-0.15.12.ebuild:
+ Version bump
*telepathy-python-0.15.11 (14 Sep 2009)
diff --git a/dev-python/telepathy-python/telepathy-python-0.15.11.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild
index 0d739921b029..f73d2ad3c304 100644
--- a/dev-python/telepathy-python/telepathy-python-0.15.11.ebuild
+++ b/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild
@@ -1,10 +1,8 @@
# Copyright 1999-2009 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.11.ebuild,v 1.1 2009/09/14 21:17:34 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild,v 1.1 2009/09/29 14:51:48 tester Exp $
-inherit distutils
-
-DESCRIPTION="Telepathy Python package containing base classes for use in connection managers, and proxy classes for use in clients."
+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"
@@ -15,3 +13,8 @@ IUSE=""
DEPEND="dev-libs/libxslt"
RDEPEND=">=dev-python/dbus-python-0.80"
+
+src_install() {
+ make install DESTDIR="${D}"
+ dodoc AUTHORS NEWS
+}