commit: 594e687d928179d5cc584eddd51fc5e3a542d1d2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 01:30:16 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 01:30:16 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=594e687d
dev-dotnet/webkitgtk-sharp: treeclean (broken, webkit-gtk:3 is gone)
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../files/webkitgtk-sharp-2.0.0-aaad3bf-mcs.patch | 13 --------
.../webkitgtk-sharp-2.0.0-fadd308-libdir.patch | 29 -----------------
dev-dotnet/webkitgtk-sharp/metadata.xml | 11 -------
.../webkitgtk-sharp/webkitgtk-sharp-2.0.0.ebuild | 37 ----------------------
4 files changed, 90 deletions(-)
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@/@[email protected]
-+Libs: -r:${pkglibdir}/@[email protected]
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>[email protected]</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
-}