summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-08-29 08:10:51 +0000
committerPacho Ramos <pacho@gentoo.org>2013-08-29 08:10:51 +0000
commit71da1bb572fc374f0cada6cb3df8f16381b4e0fa (patch)
tree34f6e0b183a3c148e4986e7430edcb24dc3feb0a /net-irc
parentVersion bump. (diff)
downloadgentoo-2-71da1bb572fc374f0cada6cb3df8f16381b4e0fa.tar.gz
gentoo-2-71da1bb572fc374f0cada6cb3df8f16381b4e0fa.tar.bz2
gentoo-2-71da1bb572fc374f0cada6cb3df8f16381b4e0fa.zip
Drop old
(Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/telepathy-idle/ChangeLog6
-rw-r--r--net-irc/telepathy-idle/telepathy-idle-0.1.14.ebuild35
-rw-r--r--net-irc/telepathy-idle/telepathy-idle-0.1.15.ebuild29
3 files changed, 5 insertions, 65 deletions
diff --git a/net-irc/telepathy-idle/ChangeLog b/net-irc/telepathy-idle/ChangeLog
index 6ff8651e18d7..04af2114d44a 100644
--- a/net-irc/telepathy-idle/ChangeLog
+++ b/net-irc/telepathy-idle/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-irc/telepathy-idle
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.60 2013/05/07 13:55:04 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/telepathy-idle/ChangeLog,v 1.61 2013/08/29 08:10:51 pacho Exp $
+
+ 29 Aug 2013; Pacho Ramos <pacho@gentoo.org> -telepathy-idle-0.1.14.ebuild,
+ -telepathy-idle-0.1.15.ebuild:
+ Drop old
07 May 2013; Agostino Sarubbo <ago@gentoo.org> telepathy-idle-0.1.16.ebuild:
Stable for sparc, wrt bug #467934
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.14.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.14.ebuild
deleted file mode 100644
index f3d993b5612c..000000000000
--- a/net-irc/telepathy-idle/telepathy-idle-0.1.14.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 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.14.ebuild,v 1.8 2013/04/01 18:25:22 ago Exp $
-
-EAPI="4"
-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 ~x86-linux"
-IUSE="test"
-
-RDEPEND=">=dev-libs/dbus-glib-0.51
- >=dev-libs/glib-2.30.0:2
- >=dev-libs/openssl-0.9.7
- >=net-libs/telepathy-glib-0.15.9
- sys-apps/dbus"
-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 .
-}
diff --git a/net-irc/telepathy-idle/telepathy-idle-0.1.15.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.1.15.ebuild
deleted file mode 100644
index cf377d205d79..000000000000
--- a/net-irc/telepathy-idle/telepathy-idle-0.1.15.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 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.15.ebuild,v 1.1 2013/04/24 18:46:56 pacho Exp $
-
-EAPI=5
-PYTHON_COMPAT=( python2_{5,6,7} )
-
-inherit python-single-r1
-
-DESCRIPTION="Full-featured IRC connection manager for Telepathy"
-HOMEPAGE="http://cgit.freedesktop.org/telepathy/telepathy-idle"
-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 ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- >=dev-libs/dbus-glib-0.51
- >=dev-libs/glib-2.30.0:2
- >=net-libs/telepathy-glib-0.15.9[${PYTHON_USEDEP}]
- sys-apps/dbus
- ${PYTHON_DEPS}
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- test? ( dev-python/twisted-words )
-"