aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 01:30:16 +0000
committerSam James <sam@gentoo.org>2022-07-20 01:30:16 +0000
commit594e687d928179d5cc584eddd51fc5e3a542d1d2 (patch)
tree110765df47963e925cbad153d6f07d7c411bcd0c
parentdev-dotnet/webkitgtk-sharp: EAPI 8 (diff)
downloaddotnet-594e687d928179d5cc584eddd51fc5e3a542d1d2.tar.gz
dotnet-594e687d928179d5cc584eddd51fc5e3a542d1d2.tar.bz2
dotnet-594e687d928179d5cc584eddd51fc5e3a542d1d2.zip
dev-dotnet/webkitgtk-sharp: treeclean (broken, webkit-gtk:3 is gone)
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-dotnet/webkitgtk-sharp/Manifest1
-rw-r--r--dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-aaad3bf-mcs.patch13
-rw-r--r--dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-fadd308-libdir.patch29
-rw-r--r--dev-dotnet/webkitgtk-sharp/metadata.xml11
-rw-r--r--dev-dotnet/webkitgtk-sharp/webkitgtk-sharp-2.0.0.ebuild37
5 files changed, 0 insertions, 91 deletions
diff --git a/dev-dotnet/webkitgtk-sharp/Manifest b/dev-dotnet/webkitgtk-sharp/Manifest
deleted file mode 100644
index daac0c9..0000000
--- a/dev-dotnet/webkitgtk-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST webkitgtk-sharp-2.0.0.tar.gz 58298 BLAKE2B 00472ade7f1055d73907b01135f51ae4433ffe65381b0c2a803fdd546338e6a49bb87db3775cb431667ea44aec820ca64d185c66dbedbf817ab5c661ce59c00f SHA512 dfc41a279f2e6263a60cd671fce1187e846828f1bffd6f9569c01a17f33595ae281f53d1c3b16ba998dc057e8d3b8a1917b0fedaa22402bbe55ec64ce8ab0203
diff --git a/dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-aaad3bf-mcs.patch b/dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-aaad3bf-mcs.patch
deleted file mode 100644
index 7fb330f..0000000
--- a/dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-aaad3bf-mcs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 8925cdb..355bdff 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -39,7 +39,7 @@ PKG_CHECK_MODULES(MONO_DEPENDENCY, mono >= 1.0, has_mono=true, has_mono=false)
-
- if test "x$has_mono" = "xtrue"; then
- 1 AC_PATH_PROG(RUNTIME, mono, no)
-- AC_PATH_PROG(CSC, gmcs, no)
-+ AC_PATH_PROG(CSC, mcs, no)
- LIB_PREFIX=.so
- LIB_SUFFIX=
- else
diff --git a/dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-fadd308-libdir.patch b/dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-fadd308-libdir.patch
deleted file mode 100644
index 731d772..0000000
--- a/dev-dotnet/webkitgtk-sharp/files/webkitgtk-sharp-2.0.0-fadd308-libdir.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff --git a/sources/Makefile.am b/sources/Makefile.am
-index a726b23..aca6456 100644
---- a/sources/Makefile.am
-+++ b/sources/Makefile.am
-@@ -42,7 +42,7 @@ generated-stamp: $(API)
-
- $(DLL): $(build_sources) generated-stamp
- $(CSC) -nowarn:169 -unsafe -target:library $(GTK_SHARP_LIBS) \
-- $(build_sources) $(MONOCAIRO_LIBS) $(SOUPSHARP_LIBS) generated/*.cs -out:$(DLL)
-+ $(build_sources) $(MONOCAIRO_LIBS) $(SOUPSHARP_LIBS) generated/*.cs generated/*/*.cs -out:$(DLL)
-
- install-data-local:
- echo "$(GACUTIL) /i $(DLL) /f $(GACUTIL_FLAGS)"; \
-diff --git a/webkitgtk-sharp-3.0.pc.in b/webkitgtk-sharp-3.0.pc.in
-index c2dd575..84e5e2c 100644
---- a/webkitgtk-sharp-3.0.pc.in
-+++ b/webkitgtk-sharp-3.0.pc.in
-@@ -1,9 +1,10 @@
- prefix=@prefix@
- exec_prefix=${prefix}
- libdir=@libdir@
-+pkglibdir=${exec_prefix}/lib/mono/@ASSEMBLY_NAME@
-
- Name: @ASSEMBLY_TITLE@
- Description: @ASSEMBLY_DESCRIPTION@
- Version: @VERSION@
- Requires:
--Libs: -r:${libdir}/mono/@ASSEMBLY_NAME@/@ASSEMBLY_NAME@.dll
-+Libs: -r:${pkglibdir}/@ASSEMBLY_NAME@.dll
diff --git a/dev-dotnet/webkitgtk-sharp/metadata.xml b/dev-dotnet/webkitgtk-sharp/metadata.xml
deleted file mode 100644
index b8c64d6..0000000
--- a/dev-dotnet/webkitgtk-sharp/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <description>Gentoo Dotnet Project</description>
- </maintainer>
- <upstream>
- <remote-id type="github">stsundermann/webkitgtk-sharp</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-dotnet/webkitgtk-sharp/webkitgtk-sharp-2.0.0.ebuild b/dev-dotnet/webkitgtk-sharp/webkitgtk-sharp-2.0.0.ebuild
deleted file mode 100644
index e9159db..0000000
--- a/dev-dotnet/webkitgtk-sharp/webkitgtk-sharp-2.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools mono-env
-
-DESCRIPTION="C# bindings for WebKitGTK+ 3.0 using GObject Introspection"
-HOMEPAGE="https://github.com/stsundermann/webkitgtk-sharp"
-SRC_URI="https://github.com/stsundermann/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-lang/mono-2.11
- >=dev-dotnet/gtk-sharp-2.99.2:3
- net-libs/webkit-gtk:3=
- dev-dotnet/soup-sharp"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-PATCHES=(
- "${FILESDIR}/${P}-fadd308-libdir.patch"
- "${FILESDIR}/${P}-aaad3bf-mcs.patch"
-)
-
-src_prepare() {
- default
-
- eautoreconf -I . -I m4
-}
-
-src_compile() {
- emake -j1
-}