diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-23 14:35:43 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-05-23 14:35:43 +0200 |
commit | ab7fb81441611777b70102b20272c068cb2b9669 (patch) | |
tree | cc74dc8f6544d5aa34ef330963c8ba0b69371e7d | |
parent | app-misc/gnutu: Remove last-rited pkg (diff) | |
download | gentoo-ab7fb81441611777b70102b20272c068cb2b9669.tar.gz gentoo-ab7fb81441611777b70102b20272c068cb2b9669.tar.bz2 gentoo-ab7fb81441611777b70102b20272c068cb2b9669.zip |
dev-dotnet/gtk-sharp: Remove last-rited pkg
Closes: https://bugs.gentoo.org/769041
Closes: https://bugs.gentoo.org/509398
Closes: https://bugs.gentoo.org/645786
Closes: https://bugs.gentoo.org/509396
Closes: https://bugs.gentoo.org/643048
Closes: https://bugs.gentoo.org/573520
Closes: https://bugs.gentoo.org/659422
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r-- | dev-dotnet/gtk-sharp/Manifest | 1 | ||||
-rw-r--r-- | dev-dotnet/gtk-sharp/files/gtk-sharp-2.12.21-mono-ambiguous-range.patch | 15 | ||||
-rw-r--r-- | dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild | 62 | ||||
-rw-r--r-- | dev-dotnet/gtk-sharp/metadata.xml | 5 | ||||
-rw-r--r-- | profiles/package.mask | 8 |
5 files changed, 0 insertions, 91 deletions
diff --git a/dev-dotnet/gtk-sharp/Manifest b/dev-dotnet/gtk-sharp/Manifest deleted file mode 100644 index 4e39ecd7d3a5..000000000000 --- a/dev-dotnet/gtk-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gtk-sharp-2.12.21.tar.gz 2498480 BLAKE2B b5471f18e0ed49e12d56d1ed8f086e68003cfd0cd2ee2b51b5c343ad94af69601daee8b357a661b1012c0c7449e5b401ef074526ad7c772a17d15305dbbe46aa SHA512 f7f575ec42e1a6d3bdbd9493b06d083d10687b6f5b41eebe1f1e03087c0e3cce79948aa19e9dd88972b023837d48bd02afee719a28b7015a78dccb96f2fee307 diff --git a/dev-dotnet/gtk-sharp/files/gtk-sharp-2.12.21-mono-ambiguous-range.patch b/dev-dotnet/gtk-sharp/files/gtk-sharp-2.12.21-mono-ambiguous-range.patch deleted file mode 100644 index 048373a3ec71..000000000000 --- a/dev-dotnet/gtk-sharp/files/gtk-sharp-2.12.21-mono-ambiguous-range.patch +++ /dev/null @@ -1,15 +0,0 @@ -https://github.com/mono/gtk-sharp/commit/a00552ad68ae349e89e440dca21b86dbd6bccd30 -https://bugs.gentoo.org/697108 ---- a/sample/test/TestRange.cs 2012-09-25 14:19:02.000000000 -0700 -+++ b/sample/test/TestRange.cs 2020-07-05 09:07:25.112932811 -0700 -@@ -10,6 +10,10 @@ -
- using Gtk;
-
-+// disambiguate, Gtk.Range vs System.Range
-+using Range=Gtk.Range;
-+
-+
- namespace WidgetViewer {
-
- public class TestRange
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild deleted file mode 100644 index 94b9034c1074..000000000000 --- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -WANT_AUTOMAKE="1.11" -inherit autotools dotnet - -DESCRIPTION="GTK bindings for mono" -HOMEPAGE="http://www.mono-project.com/GtkSharp" -SRC_URI="http://download.mono-project.com/sources/gtk-sharp212/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="2" -KEYWORDS="amd64 x86" -IUSE="debug" - -RESTRICT="test" - -RDEPEND=" - >=dev-lang/mono-3.0 - x11-libs/pango - >=dev-libs/glib-2.31 - dev-libs/atk - x11-libs/gtk+:2 - gnome-base/libglade - dev-perl/XML-LibXML - !dev-dotnet/gtk-sharp-gapi - !dev-dotnet/gtk-sharp-docs - !dev-dotnet/gtk-dotnet-sharp - !dev-dotnet/gdk-sharp - !dev-dotnet/glib-sharp - !dev-dotnet/glade-sharp - !dev-dotnet/pango-sharp - !dev-dotnet/atk-sharp -" -DEPEND="${RDEPEND}" -BDEPEND="virtual/pkgconfig" - -PATCHES=( - "${FILESDIR}/${PN}-2.12.21-mono-ambiguous-range.patch" -) - -src_prepare() { - default - - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - --disable-maintainer-mode \ - $(use_enable debug) -} - -src_install() { - default - - dotnet_multilib_comply - sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed" -} diff --git a/dev-dotnet/gtk-sharp/metadata.xml b/dev-dotnet/gtk-sharp/metadata.xml deleted file mode 100644 index 7a38bb900964..000000000000 --- a/dev-dotnet/gtk-sharp/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 0ae8146a8e3b..ec9151753adf 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -603,14 +603,6 @@ dev-java/istack-commons-buildtools # net-libs/liquid-dsp. Bug #777720, removal in 30 days. net-wireless/cubicsdr -# Andreas Sturmlechner <asturm@gentoo.org> (2021-04-24) -# dev-dotnet/gtk-sharp is effectively unmaintained. Last upstream release -# in 2016, version packaged in Gentoo from 2013. gtk-sharp-3 never made it -# out of beta state. An actively developed fork that targets GTK3 exists: -# https://github.com/GtkSharp/GtkSharp -# Removal on 2021-05-24. Tracker bug #769041 -dev-dotnet/gtk-sharp - # Stephan Hartmann <sultan@gentoo.org> (2021-04-24) # Dev channel releases are only for people who # are developers or want more experimental features |