commit: 07f98dc510c47ea5989a173accf8630668a03f5c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 01:05:21 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jul 20 01:07:18 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=07f98dc5
dev-dotnet/mono-addins: treeclean (broken) Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-dotnet/mono-addins/files/gmcs.patch | 15 ------- 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 ---------------------- 5 files changed, 165 deletions(-) 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 --- 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 b1262f1..0000000 --- a/dev-dotnet/mono-addins/metadata.xml +++ /dev/null @@ -1,8 +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> - <description>Gentoo Dotnet Project</description> - </maintainer> -</pkgmetadata> 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 -}
