diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-09-29 18:38:15 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-09-29 18:38:15 +0000 |
commit | c7cd2bae6becaa92e7967e4f0d374b60deff8718 (patch) | |
tree | e3f3740719204bae917da853abe8f2f18e438893 /dev-python/telepathy-python | |
parent | horde.eclass: Support PORTAGE_COMPRESS when pointing at docs in the postinst ... (diff) | |
download | gentoo-2-c7cd2bae6becaa92e7967e4f0d374b60deff8718.tar.gz gentoo-2-c7cd2bae6becaa92e7967e4f0d374b60deff8718.tar.bz2 gentoo-2-c7cd2bae6becaa92e7967e4f0d374b60deff8718.zip |
Version bump with some small fixes, stop forcing MAKEOPTS=-j1 since parallel build should work since 0.15.13 and looks to work fine for me. Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/telepathy-python')
-rw-r--r-- | dev-python/telepathy-python/ChangeLog | 11 | ||||
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.15.12.ebuild | 23 | ||||
-rw-r--r-- | dev-python/telepathy-python/telepathy-python-0.15.18.ebuild (renamed from dev-python/telepathy-python/telepathy-python-0.15.13.ebuild) | 7 |
3 files changed, 12 insertions, 29 deletions
diff --git a/dev-python/telepathy-python/ChangeLog b/dev-python/telepathy-python/ChangeLog index bdf4ab595475..606f3f14c980 100644 --- a/dev-python/telepathy-python/ChangeLog +++ b/dev-python/telepathy-python/ChangeLog @@ -1,6 +1,15 @@ # 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.28 2010/08/07 16:50:34 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/ChangeLog,v 1.29 2010/09/29 18:38:15 pacho Exp $ + +*telepathy-python-0.15.18 (29 Sep 2010) + + 29 Sep 2010; Pacho Ramos <pacho@gentoo.org> + -telepathy-python-0.15.12.ebuild, -telepathy-python-0.15.13.ebuild, + +telepathy-python-0.15.18.ebuild: + Version bump with some small fixes, stop forcing MAKEOPTS=-j1 since + parallel build should work since 0.15.13 and looks to work fine for me. + Remove old. 07 Aug 2010; Raúl Porcel <armin76@gentoo.org> telepathy-python-0.15.17.ebuild: diff --git a/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.12.ebuild deleted file mode 100644 index c8335fdd4f0a..000000000000 --- a/dev-python/telepathy-python/telepathy-python-0.15.12.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.12.ebuild,v 1.3 2010/01/05 04:25:24 josejx 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 ~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 -} diff --git a/dev-python/telepathy-python/telepathy-python-0.15.13.ebuild b/dev-python/telepathy-python/telepathy-python-0.15.18.ebuild index 4905b6161439..530f9e0e041b 100644 --- a/dev-python/telepathy-python/telepathy-python-0.15.13.ebuild +++ b/dev-python/telepathy-python/telepathy-python-0.15.18.ebuild @@ -1,6 +1,6 @@ # 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.13.ebuild,v 1.3 2010/01/06 19:37:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/telepathy-python/telepathy-python-0.15.18.ebuild,v 1.1 2010/09/29 18:38:15 pacho Exp $ DESCRIPTION="Telepathy Python base classes for use in connection managers, and proxy classes for use in clients." HOMEPAGE="http://telepathy.freedesktop.org/" @@ -14,10 +14,7 @@ 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 + dodoc AUTHORS NEWS || die } |