diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-09-29 17:30:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-09-29 17:30:03 +0000 |
commit | 2ac8db94b60227fafd4db6cbf672f89ecccd5e9c (patch) | |
tree | d5106f5eaeb7154e9f5591dfd894dfd30d2e632e /net-voip/telepathy-haze | |
parent | Add myself as maintainer. (diff) | |
download | gentoo-2-2ac8db94b60227fafd4db6cbf672f89ecccd5e9c.tar.gz gentoo-2-2ac8db94b60227fafd4db6cbf672f89ecccd5e9c.tar.bz2 gentoo-2-2ac8db94b60227fafd4db6cbf672f89ecccd5e9c.zip |
Version bump with multiple bugfixes and working tests (bug #330273).
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-voip/telepathy-haze')
-rw-r--r-- | net-voip/telepathy-haze/ChangeLog | 7 | ||||
-rw-r--r-- | net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/net-voip/telepathy-haze/ChangeLog b/net-voip/telepathy-haze/ChangeLog index 2b159cae0484..99584204b1e9 100644 --- a/net-voip/telepathy-haze/ChangeLog +++ b/net-voip/telepathy-haze/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-voip/telepathy-haze # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.15 2010/08/07 16:56:20 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/telepathy-haze/ChangeLog,v 1.16 2010/09/29 17:30:03 pacho Exp $ + +*telepathy-haze-0.4.0 (29 Sep 2010) + + 29 Sep 2010; Pacho Ramos <pacho@gentoo.org> +telepathy-haze-0.4.0.ebuild: + Version bump with multiple bugfixes and working tests (bug #330273). 07 Aug 2010; Raúl Porcel <armin76@gentoo.org> telepathy-haze-0.3.2.ebuild: diff --git a/net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild b/net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild new file mode 100644 index 000000000000..b7d99b3bbc19 --- /dev/null +++ b/net-voip/telepathy-haze/telepathy-haze-0.4.0.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 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.4.0.ebuild,v 1.1 2010/09/29 17:30:03 pacho Exp $ + +DESCRIPTION="Telepathy connection manager providing libpurple supported +protocols." +HOMEPAGE="http://developer.pidgin.im/wiki/Telepathy" +SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="test" + +RDEPEND=">=net-im/pidgin-2.6 + >=net-libs/telepathy-glib-0.9.2 + >=dev-libs/glib-2.22 + >=dev-libs/dbus-glib-0.73" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + test? ( dev-python/twisted-words + >=dev-lang/python-2.5 )" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS NEWS README +} |