summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2009-07-20 15:17:05 +0000
committerOlivier Crête <tester@gentoo.org>2009-07-20 15:17:05 +0000
commit31a1f47aff55e0c1bdb708a064b06ef0f4e8b8d8 (patch)
tree8f5ca3c623bf305f981b857b70c4d8e7f70b1c26 /net-voip
parentFix building with GCC 4.4 (diff)
downloadgentoo-2-31a1f47aff55e0c1bdb708a064b06ef0f4e8b8d8.tar.gz
gentoo-2-31a1f47aff55e0c1bdb708a064b06ef0f4e8b8d8.tar.bz2
gentoo-2-31a1f47aff55e0c1bdb708a064b06ef0f4e8b8d8.zip
Version bump, remove old
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'net-voip')
-rw-r--r--net-voip/telepathy-gabble/ChangeLog10
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.7.15.ebuild50
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.7.16.ebuild50
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.7.17.ebuild51
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.7.20.ebuild45
-rw-r--r--net-voip/telepathy-gabble/telepathy-gabble-0.7.30.ebuild (renamed from net-voip/telepathy-gabble/telepathy-gabble-0.7.26.ebuild)11
6 files changed, 14 insertions, 203 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog
index d2c1c4be041c..5da66d69ab5e 100644
--- a/net-voip/telepathy-gabble/ChangeLog
+++ b/net-voip/telepathy-gabble/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for net-voip/telepathy-gabble
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.46 2009/06/01 22:47:20 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.47 2009/07/20 15:17:05 tester Exp $
+
+*telepathy-gabble-0.7.30 (20 Jul 2009)
+
+ 20 Jul 2009; Olivier Crête <tester@gentoo.org>
+ -telepathy-gabble-0.7.15.ebuild, -telepathy-gabble-0.7.16.ebuild,
+ -telepathy-gabble-0.7.17.ebuild, -telepathy-gabble-0.7.20.ebuild,
+ -telepathy-gabble-0.7.26.ebuild, +telepathy-gabble-0.7.30.ebuild:
+ Version bump, remove old
*telepathy-gabble-0.7.28 (01 Jun 2009)
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.15.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.15.ebuild
deleted file mode 100644
index 2ecec87f38ba..000000000000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.15.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.15.ebuild,v 1.2 2008/12/09 20:49:36 ranger Exp $
-
-inherit eutils
-
-DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
-HOMEPAGE="http://telepathy.freedesktop.org"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE="debug test"
-
-RDEPEND=">=dev-libs/glib-2.16
- >=dev-libs/dbus-glib-0.73
- >=net-libs/telepathy-glib-0.7.18
- dev-lang/python
- >=net-libs/loudmouth-1.3.2"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- test? ( dev-python/twisted
- dev-python/twisted-words )"
-
-pkg_setup() {
- if ! built_with_use -o net-libs/loudmouth ssl gnutls ; then
- eerror "${PN} needs net-libs/loudmouth built with"
- eerror "USE='gnutls' or USE='ssl'."
- die "No TLS support in net-libs/loudmouth"
- fi
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- emake -j1 check || die "Make check failed. See above for details."
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS NEWS ChangeLog
-}
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.16.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.16.ebuild
deleted file mode 100644
index 2f17626da8e6..000000000000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.16.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.16.ebuild,v 1.2 2008/12/24 10:05:19 bluebird Exp $
-
-inherit eutils
-
-DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
-HOMEPAGE="http://telepathy.freedesktop.org"
-SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
-IUSE="debug test"
-
-RDEPEND=">=dev-libs/glib-2.16
- >=dev-libs/dbus-glib-0.73
- >=net-libs/telepathy-glib-0.7.18
- dev-lang/python
- >=net-libs/loudmouth-1.3.2"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- test? ( dev-python/twisted
- dev-python/twisted-words )"
-
-pkg_setup() {
- if ! built_with_use -o net-libs/loudmouth ssl gnutls ; then
- eerror "${PN} needs net-libs/loudmouth built with"
- eerror "USE='gnutls' or USE='ssl'."
- die "No TLS support in net-libs/loudmouth"
- fi
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- emake -j1 check || die "Make check failed. See above for details."
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS NEWS ChangeLog
-}
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.17.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.17.ebuild
deleted file mode 100644
index 096d58e58df4..000000000000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.17.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.17.ebuild,v 1.2 2009/01/07 17:09:53 armin76 Exp $
-
-inherit eutils
-
-DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
-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 ~ppc64 ~sparc ~x86"
-IUSE="debug test"
-
-RDEPEND=">=dev-libs/glib-2.16
- >=sys-apps/dbus-1.1.0
- >=dev-libs/dbus-glib-0.78
- >=net-libs/telepathy-glib-0.7.18
- >=net-libs/loudmouth-1.3.2"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- dev-lang/python
- test? ( dev-python/twisted
- dev-python/twisted-words )"
-
-pkg_setup() {
- if ! built_with_use -o net-libs/loudmouth ssl gnutls ; then
- eerror "${PN} needs net-libs/loudmouth built with"
- eerror "USE='gnutls' or USE='ssl'."
- die "No TLS support in net-libs/loudmouth"
- fi
-}
-
-src_compile() {
- econf \
- $(use_enable debug) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
- emake || die "emake failed"
-}
-
-src_test() {
- emake -j1 check || die "Make check failed. See above for details."
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS NEWS ChangeLog
-}
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.20.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.20.ebuild
deleted file mode 100644
index de4e930998c1..000000000000
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.20.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.20.ebuild,v 1.1 2009/02/11 11:59:37 tester Exp $
-
-EAPI=2
-
-inherit eutils
-
-DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls."
-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 ~ppc64 ~sparc ~x86"
-IUSE="debug test"
-
-RDEPEND=">=dev-libs/glib-2.16
- >=sys-apps/dbus-1.1.0
- >=dev-libs/dbus-glib-0.78
- >=net-libs/telepathy-glib-0.7.18
- || ( >=net-libs/loudmouth-1.3.2[gnutls] >=net-libs/loudmouth-1.3.2[ssl] )"
-
-DEPEND="${RDEPEND}
- dev-libs/libxslt
- >=dev-lang/python-2.5
- test? ( dev-python/twisted
- dev-python/twisted-words
- >=dev-python/dbus-python-0.83 )"
-
-src_configure() {
- econf \
- $(use_enable debug) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
-}
-
-src_test() {
- emake -j1 check || die "Make check failed. See above for details."
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS NEWS ChangeLog
-}
diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.26.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.30.ebuild
index e2f372b412a4..1cc24224ce6a 100644
--- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.26.ebuild
+++ b/net-voip/telepathy-gabble/telepathy-gabble-0.7.30.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/net-voip/telepathy-gabble/telepathy-gabble-0.7.26.ebuild,v 1.1 2009/04/09 22:48:13 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.30.ebuild,v 1.1 2009/07/20 15:17:05 tester Exp $
EAPI=2
@@ -18,8 +18,8 @@ IUSE="debug test"
RDEPEND=">=dev-libs/glib-2.16
>=sys-apps/dbus-1.1.0
>=dev-libs/dbus-glib-0.78
- >=net-libs/telepathy-glib-0.7.29
- || ( >=net-libs/loudmouth-1.3.2[gnutls] >=net-libs/loudmouth-1.3.2[ssl] )"
+ >=net-libs/telepathy-glib-0.7.31
+ >=net-libs/loudmouth-1.3.2[ssl]"
DEPEND="${RDEPEND}
dev-libs/libxslt
@@ -31,8 +31,7 @@ DEPEND="${RDEPEND}
src_configure() {
econf \
$(use_enable debug) \
- $(use_enable debug handle-leak-debug) \
- || die "econf failed"
+ $(use_enable debug handle-leak-debug)
}
src_test() {
@@ -41,5 +40,5 @@ src_test() {
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS NEWS ChangeLog
+ dodoc AUTHORS NEWS ChangeLog README || die "dodoc failed"
}