commit:     e1d64c46a70ca9fa4553181623cf2d24fc34fa18
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 08:49:33 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 08:49:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d64c46

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

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-dotnet/mono-addins/Manifest                  |  1 -
 dev-dotnet/mono-addins/files/gmcs.patch          | 15 -------
 dev-dotnet/mono-addins/metadata.xml              | 11 -----
 dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild | 51 ------------------------
 profiles/package.mask                            |  7 ----
 5 files changed, 85 deletions(-)

diff --git a/dev-dotnet/mono-addins/Manifest b/dev-dotnet/mono-addins/Manifest
deleted file mode 100644
index 83de3f04154..00000000000
--- a/dev-dotnet/mono-addins/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST mono-addins-1.0.tar.gz 548940 BLAKE2B 
6cce06462398d3407655c0579fe3bf873487e22e189bc53bcc4061c0333dd6388d3d13688f79490b29cf34b1dda140531d4257e7f84b0261069a95673e431d18
 SHA512 
ba2f625b2f9c9f0c367c87670c930b4c8ee874b04721fd1ca636c8ef5c27702256057c9bcebc9a3d1edd7bedd21a700268cbeadeecc795d3004a7b7ada8f5c24

diff --git a/dev-dotnet/mono-addins/files/gmcs.patch 
b/dev-dotnet/mono-addins/files/gmcs.patch
deleted file mode 100644
index a2426cf9094..00000000000
--- a/dev-dotnet/mono-addins/files/gmcs.patch
+++ /dev/null
@@ -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

diff --git a/dev-dotnet/mono-addins/metadata.xml 
b/dev-dotnet/mono-addins/metadata.xml
deleted file mode 100644
index 6fd87fb6c01..00000000000
--- a/dev-dotnet/mono-addins/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>
-               <name>Gentoo Dotnet Project</name>
-       </maintainer>
-       <upstream>
-               <remote-id type="github">mono/mono-addins</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild 
b/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
deleted file mode 100644
index 6ccfd90eae9..00000000000
--- a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild
+++ /dev/null
@@ -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
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index b85f61d3154..bdba69bc01e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -264,13 +264,6 @@ sys-auth/pam_passwdqc
 # which breaks the OpenRC init script. Bug #746227.
 >=net-misc/tigervnc-1.11.0
 
-# David Seifert <[email protected]> (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 <[email protected]> (2020-09-25)
 # PyPy3.7 alpha.  Known to break a few packages.  Masked until it
 # matures more.

Reply via email to