summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-07-03 17:05:22 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-07-03 17:05:22 +0000
commited08e6df353c82cc6f818ce039024f1b8255d050 (patch)
tree7e326da169e951e0d783b797aba2eb11b1a46ed0
parentremoving net-voip/landell from package.mask (diff)
downloadvoip-ed08e6df353c82cc6f818ce039024f1b8255d050.tar.gz
voip-ed08e6df353c82cc6f818ce039024f1b8255d050.tar.bz2
voip-ed08e6df353c82cc6f818ce039024f1b8255d050.zip
dev-dotnet/telepathy-sharp: removing unmaintained package
svn path=/trunk/; revision=863
-rw-r--r--dev-dotnet/telepathy-sharp/ChangeLog8
-rw-r--r--dev-dotnet/telepathy-sharp/Manifest1
-rw-r--r--dev-dotnet/telepathy-sharp/telepathy-sharp-9999.ebuild32
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-dotnet/telepathy-sharp/ChangeLog b/dev-dotnet/telepathy-sharp/ChangeLog
deleted file mode 100644
index cbe0b0a..0000000
--- a/dev-dotnet/telepathy-sharp/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-dotnet/telepathy-sharp
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/skel.ChangeLog,v 1.2 2006/02/22 02:08:04 hd_brummy Exp $
-
- 04 Jun 2007; Santiago M. Mola <gentoo@coldwind.org>
- +telepathy-sharp-9999.ebuild:
- Initial ebuild.
-
diff --git a/dev-dotnet/telepathy-sharp/Manifest b/dev-dotnet/telepathy-sharp/Manifest
deleted file mode 100644
index ce99ebe..0000000
--- a/dev-dotnet/telepathy-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD telepathy-sharp-9999.ebuild 884 RMD160 4dec808910e74b078334b3e1f6b541137c8820d6 SHA1 1c30e5dc00ac61eaac489a908bdaa9e6c11f8aa3 SHA256 be639a92fd18d5676c418b5cc6c392b4979bcf3f780effc636959069ec9badcb
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
-}