diff options
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/telepathy-idle/ChangeLog | 8 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.1.11.ebuild (renamed from net-irc/telepathy-idle/telepathy-idle-0.1.7.ebuild) | 15 | ||||
-rw-r--r-- | net-irc/telepathy-idle/telepathy-idle-0.1.9.ebuild | 39 |
3 files changed, 15 insertions, 47 deletions
diff --git a/net-irc/telepathy-idle/ChangeLog b/net-irc/telepathy-idle/ChangeLog index d79bd5430d9e..9afea127b4f6 100644 --- a/net-irc/telepathy-idle/ChangeLog +++ b/net-irc/telepathy-idle/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-irc/telepathy-idle # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.34 2011/10/05 17:57:27 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.35 2011/11/01 11:41:32 pacho Exp $ + +*telepathy-idle-0.1.11 (01 Nov 2011) + + 01 Nov 2011; Pacho Ramos <pacho@gentoo.org> +telepathy-idle-0.1.11.ebuild, + -telepathy-idle-0.1.7.ebuild, -telepathy-idle-0.1.9.ebuild: + Version bump, remove old. 05 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org> telepathy-idle-0.1.10.ebuild: diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.7.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.11.ebuild index 818c0207f02a..8b529f70b4b0 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.1.7.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.1.11.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.7.ebuild,v 1.5 2011/03/22 20:08:32 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.11.ebuild,v 1.1 2011/11/01 11:41:32 pacho Exp $ -EAPI="3" +EAPI="4" PYTHON_DEPEND="2" inherit python @@ -13,13 +13,13 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ppc ~ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" IUSE="test" RDEPEND="dev-libs/dbus-glib - >=dev-libs/glib-2.8.6:2 + >=dev-libs/glib-2.28.0:2 >=dev-libs/openssl-0.9.7 - >=net-libs/telepathy-glib-0.11.3 + >=net-libs/telepathy-glib-0.15.9 sys-apps/dbus" DEPEND="${RDEPEND} dev-util/pkgconfig @@ -27,6 +27,7 @@ DEPEND="${RDEPEND} pkg_setup() { python_set_active_version 2 + python_pkg_setup } src_prepare() { @@ -34,6 +35,6 @@ src_prepare() { } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS || die + emake DESTDIR="${D}" install + dodoc AUTHORS NEWS } diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.9.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.9.ebuild deleted file mode 100644 index 81c441d77c1d..000000000000 --- a/net-irc/telepathy-idle/telepathy-idle-0.1.9.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/telepathy-idle-0.1.9.ebuild,v 1.1 2011/04/15 16:28:11 pacho Exp $ - -EAPI="3" -PYTHON_DEPEND="2" - -inherit python - -DESCRIPTION="Full-featured IRC connection manager for Telepathy." -HOMEPAGE="http://telepathy.freedesktop.org/wiki/Components" -SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="test" - -RDEPEND="dev-libs/dbus-glib - >=dev-libs/glib-2.8.6:2 - >=dev-libs/openssl-0.9.7 - >=net-libs/telepathy-glib-0.13.10 - sys-apps/dbus" -DEPEND="${RDEPEND} - dev-util/pkgconfig - test? ( dev-python/twisted-words )" - -pkg_setup() { - python_set_active_version 2 -} - -src_prepare() { - python_convert_shebangs -r 2 . -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS || die -} |