diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-09-29 18:30:58 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-09-29 18:30:58 +0000 |
commit | 2801e6a1b274ce6cd1bb32bbd716fbc81ecf364c (patch) | |
tree | 93a60788ab79fe5aaaca8ba7ba02954e1743d58a /net-im | |
parent | version bump (diff) | |
download | gentoo-2-2801e6a1b274ce6cd1bb32bbd716fbc81ecf364c.tar.gz gentoo-2-2801e6a1b274ce6cd1bb32bbd716fbc81ecf364c.tar.bz2 gentoo-2-2801e6a1b274ce6cd1bb32bbd716fbc81ecf364c.zip |
Version bump with lots of bugfixes over current tree version, restrict tests since they are broken for a lot of time (bug #294174 , this is being handled with upstream). Remove old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'net-im')
4 files changed, 51 insertions, 75 deletions
diff --git a/net-im/telepathy-mission-control/ChangeLog b/net-im/telepathy-mission-control/ChangeLog index b9c22e2632e2..4287bc96c44a 100644 --- a/net-im/telepathy-mission-control/ChangeLog +++ b/net-im/telepathy-mission-control/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for net-im/telepathy-mission-control # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.34 2010/09/11 09:05:43 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/ChangeLog,v 1.35 2010/09/29 18:30:58 pacho Exp $ + +*telepathy-mission-control-5.6.0 (29 Sep 2010) + + 29 Sep 2010; Pacho Ramos <pacho@gentoo.org> + -telepathy-mission-control-4.64.ebuild, + -telepathy-mission-control-4.67.ebuild, + +telepathy-mission-control-5.6.0.ebuild: + Version bump with lots of bugfixes over current tree version, restrict + tests since they are broken for a lot of time (bug #294174 , this is being + handled with upstream). Remove old. 11 Sep 2010; <nixnut@gentoo.org> telepathy-mission-control-5.2.5.ebuild: ppc stable #321591 diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-4.64.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-4.64.ebuild deleted file mode 100644 index f7b8d7079d6c..000000000000 --- a/net-im/telepathy-mission-control/telepathy-mission-control-4.64.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-4.64.ebuild,v 1.3 2008/04/27 04:20:32 drac Exp $ - -inherit eutils - -DESCRIPTION="Nokia's implementation of a Telepathy Mission Control" -HOMEPAGE="http://mission-control.sourceforge.net/" -SRC_URI="mirror://sourceforge/mission-control/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc" - -RDEPEND=">=net-libs/libtelepathy-0.3.2 - net-libs/telepathy-glib - >=dev-libs/dbus-glib-0.51 - >=gnome-base/gconf-2 - >=dev-libs/glib-2" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-libs/libxslt - doc? ( >=dev-util/gtk-doc-1.3 ) - virtual/python" - -src_compile() { - econf $(use_enable doc gtk-doc) \ - --enable-server \ - || die "econf failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog -} diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-4.67.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-4.67.ebuild deleted file mode 100644 index 58169deb3a39..000000000000 --- a/net-im/telepathy-mission-control/telepathy-mission-control-4.67.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-4.67.ebuild,v 1.4 2009/12/27 08:12:15 josejx Exp $ - -inherit eutils - -DESCRIPTION="Nokia's implementation of a Telepathy Mission Control" -HOMEPAGE="http://mission-control.sourceforge.net/" -SRC_URI="mirror://sourceforge/mission-control/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc gnome-keyring" - -RDEPEND=">=net-libs/libtelepathy-0.3.2 - net-libs/telepathy-glib - >=dev-libs/dbus-glib-0.51 - >=gnome-base/gconf-2 - gnome-keyring? ( >=gnome-base/gnome-keyring-2.22 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - dev-libs/libxslt - doc? ( dev-util/gtk-doc ) - virtual/python" - -src_compile() { - econf $(use_enable doc gtk-doc) \ - $(use_enable gnome-keyring keyring) \ - --enable-server - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog -} diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild new file mode 100644 index 000000000000..1fddff240aaa --- /dev/null +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-im/telepathy-mission-control/telepathy-mission-control-5.6.0.ebuild,v 1.1 2010/09/29 18:30:58 pacho Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Telepathy Mission Control" +HOMEPAGE="http://telepathy.freedesktop.org" +SRC_URI="http://telepathy.freedesktop.org/releases/telepathy-mission-control/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="gnome-keyring" + +RDEPEND=">=net-libs/telepathy-glib-0.11.9 + >=dev-libs/dbus-glib-0.82 + >=gnome-base/gconf-2 + gnome-keyring? ( || ( gnome-base/libgnome-keyring <gnome-base/gnome-keyring-2.29.4 ) )" +DEPEND="${RDEPEND} + dev-util/pkgconfig + dev-libs/libxslt + test? ( >=virtual/python-2.5 + dev-python/twisted-words )" + +# Tests are broken, see upstream bug #29334 +RESTRICT="test" + +src_configure() { + # creds is not available and no support mcd-plugins for now + econf $(use_enable gnome-keyring) \ + --disable-mcd-plugins +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog || die +} |