aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/gtk-sharp/Manifest2
-rw-r--r--dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild (renamed from dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r2.ebuild)8
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-dotnet/gtk-sharp/Manifest b/dev-dotnet/gtk-sharp/Manifest
index 734e9237de..af5352df4a 100644
--- a/dev-dotnet/gtk-sharp/Manifest
+++ b/dev-dotnet/gtk-sharp/Manifest
@@ -1 +1 @@
-DIST gtk-sharp-2.99.3.zip 3967326 BLAKE2B 0ecacd0460256adbb03e9578946362560648fce6ca6fe402b97b53d34efae476e9a1c02f6d00245fc854694ddfe3e613f04e56f9b07e8ceda1fc01f4c351d663 SHA512 2c149456f9beaf41a7d9e47c3a3720fc71484ad18842ffba4c95bb904dc1c53932fbdfd2eba8820c668947b8d4599dd3b5ce73b2584c1194c4dab8991a55c18a
+DIST gtk-sharp-2.99.3.tar.gz 2319079 BLAKE2B 8af1fd7123ba4e4c17e54d9e87e615c38574c8db23a87374c17b8600f8c5c01e649246eb819930d32c9e0708f562618e0be3cf35a44ee6feeb4e5029eedbba19 SHA512 df643edbe61eeea9f12349b5f467e8bb5eb68e72f2d6b9978daed42a5deff1ca33b1869c7a24f4c15bdc472bc368e7432ad18e7db6e0b39cd93eacdcc750efd9
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r2.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
index 5365f3dfb2..43a5d7674c 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r2.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.3-r3.ebuild
@@ -1,16 +1,16 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit dotnet autotools
SLOT="3"
DESCRIPTION="gtk bindings for mono"
LICENSE="GPL-2"
-HOMEPAGE="https://www.mono-project.com/GtkSharp"
+HOMEPAGE="https://www.mono-project.com/docs/gui/gtksharp/"
KEYWORDS="~amd64 ~ppc ~x86"
-SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip -> ${P}.zip"
+SRC_URI="https://github.com/mono/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
IUSE="debug"
PATCHES=( "${FILESDIR}/${P}-fix-build.patch" )
@@ -39,7 +39,7 @@ DEPEND="${RDEPEND}
src_prepare() {
base_src_prepare
eautoreconf
- libtoolize
+ _elibtoolize
eapply "${FILESDIR}/${P}-fix-build.patch"
eapply_user
}