diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-05-05 15:06:13 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-05-05 15:06:13 +0000 |
commit | 4bce8f1b711966f5fe05d8c6fbde13c80836b3f7 (patch) | |
tree | 9c6ef14318c9255c0986e3da521f9560982d3b1e /net-voip | |
parent | Bump to 0.7.7, remove old ebuilds. (diff) | |
download | gentoo-2-4bce8f1b711966f5fe05d8c6fbde13c80836b3f7.tar.gz gentoo-2-4bce8f1b711966f5fe05d8c6fbde13c80836b3f7.tar.bz2 gentoo-2-4bce8f1b711966f5fe05d8c6fbde13c80836b3f7.zip |
Bump to 0.7.5, remove some old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/telepathy-gabble/ChangeLog | 10 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.5.12.ebuild | 43 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.5.13.ebuild | 43 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.7.1.ebuild | 42 | ||||
-rw-r--r-- | net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild (renamed from net-voip/telepathy-gabble/telepathy-gabble-0.7.2.ebuild) | 23 |
5 files changed, 26 insertions, 135 deletions
diff --git a/net-voip/telepathy-gabble/ChangeLog b/net-voip/telepathy-gabble/ChangeLog index 01b34d7f4c2e..4301aa810afc 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.32 2008/04/16 13:16:08 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/ChangeLog,v 1.33 2008/05/05 15:06:13 coldwind Exp $ + +*telepathy-gabble-0.7.5 (05 May 2008) + + 05 May 2008; Santiago M. Mola <coldwind@gentoo.org> + -telepathy-gabble-0.5.12.ebuild, -telepathy-gabble-0.5.13.ebuild, + -telepathy-gabble-0.7.1.ebuild, -telepathy-gabble-0.7.2.ebuild, + +telepathy-gabble-0.7.5.ebuild: + Bump to 0.7.5, remove some old versions. *telepathy-gabble-0.7.3 (16 Apr 2008) diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.5.12.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.5.12.ebuild deleted file mode 100644 index 40564e83ae0f..000000000000 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.5.12.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 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.5.12.ebuild,v 1.2 2007/06/30 17:40:08 peper Exp $ - -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 ~x86" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.4 - >=dev-libs/dbus-glib-0.72 - >=net-libs/telepathy-glib-0.5.13 - >=dev-lang/python-2.3 - >=net-libs/loudmouth-1.1.1 - !<net-voip/telepathy-gabble-0.5.10" - -DEPEND="${RDEPEND} - dev-libs/libxslt" - -src_compile() { - econf \ - $(use_enable debug) \ - $(use_enable debug backtrace) \ - $(use_enable debug handle-leak-debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_test() { - vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog -} diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.5.13.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.5.13.ebuild deleted file mode 100644 index 9a304cc651c6..000000000000 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.5.13.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2007 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.5.13.ebuild,v 1.1 2007/09/01 10:29:04 peper Exp $ - -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 ~x86" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.4 - >=dev-libs/dbus-glib-0.72 - >=net-libs/telepathy-glib-0.5.14 - >=dev-lang/python-2.3 - >=net-libs/loudmouth-1.1.1 - !<net-voip/telepathy-gabble-0.5.10" - -DEPEND="${RDEPEND} - dev-libs/libxslt" - -src_compile() { - econf \ - $(use_enable debug) \ - $(use_enable debug backtrace) \ - $(use_enable debug handle-leak-debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_test() { - vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog -} diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.1.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.1.ebuild deleted file mode 100644 index 64237dd82fdb..000000000000 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 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.1.ebuild,v 1.1 2007/11/22 15:27:00 peper Exp $ - -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 ~x86" -IUSE="debug" - -RDEPEND=">=dev-libs/glib-2.4 - >=dev-libs/dbus-glib-0.72 - >=net-libs/telepathy-glib-0.5.14 - dev-lang/python - >=net-libs/loudmouth-1.1.1" - -DEPEND="${RDEPEND} - dev-libs/libxslt" - -src_compile() { - econf \ - $(use_enable debug) \ - $(use_enable debug backtrace) \ - $(use_enable debug handle-leak-debug) \ - || die "econf failed" - emake || die "emake failed" -} - -src_test() { - vecho ">>> Test phase [check]: ${CATEGORY}/${PF}" - if ! dbus-launch emake -j1 check; then - die "Make check failed. See above for details." - fi -} - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - dodoc AUTHORS ChangeLog -} diff --git a/net-voip/telepathy-gabble/telepathy-gabble-0.7.2.ebuild b/net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild index 4bd9abb71840..01e79631fd47 100644 --- a/net-voip/telepathy-gabble/telepathy-gabble-0.7.2.ebuild +++ b/net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild @@ -1,6 +1,8 @@ # 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.2.ebuild,v 1.1 2008/02/28 21:38:07 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-gabble/telepathy-gabble-0.7.5.ebuild,v 1.1 2008/05/05 15:06:13 coldwind Exp $ + +inherit eutils DESCRIPTION="A Jabber/XMPP connection manager, this handles single and multi user chats and voice calls." HOMEPAGE="http://telepathy.freedesktop.org" @@ -9,21 +11,30 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="debug" +IUSE="debug test" RDEPEND=">=dev-libs/glib-2.4 >=dev-libs/dbus-glib-0.72 - >=net-libs/telepathy-glib-0.5.14 + >=net-libs/telepathy-glib-0.7.0 dev-lang/python - >=net-libs/loudmouth-1.1.1" + >=net-libs/loudmouth-1.3.2" DEPEND="${RDEPEND} - dev-libs/libxslt" + 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 backtrace) \ $(use_enable debug handle-leak-debug) \ || die "econf failed" emake || die "emake failed" |