diff options
author | Olivier Crête <tester@gentoo.org> | 2009-08-08 02:20:45 +0000 |
---|---|---|
committer | Olivier Crête <tester@gentoo.org> | 2009-08-08 02:20:45 +0000 |
commit | 7503ab2d7419d8ede964b6d373fb57bc565be8e0 (patch) | |
tree | e23c21cea0d28fdf0e0dd0ce41f8bbc9081ecf2e /dev-python/telepathy-python | |
parent | Push settings from versioned selinux profile into parent. (diff) | |
download | gentoo-2-7503ab2d7419d8ede964b6d373fb57bc565be8e0.tar.gz gentoo-2-7503ab2d7419d8ede964b6d373fb57bc565be8e0.tar.bz2 gentoo-2-7503ab2d7419d8ede964b6d373fb57bc565be8e0.zip |
Version bump, remove old
(Portage version: 2.1.6.13/cvs/Linux 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.14.0.ebuild | 17 | ||||
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.15.0.ebuild | 17 | ||||
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.15.10.ebuild (renamed from dev-python/telepathy-python/telepathy-python-0.15.3.ebuild) | 4 |
4 files changed, 10 insertions, 37 deletions
diff --git a/dev-python/telepathy-python/ChangeLog b/dev-python/telepathy-python/ChangeLog index 12f80df18922..cf4ee4fc800a 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.14 2009/01/07 16:59:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.15 2009/08/08 02:20:45 tester Exp $ + +*telepathy-python-0.15.10 (08 Aug 2009) + + 08 Aug 2009; Olivier Crête <tester@gentoo.org> + -telepathy-python-0.14.0.ebuild, -telepathy-python-0.15.0.ebuild, + -telepathy-python-0.15.3.ebuild, +telepathy-python-0.15.10.ebuild: + Version bump, remove old 07 Jan 2009; Raúl Porcel <armin76@gentoo.org> telepathy-python-0.15.3.ebuild: diff --git a/dev-python/telepathy-python/telepathy-python-0.14.0.ebuild b/dev-python/telepathy-python/telepathy-python-0.14.0.ebuild deleted file mode 100644 index 4c8c95e0eafe..000000000000 --- a/dev-python/telepathy-python/telepathy-python-0.14.0.ebuild +++ /dev/null @@ -1,17 +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.14.0.ebuild,v 1.1 2007/10/13 00:55:13 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="" -RDEPEND=">=dev-python/dbus-python-0.71" diff --git a/dev-python/telepathy-python/telepathy-python-0.15.0.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.0.ebuild deleted file mode 100644 index da564163d711..000000000000 --- a/dev-python/telepathy-python/telepathy-python-0.15.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# 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.15.0.ebuild,v 1.2 2008/06/17 17:16:35 coldwind 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-libs/libxslt" -RDEPEND=">=dev-python/dbus-python-0.71" diff --git a/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.10.ebuild index d759dfd37b09..4c57fbfa44ea 100644 --- a/dev-python/telepathy-python/telepathy-python-0.15.3.ebuild +++ b/dev-python/telepathy-python/telepathy-python-0.15.10.ebuild @@ -1,6 +1,6 @@ # 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.3.ebuild,v 1.3 2009/01/07 16:59:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.10.ebuild,v 1.1 2009/08/08 02:20:45 tester Exp $ inherit distutils @@ -14,4 +14,4 @@ KEYWORDS="~alpha ~amd64 ~ia64 ~sparc ~x86" IUSE="" DEPEND="dev-libs/libxslt" -RDEPEND=">=dev-python/dbus-python-0.71" +RDEPEND=">=dev-python/dbus-python-0.80" |