diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-14 12:49:47 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-12-14 12:49:47 +0000 |
commit | 964d29c1abd2f94091472ecba59f5fbc1ee70b8f (patch) | |
tree | fb1db116d3f50e17b9661aaf3a2ede51c0547056 /dev-python/telepathy-python | |
parent | amd64/x86 stable, bug #248425 (diff) | |
download | gentoo-2-964d29c1abd2f94091472ecba59f5fbc1ee70b8f.tar.gz gentoo-2-964d29c1abd2f94091472ecba59f5fbc1ee70b8f.tar.bz2 gentoo-2-964d29c1abd2f94091472ecba59f5fbc1ee70b8f.zip |
Version bump, remove old versions.
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-gentoo-r2 x86_64)
Diffstat (limited to 'dev-python/telepathy-python')
-rw-r--r-- | dev-python/telepathy-python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.13.12.ebuild | 27 | ||||
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.15.3.ebuild (renamed from dev-python/telepathy-python/telepathy-python-0.13.13.ebuild) | 6 |
3 files changed, 11 insertions, 31 deletions
diff --git a/dev-python/telepathy-python/ChangeLog b/dev-python/telepathy-python/ChangeLog index a912fbaf92c6..a3f03bfe05b5 100644 --- a/dev-python/telepathy-python/ChangeLog +++ b/dev-python/telepathy-python/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/telepathy-python # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.11 2008/06/17 17:16:35 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.12 2008/12/14 12:49:47 coldwind Exp $ + +*telepathy-python-0.15.3 (14 Dec 2008) + + 14 Dec 2008; Santiago M. Mola <coldwind@gentoo.org> + -telepathy-python-0.13.12.ebuild, -telepathy-python-0.13.13.ebuild, + +telepathy-python-0.15.3.ebuild: + Version bump, remove old versions. 17 Jun 2008; Santiago M. Mola <coldwind@gentoo.org> telepathy-python-0.15.0.ebuild: diff --git a/dev-python/telepathy-python/telepathy-python-0.13.12.ebuild b/dev-python/telepathy-python/telepathy-python-0.13.12.ebuild deleted file mode 100644 index c09e51961d09..000000000000 --- a/dev-python/telepathy-python/telepathy-python-0.13.12.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2007 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.13.12.ebuild,v 1.2 2007/06/30 17:46:33 peper Exp $ - -inherit distutils - -DESCRIPTION="Telepathy Python package containing 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="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-python/dbus-python-0.71" - -RDEPEND="${DEPEND}" - -pkg_setup() { - if has_version "<sys-apps/dbus-0.90"; then - if ! built_with_use sys-apps/dbus python; then - eerror "You need to build dbus with USE=python." - die "dbus needs python bindings" - fi - fi -} diff --git a/dev-python/telepathy-python/telepathy-python-0.13.13.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild index 1c6c44108b46..6100bbc0e6bc 100644 --- a/dev-python/telepathy-python/telepathy-python-0.13.13.ebuild +++ b/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.13.13.ebuild,v 1.2 2007/07/11 06:19:47 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild,v 1.1 2008/12/14 12:49:47 coldwind Exp $ inherit distutils @@ -13,5 +13,5 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="" +DEPEND="dev-libs/libxslt" RDEPEND=">=dev-python/dbus-python-0.71" |