summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/telepathy-sharp/telepathy-sharp-9999.ebuild')
-rw-r--r--dev-dotnet/telepathy-sharp/telepathy-sharp-9999.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-dotnet/telepathy-sharp/telepathy-sharp-9999.ebuild b/dev-dotnet/telepathy-sharp/telepathy-sharp-9999.ebuild
deleted file mode 100644
index 5893ba9..0000000
--- a/dev-dotnet/telepathy-sharp/telepathy-sharp-9999.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/tapiocaui/tapiocaui-0.3.0.ebuild,v 1.2 2006/05/22 00:15:21 genstef Exp $
-
-inherit subversion mono
-
-DESCRIPTION="Telepathy C# bindings"
-HOMEPAGE="http://telepathy.freedesktop.org/wiki/TelepathySharp"
-#SRC_URI="mirror://sourceforge/tapioca-voip/${P}.tar.gz"
-ESVN_REPO_URI="https://tapioca-voip.svn.sourceforge.net/svnroot/tapioca-voip/trunk/telepathy-sharp"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="dev-lang/mono
- net-libs/libtelepathy
- dev-dotnet/ndesk-dbus
- gnome-base/gnome-common"
-RDEPEND=${DEPEND}
-
-src_unpack() {
- subversion_src_unpack
- cd "${S}"
- NOCONFIGURE=1 ./autogen.sh || die "./autogen.sh failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README AUTHORS COPYING
-}