diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-02-26 13:06:04 +0100 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-02-26 13:09:00 +0100 |
commit | 7d61b80944a8d2dfed8cce1cb57a71554de0ca42 (patch) | |
tree | e923edd5facb6298ff1defdd07c75ee0608f6ad8 /net-im | |
parent | missing dep (diff) | |
download | keruspe-7d61b80944a8d2dfed8cce1cb57a71554de0ca42.tar.gz keruspe-7d61b80944a8d2dfed8cce1cb57a71554de0ca42.tar.bz2 keruspe-7d61b80944a8d2dfed8cce1cb57a71554de0ca42.zip |
in ::gnome
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-mission-control/Manifest | 2 | ||||
-rw-r--r-- | net-im/telepathy-mission-control/telepathy-mission-control-5.7.2.ebuild | 39 |
2 files changed, 0 insertions, 41 deletions
diff --git a/net-im/telepathy-mission-control/Manifest b/net-im/telepathy-mission-control/Manifest deleted file mode 100644 index 8de01286..00000000 --- a/net-im/telepathy-mission-control/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -EBUILD telepathy-mission-control-5.7.2.ebuild 1041 RMD160 4a09854b4a02320d45c56371d0dd3df16bd6c3da SHA1 8ea7832bf52a9a9a4dbdbed8ce208c34fe7dc65d SHA256 446068f42569428f5e5d8cc18f41df3da3433a81b98bac7fb61d1a7b126b5c29 -DIST telepathy-mission-control-5.7.2.tar.gz 1076094 RMD160 5fbea7e65bba8c20d9da99dc494d3cdd02866ffb SHA1 3306e045f5a1a5c629763b50a7a53bb3307226bf SHA256 b7681ad7c9c357a383cb2c426bd2e45dc4c0d1cf28253a6e53ad4a50d8cf8d26 diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.7.2.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.7.2.ebuild deleted file mode 100644 index 20d52c6d..00000000 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.7.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 -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 test" - -RDEPEND=">=net-libs/telepathy-glib-0.13.7 - >=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 -} |