aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-20 01:05:30 +0000
committerSam James <sam@gentoo.org>2022-07-20 01:07:18 +0000
commitde14652537dc511fb39f561b9dfd85c04aa176e8 (patch)
treee0a5acc9ad3c33f5bb6818e625ca6a4794d6cd3e
parentdev-dotnet/mono-addins: treeclean (broken) (diff)
downloaddotnet-de14652537dc511fb39f561b9dfd85c04aa176e8.tar.gz
dotnet-de14652537dc511fb39f561b9dfd85c04aa176e8.tar.bz2
dotnet-de14652537dc511fb39f561b9dfd85c04aa176e8.zip
dev-dotnet/soup-sharp: treeclean (broken)
Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-dotnet/soup-sharp/Manifest1
-rw-r--r--dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-4404312-libdir.patch16
-rw-r--r--dev-dotnet/soup-sharp/files/soup-sharp-2.42.2-5898dab-mcs.patch13
-rw-r--r--dev-dotnet/soup-sharp/metadata.xml11
-rw-r--r--dev-dotnet/soup-sharp/soup-sharp-2.42.2.ebuild33
5 files changed, 0 insertions, 74 deletions
diff --git a/dev-dotnet/soup-sharp/Manifest b/dev-dotnet/soup-sharp/Manifest
deleted file mode 100644
index 2cc5915..0000000
--- a/dev-dotnet/soup-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST soup-sharp-2.42.2.tar.gz 27578 SHA256 3f50998ba5033f16a13656c274c8ce81da922aaa87087bf904de7094df7be94f SHA512 8a0bc20811bf9ea062ee1f0b96dfea6572a9601dce8154b6932bc092e3b80c5d41af84acbad82327ce145ea191435fc8372c90696531c2b6472ee49c06262add WHIRLPOOL 0234157fd20c9dda03b5244dd15551eb17d86f604e4050e257cc179ff104770e4cbe4fded06b4c84485788a5d1f8bd71d18f098dda312cd4118931a65809cea1
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@/@ASSEMBLY_NAME@.dll
-+Libs: -r:${pkglibdir}/@ASSEMBLY_NAME@.dll
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>dotnet@gentoo.org</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
-}