summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-07-03 17:09:43 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-07-03 17:09:43 +0000
commit1c1001d6d6ee890def56b4fb63296f41f65cd46d (patch)
tree87e218cf13aba787cb991607bac201ab8551a31c
parentremoving dev-dotnet/telepathy-sharp and net-voip/telepathy-feed from package.... (diff)
downloadvoip-1c1001d6d6ee890def56b4fb63296f41f65cd46d.tar.gz
voip-1c1001d6d6ee890def56b4fb63296f41f65cd46d.tar.bz2
voip-1c1001d6d6ee890def56b4fb63296f41f65cd46d.zip
removing dev-dotnet/tapioca-sharp because of tapiocad removal
svn path=/trunk/; revision=866
-rw-r--r--dev-dotnet/tapioca-sharp/ChangeLog8
-rw-r--r--dev-dotnet/tapioca-sharp/Manifest1
-rw-r--r--dev-dotnet/tapioca-sharp/tapioca-sharp-9999.ebuild40
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-dotnet/tapioca-sharp/ChangeLog b/dev-dotnet/tapioca-sharp/ChangeLog
deleted file mode 100644
index d269015..0000000
--- a/dev-dotnet/tapioca-sharp/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for dev-dotnet/tapioca-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>
- +tapioca-sharp-9999.ebuild:
- Initial ebuild.
-
diff --git a/dev-dotnet/tapioca-sharp/Manifest b/dev-dotnet/tapioca-sharp/Manifest
deleted file mode 100644
index fba5db7..0000000
--- a/dev-dotnet/tapioca-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD tapioca-sharp-9999.ebuild 1093 RMD160 bd30122036d898606baa4e92c6cd57d80c21dd15 SHA1 a680176e3ce3a30f47c001a077aa5fc9c63905f8 SHA256 f7b7fde8aa32afca5bb290fce0208de925206d6b69af7f94fc2f91ad3cc8fd6a
diff --git a/dev-dotnet/tapioca-sharp/tapioca-sharp-9999.ebuild b/dev-dotnet/tapioca-sharp/tapioca-sharp-9999.ebuild
deleted file mode 100644
index 4e41b88..0000000
--- a/dev-dotnet/tapioca-sharp/tapioca-sharp-9999.ebuild
+++ /dev/null
@@ -1,40 +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="C# bindings for Tapioca."
-HOMEPAGE="http://tapioca-voip.sf.net"
-#SRC_URI="mirror://sourceforge/tapioca-voip/${P}.tar.gz"
-ESVN_REPO_URI="https://tapioca-voip.svn.sourceforge.net/svnroot/tapioca-voip/trunk/tapioca-sharp"
-
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="net-im/tapiocad
- >=dev-dotnet/gtk-sharp-2.8.2
- >=dev-dotnet/gnome-sharp-2.8.2
- >=dev-dotnet/glade-sharp-2.8.2
- >=dev-dotnet/gconf-sharp-2.8.2
- dev-dotnet/gnomevfs-sharp
- gnome-base/gnome-common
- dev-dotnet/telepathy-sharp
- gnome-base/gconf
- media-libs/farsight
- media-libs/gstreamer
- >=media-libs/gst-plugins-base-0.10.5"
-# net-im/tapioca-xmpp
-DEPEND="${RDEPEND}"
-
-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"
-}