summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2014-11-13 12:35:46 +0000
committerPacho Ramos <pacho@gentoo.org>2014-11-13 12:35:46 +0000
commit89e90969fc9ee5c5920f70c65fbe866cf4361006 (patch)
treeb40d3acac24475c567860b53d445f7a1981b1f54 /net-voip
parentDrop old (#508854) (diff)
downloadgentoo-2-89e90969fc9ee5c5920f70c65fbe866cf4361006.tar.gz
gentoo-2-89e90969fc9ee5c5920f70c65fbe866cf4361006.tar.bz2
gentoo-2-89e90969fc9ee5c5920f70c65fbe866cf4361006.zip
Drop old (#508854)
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-haze/ChangeLog5
-rw-r--r--net-voip/telepathy-haze/telepathy-haze-0.6.0.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/net-voip/telepathy-haze/ChangeLog b/net-voip/telepathy-haze/ChangeLog
index b41d65c054f5..33bd8a7eb987 100644
--- a/net-voip/telepathy-haze/ChangeLog
+++ b/net-voip/telepathy-haze/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-voip/telepathy-haze
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.50 2014/08/10 20:34:51 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.51 2014/11/13 12:35:46 pacho Exp $
+
+ 13 Nov 2014; Pacho Ramos <pacho@gentoo.org> -telepathy-haze-0.6.0.ebuild:
+ Drop old (#508854)
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org>
telepathy-haze-0.6.0.ebuild, telepathy-haze-0.8.0.ebuild:
diff --git a/net-voip/telepathy-haze/telepathy-haze-0.6.0.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.6.0.ebuild
deleted file mode 100644
index b5aa48fac114..000000000000
--- a/net-voip/telepathy-haze/telepathy-haze-0.6.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/telepathy-haze-0.6.0.ebuild,v 1.9 2014/08/10 20:34:51 slyfox Exp $
-
-EAPI="4"
-PYTHON_DEPEND="2:2.5"
-
-inherit python
-
-DESCRIPTION="Telepathy connection manager providing libpurple supported protocols"
-HOMEPAGE="http://developer.pidgin.im/wiki/TelepathyHaze"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86"
-#IUSE="test"
-IUSE=""
-
-# Tests failing, see upstream: https://bugs.freedesktop.org/34577
-RESTRICT="test"
-
-RDEPEND=">=net-im/pidgin-2.7
- >=net-libs/telepathy-glib-0.15.1
- >=dev-libs/glib-2.22:2
- >=dev-libs/dbus-glib-0.73"
-
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-# test? ( dev-python/twisted-words )"
-
-pkg_setup() {
- python_set_active_version 2
- python_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs -r 2 .
-}