summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-03-06 23:29:19 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-03-06 23:29:19 +0000
commit1257340cfc4f7b477e7e0326b91ea508c06addc1 (patch)
tree0fa8bf109fab95086650ff763c389109f26399c4 /dev-python/telepathy-python
parentClean up old revision. (diff)
downloadgentoo-2-1257340cfc4f7b477e7e0326b91ea508c06addc1.tar.gz
gentoo-2-1257340cfc4f7b477e7e0326b91ea508c06addc1.tar.bz2
gentoo-2-1257340cfc4f7b477e7e0326b91ea508c06addc1.zip
Clean up old revision.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-python/telepathy-python')
-rw-r--r--dev-python/telepathy-python/ChangeLog6
-rw-r--r--dev-python/telepathy-python/telepathy-python-0.15.17.ebuild23
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-python/telepathy-python/ChangeLog b/dev-python/telepathy-python/ChangeLog
index a1fd03333340..5611049ab849 100644
--- a/dev-python/telepathy-python/ChangeLog
+++ b/dev-python/telepathy-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/telepathy-python
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.38 2013/02/02 22:31:14 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.39 2013/03/06 23:29:19 eva Exp $
+
+ 06 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ -telepathy-python-0.15.17.ebuild:
+ Clean up old revision.
02 Feb 2013; Agostino Sarubbo <ago@gentoo.org>
telepathy-python-0.15.19.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
deleted file mode 100644
index d5cdb9cf96a3..000000000000
--- a/dev-python/telepathy-python/telepathy-python-0.15.17.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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.6 2010/08/07 16:50:34 armin76 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
-}