commit:     de14652537dc511fb39f561b9dfd85c04aa176e8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 01:05:30 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 20 01:07:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=de146525

dev-dotnet/soup-sharp: treeclean (broken)

Bug: https://bugs.gentoo.org/858938
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../files/soup-sharp-2.42.2-4404312-libdir.patch   | 16 -----------
 .../files/soup-sharp-2.42.2-5898dab-mcs.patch      | 13 ---------
 dev-dotnet/soup-sharp/metadata.xml                 | 11 --------
 dev-dotnet/soup-sharp/soup-sharp-2.42.2.ebuild     | 33 ----------------------
 4 files changed, 73 deletions(-)

diff --git a/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch 
b/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch
deleted file mode 100644
index b50ca10..0000000
--- a/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/soup-sharp-2.4.pc.in b/soup-sharp-2.4.pc.in
-index c2dd575..84e5e2c 100644
---- a/soup-sharp-2.4.pc.in
-+++ b/soup-sharp-2.4.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/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch 
b/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch
deleted file mode 100644
index 806ad72..0000000
--- a/dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index fe7b089..d1fdac9 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/soup-sharp/metadata.xml 
b/dev-dotnet/soup-sharp/metadata.xml
deleted file mode 100644
index a13442f..0000000
--- a/dev-dotnet/soup-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/soup-sharp</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-dotnet/soup-sharp/soup-sharp-2.42.2.ebuild 
b/dev-dotnet/soup-sharp/soup-sharp-2.42.2.ebuild
deleted file mode 100644
index 41d81cc..0000000
--- a/dev-dotnet/soup-sharp/soup-sharp-2.42.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit mono-env autotools eutils
-
-DESCRIPTION="C# Bindings for libsoup2.4"
-HOMEPAGE="https://github.com/stsundermann/soup-sharp";
-SRC_URI="https://github.com/stsundermann/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-       >=dev-lang/mono-2.11
-       >=dev-dotnet/gtk-sharp-2.99.2:3
-       net-libs/libsoup"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig"
-
-src_prepare() {
-       mkdir -p doc/en # upstream d474abc
-       epatch "$FILESDIR/${P}-4404312-libdir.patch"
-       epatch "$FILESDIR/${P}-5898dab-mcs.patch"
-       eautoreconf -I . -I m4
-}
-
-src_compile() {
-       emake -j1
-}

Reply via email to