summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/webkit-sharp/Manifest1
-rw-r--r--dev-dotnet/webkit-sharp/files/webkit-sharp-0.3-webkit14.patch9
-rw-r--r--dev-dotnet/webkit-sharp/metadata.xml8
-rw-r--r--dev-dotnet/webkit-sharp/webkit-sharp-0.3-r1.ebuild32
4 files changed, 0 insertions, 50 deletions
diff --git a/dev-dotnet/webkit-sharp/Manifest b/dev-dotnet/webkit-sharp/Manifest
deleted file mode 100644
index 06586116225c..000000000000
--- a/dev-dotnet/webkit-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webkit-sharp-0.3.tar.bz2 88972 SHA256 6633630b6e4834b0f93726570d1c97e884470e3c400ae929cca2f1376b7b959a SHA512 3a70b41a16024d0682328bcd59d7f99f51a0c191d63a96a4c3bd66ea3e8fb7dea1e85b4934ed3d98c5ae15b69b7745c273f78ad94610653e9f669ffaddc20231 WHIRLPOOL 71dc5d23171603b011322e6aa07dd3b77585ee1311c74ca2cc376f4e06f880a51f7fad60a4cacf20ef2905e1afbc21af7a65991c78e0d8dc715abb78fa64b7d5
diff --git a/dev-dotnet/webkit-sharp/files/webkit-sharp-0.3-webkit14.patch b/dev-dotnet/webkit-sharp/files/webkit-sharp-0.3-webkit14.patch
deleted file mode 100644
index 21f40d4424e4..000000000000
--- a/dev-dotnet/webkit-sharp/files/webkit-sharp-0.3-webkit14.patch
+++ /dev/null
@@ -1,9 +0,0 @@
-diff --git a/sources/webkit-sharp.dll.config.in b/sources/webkit-sharp.dll.config.in
-index 75788f8..4220311 100644
---- a/sources/webkit-sharp.dll.config.in
-+++ b/sources/webkit-sharp.dll.config.in
-@@ -1,3 +1,3 @@
- <configuration>
-- <dllmap dll="webkit-1.0" target="webkit-1.0@LIB_PREFIX@.2@LIB_SUFFIX@"/>
-+ <dllmap dll="webkit-1.0" target="libwebkitgtk-1.0@LIB_PREFIX@.0@LIB_SUFFIX@"/>
- </configuration>
diff --git a/dev-dotnet/webkit-sharp/metadata.xml b/dev-dotnet/webkit-sharp/metadata.xml
deleted file mode 100644
index c99669dda129..000000000000
--- a/dev-dotnet/webkit-sharp/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>dotnet@gentoo.org</email>
- <name>Gentoo Dotnet Project</name>
-</maintainer>
-</pkgmetadata>
diff --git a/dev-dotnet/webkit-sharp/webkit-sharp-0.3-r1.ebuild b/dev-dotnet/webkit-sharp/webkit-sharp-0.3-r1.ebuild
deleted file mode 100644
index c14f72f46eb6..000000000000
--- a/dev-dotnet/webkit-sharp/webkit-sharp-0.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit mono multilib eutils
-
-DESCRIPTION="WebKit-gtk bindings for Mono"
-HOMEPAGE="http://www.mono-project.com/"
-SRC_URI="http://mono.ximian.com/monobuild/preview/sources/webkit-sharp/${P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/mono-2
- >=net-libs/webkit-gtk-1.4:2
- dev-dotnet/gtk-sharp:2"
-
-RDEPEND="${DEPEND}"
-
-MAKEOPTS="${MAKEOPTS} -j1"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-webkit14.patch"
-}
-
-src_install() {
- default
- mono_multilib_comply
-}