dev-dotnet/webkit-sharp: remove last rited package

Gentoo-bug: 608602
This commit is contained in:
Michael Palimaka 2017-03-18 17:28:54 +11:00
parent e223e4261c
commit 7e3f94f3f0
No known key found for this signature in database
GPG Key ID: 06B1F38DCA45A1EC
4 changed files with 0 additions and 50 deletions

View File

@ -1 +0,0 @@
DIST webkit-sharp-0.3.tar.bz2 88972 SHA256 6633630b6e4834b0f93726570d1c97e884470e3c400ae929cca2f1376b7b959a SHA512 3a70b41a16024d0682328bcd59d7f99f51a0c191d63a96a4c3bd66ea3e8fb7dea1e85b4934ed3d98c5ae15b69b7745c273f78ad94610653e9f669ffaddc20231 WHIRLPOOL 71dc5d23171603b011322e6aa07dd3b77585ee1311c74ca2cc376f4e06f880a51f7fad60a4cacf20ef2905e1afbc21af7a65991c78e0d8dc715abb78fa64b7d5

View File

@ -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>

View File

@ -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>

View File

@ -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
}