diff options
author | Manuel Friedli <manuel@fritteli.ch> | 2021-05-21 00:31:03 +0200 |
---|---|---|
committer | Gergely Nagy <ngg@ngg.hu> | 2021-05-26 08:37:28 +0200 |
commit | 1f5d03e869e69651d60f86939b74edefc24b7d29 (patch) | |
tree | 0667d8e995a9fbb309fd193629150f8f70b8cbd2 /dev-lang | |
parent | dev-dotnet/dotnetcore-sdk-bin{-common}: bump to 5.0.300, 6.0.100_pre4 (diff) | |
download | dotnet-1f5d03e869e69651d60f86939b74edefc24b7d29.tar.gz dotnet-1f5d03e869e69651d60f86939b74edefc24b7d29.tar.bz2 dotnet-1f5d03e869e69651d60f86939b74edefc24b7d29.zip |
Get rid of autotools-utils.
Signed-off-by: Gergely Nagy <ngg@ngg.hu>
Closes: https://github.com/gentoo/dotnet/pull/499
Closes: https://github.com/gentoo/dotnet/pull/495
Fixes: https://github.com/gentoo/dotnet/issues/494
Fixes: https://github.com/gentoo/dotnet/issues/492
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mono/mono-9999.ebuild | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dev-lang/mono/mono-9999.ebuild b/dev-lang/mono/mono-9999.ebuild index 84ad6a4..88b61f6 100644 --- a/dev-lang/mono/mono-9999.ebuild +++ b/dev-lang/mono/mono-9999.ebuild @@ -4,12 +4,12 @@ EAPI="5" AUTOTOOLS_PRUNE_LIBTOOL_FILES="all" -inherit linux-info mono-env flag-o-matic pax-utils autotools-utils git-r3 +inherit linux-info mono-env flag-o-matic pax-utils autotools git-r3 DESCRIPTION="Mono runtime and class libraries, a C# compiler/interpreter" HOMEPAGE="https://www.mono-project.com/Main_Page" -EGIT_REPO_URI="git://github.com/mono/${PN}.git" +EGIT_REPO_URI="https://github.com/mono/${PN}.git" LICENSE="MIT LGPL-2.1 GPL-2 BSD-4 NPL-1.1 Ms-PL GPL-2-with-linking-exception IDPL" SLOT="0" @@ -59,8 +59,8 @@ src_prepare() { # Remove this at your own peril. Mono will barf in unexpected ways. append-flags -fno-strict-aliasing - - autotools-utils_src_prepare + eautoconf + eautomake } src_configure() { @@ -89,7 +89,7 @@ src_configure() { $(use_with doc mcs-docs) ) - autotools-utils_src_configure + econf ${myeconfargs} } src_make() { @@ -103,7 +103,7 @@ src_test() { } src_install() { - autotools-utils_src_install + emake DESTDIR="${D}" install # Remove files not respecting LDFLAGS and that we are not supposed to provide, see Fedora # mono.spec and https://www.mail-archive.com/mono-devel-list@lists.ximian.com/msg24870.html |