From 07f98dc510c47ea5989a173accf8630668a03f5c Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 20 Jul 2022 01:05:21 +0000 Subject: dev-dotnet/mono-addins: treeclean (broken) Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James --- dev-dotnet/mono-addins/Manifest | 3 -- dev-dotnet/mono-addins/files/gmcs.patch | Bin 363 -> 0 bytes dev-dotnet/mono-addins/metadata.xml | 8 ---- dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild | 42 ----------------- dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild | 50 --------------------- dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild | 50 --------------------- 6 files changed, 153 deletions(-) delete mode 100644 dev-dotnet/mono-addins/Manifest delete mode 100644 dev-dotnet/mono-addins/files/gmcs.patch delete mode 100644 dev-dotnet/mono-addins/metadata.xml delete mode 100644 dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild delete mode 100644 dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild delete mode 100644 dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild diff --git a/dev-dotnet/mono-addins/Manifest b/dev-dotnet/mono-addins/Manifest deleted file mode 100644 index 493ec6b..0000000 --- a/dev-dotnet/mono-addins/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST mono-addins-0.6.2.tar.bz2 337614 SHA256 3c24199e1de00860bffcfa0ff0859abe8ee38cacdcbffff0c6854042d8ea2f2c SHA512 6556cf8c82c9f25eba5df88bbec8d9d3dd39ad5b3a904cdadc82d6eccc71b27e07ad2faa2b41eba5b3519fd6dbcc50a398104e396dcae09b152252adb8f3f0f5 WHIRLPOOL b307fb11476bd2e29cdb80260b0c54556ebe5d3a25d4d84751415972085a72680218948fdbf030ba94cf7a5aacf155ce774d399f28771f73ddd41b060269faff -DIST mono-addins-1.0.tar.gz 548940 SHA256 aee8ce94208478c98f04310ff5a7915d6fd143d1431d420911d58d3c6b951647 SHA512 ba2f625b2f9c9f0c367c87670c930b4c8ee874b04721fd1ca636c8ef5c27702256057c9bcebc9a3d1edd7bedd21a700268cbeadeecc795d3004a7b7ada8f5c24 WHIRLPOOL bec45263394880a12839c72283c4b5366af538f819018a0a86aa3f81d304c95da0ce43fe92f8fad8bb6a2a291854c05eb28d913db8ed56d0aa8a6086941b945a -DIST mono-addins-1.3.3.tar.gz 672090 SHA256 254539d14e71789814a4fd37ed444dd33fc8ddb5fc082b1bf8e93f3d5d840b14 SHA512 0574f177c7ef9029dc70e0bbece3edfb832ae0c3fde2987dc0199700618c145f68cfb263512b8c1f39ddb0f906acd7021ff03740495adf9c48f06eec83f85396 WHIRLPOOL 8e1221cae0daf47f097f17d8f5e68b8a2901ca9b9d31af035889a1ec9bdb09d3596e42716dde871c05828d961dcf48ac5c1cad248dd18b20cf9cb3145e20e87a diff --git a/dev-dotnet/mono-addins/files/gmcs.patch b/dev-dotnet/mono-addins/files/gmcs.patch deleted file mode 100644 index a2426cf..0000000 Binary files a/dev-dotnet/mono-addins/files/gmcs.patch and /dev/null differ diff --git a/dev-dotnet/mono-addins/metadata.xml b/dev-dotnet/mono-addins/metadata.xml deleted file mode 100644 index b1262f1..0000000 --- a/dev-dotnet/mono-addins/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - diff --git a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild b/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild deleted file mode 100644 index 37da1dd..0000000 --- a/dev-dotnet/mono-addins/mono-addins-0.6.2-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils mono-env multilib - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="https://www.mono-project.com/Mono.Addins" -SRC_URI="https://download.mono-project.com/sources/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="+gtk" - -RDEPEND=">=dev-lang/mono-2 - gtk? ( >=dev-dotnet/gtk-sharp-2.0:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() -{ - epatch "${FILESDIR}/gmcs.patch" - # eautoreconf - ## fails with the message "./mautil/Makefile.am:40: error: 'pkglibdir' is not a legitimate directory for 'SCRIPTS'" - # "${S}/autogen.sh" || die - ## file doesn't exist -} - -src_configure() { - econf $(use_enable gtk gui) -} - -src_compile() { - emake -j1 #nowarn -} - -src_install() { - emake -j1 DESTDIR="${D}" install #nowarn - mono_multilib_comply -} 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 75563d3..0000000 --- a/dev-dotnet/mono-addins/mono-addins-1.0-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils dotnet multilib autotools - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="https://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 ~ppc ~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 - ## 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/dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild b/dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild deleted file mode 100644 index 54db041..0000000 --- a/dev-dotnet/mono-addins/mono-addins-1.3.3.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils dotnet multilib autotools - -DESCRIPTION="A generic framework for creating extensible applications" -HOMEPAGE="https://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 ~ppc ~x86" -IUSE="+gtk" - -RDEPEND=">=dev-lang/mono-6.0.0.334 - gtk? ( >=dev-dotnet/gtk-sharp-2.12.21:2 )" -DEPEND="${RDEPEND} - virtual/pkgconfig" -MAKEOPTS="${MAKEOPTS} -j1" #nowarn - -S="${WORKDIR}/${PN}-${P}" - -src_prepare() { - eautoreconf - ## 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 - cd bin - for all in `ls *.dll`; do sn -q -R $all ../mono-addins.snk; done -} - -src_install() { - default - dotnet_multilib_comply -} -- cgit v1.2.3-65-gdbad