summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-voip/cohoba/cohoba-0.0.2.ebuild')
-rw-r--r--net-voip/cohoba/cohoba-0.0.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-voip/cohoba/cohoba-0.0.2.ebuild b/net-voip/cohoba/cohoba-0.0.2.ebuild
deleted file mode 100644
index 25e002646744..000000000000
--- a/net-voip/cohoba/cohoba-0.0.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-voip/cohoba/cohoba-0.0.2.ebuild,v 1.1 2006/09/01 12:52:38 genstef Exp $
-
-DESCRIPTION="Gnome UI for Telepathy"
-HOMEPAGE="http://telepathy.freedesktop.org/"
-SRC_URI="http://telepathy.freedesktop.org/releases/cohoba/${P}.tar.gz"
-EDARCS_REPOSITORY="http://projects.collabora.co.uk/darcs/telepathy/cohoba/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-DEPEND="dev-python/gnome-python-desktop
- >=sys-apps/dbus-0.61
- x11-themes/gnome-icon-theme
- x11-themes/gnome-themes"
-RDEPEND="${DEPEND}
- gnome-base/control-center"
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
-}
-
-pkg_postinst() {
- einfo "To run cohoba use:"
- einfo "$ /usr/lib/cohoba/cohoba-applet -w"
- einfo "For non-gnome, gnome-settings-daemon needs to be running:"
- einfo "$ /usr/libexec/gnome-settings-daemon"
-}