summaryrefslogtreecommitdiff
path: root/dev-dotnet/google-gdata-sharp/google-gdata-sharp-1.4.0.2-r2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet/google-gdata-sharp/google-gdata-sharp-1.4.0.2-r2.ebuild')
-rw-r--r--dev-dotnet/google-gdata-sharp/google-gdata-sharp-1.4.0.2-r2.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-dotnet/google-gdata-sharp/google-gdata-sharp-1.4.0.2-r2.ebuild b/dev-dotnet/google-gdata-sharp/google-gdata-sharp-1.4.0.2-r2.ebuild
deleted file mode 100644
index 2eb7153f6e4..00000000000
--- a/dev-dotnet/google-gdata-sharp/google-gdata-sharp-1.4.0.2-r2.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit mono eutils
-
-MY_PN="libgoogle-data-mono"
-
-DESCRIPTION="C# bindings for the Google GData API"
-HOMEPAGE="https://code.google.com/p/google-gdata/"
-SRC_URI="https://google-gdata.googlecode.com/files/${MY_PN}-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-# tests are completely broken (bug #310101), revisit in future bumps.
-RESTRICT="test"
-
-DEPEND=">=dev-lang/mono-2.0"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_prepare() {
- epatch "${FILESDIR}"/pkgconfig-typo-fix.patch
-}
-
-src_compile() {
- emake PREFIX=/usr || die "compilation failed"
-}
-
-src_install() {
- # The Makefile has prefix=/usr/local by default :|
- emake PREFIX=/usr DESTDIR="${ED}" install || die "installation failed"
-}