dev-dotnet/mono-addins: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-11-03 09:49:33 +01:00
parent bf6503ed42
commit e1d64c46a7
5 changed files with 0 additions and 85 deletions

View File

@@ -1 +0,0 @@
DIST mono-addins-1.0.tar.gz 548940 BLAKE2B 6cce06462398d3407655c0579fe3bf873487e22e189bc53bcc4061c0333dd6388d3d13688f79490b29cf34b1dda140531d4257e7f84b0261069a95673e431d18 SHA512 ba2f625b2f9c9f0c367c87670c930b4c8ee874b04721fd1ca636c8ef5c27702256057c9bcebc9a3d1edd7bedd21a700268cbeadeecc795d3004a7b7ada8f5c24

View File

@@ -1,15 +0,0 @@
diff -u origin/configure.ac mono-addins-mono-addins-1.0/configure.ac
--- origin/configure.ac
+++ mono-addins-mono-addins-1.0/configure.ac
@@ -18,7 +18,10 @@
AC_PROG_INSTALL
-AC_PATH_PROG(MCS, gmcs, no)
+MCS=no
+AC_PATH_PROG(MCS, gmcs)
+AC_PATH_PROG(MCS, dmcs)
+AC_PATH_PROG(MCS, mcs)
if test "x$MCS" = "xno"; then
AC_MSG_ERROR([mcs Not found])
fi

View File

@@ -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>
<name>Gentoo Dotnet Project</name>
</maintainer>
<upstream>
<remote-id type="github">mono/mono-addins</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -1,51 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils dotnet multilib autotools-utils
DESCRIPTION="A generic framework for creating extensible applications"
HOMEPAGE="http://www.mono-project.com/Mono.Addins"
SRC_URI="https://github.com/mono/${PN}/archive/${P}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE="+gtk"
RDEPEND=">=dev-lang/mono-3
gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
MAKEOPTS="${MAKEOPTS} -j1" #nowarn
S="${WORKDIR}/${PN}-${P}"
src_prepare() {
epatch "${FILESDIR}/gmcs.patch"
eautoreconf
autotools-utils_src_prepare
## with dev-dotnet/gtk-sharp-2.99.1
## it gives
## checking for GTK_SHARP_20... no
## configure: error: Package requirements (gtk-sharp-2.0) were not met:
##
## No package 'gtk-sharp-2.0' found
sed -i "s;Mono.Cairo;Mono.Cairo, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756;g" Mono.Addins.Gui/Mono.Addins.Gui.csproj || die "sed failed"
}
src_configure() {
econf $(use_enable gtk gui)
}
src_compile() {
default
}
src_install() {
default
dotnet_multilib_comply
}

View File

@@ -264,13 +264,6 @@ sys-auth/pam_passwdqc
# which breaks the OpenRC init script. Bug #746227.
>=net-misc/tigervnc-1.11.0
# David Seifert <soap@gentoo.org> (2020-10-03)
# Broken for over 2 years, declared EOL by upstream,
# the only revdep is media-gfx/pinta, which is also
# broken. Bug #612592, #644232, #659436, #688722,
# Removal in 30 days.
dev-dotnet/mono-addins
# Michał Górny <mgorny@gentoo.org> (2020-09-25)
# PyPy3.7 alpha. Known to break a few packages. Masked until it
# matures more.