From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gtk-sharp/
Date: Tue, 30 Mar 2021 21:45:55 +0000 (UTC) [thread overview]
Message-ID: <1617140745.38561a60e293480f656d740e61ada2c04951981e.sam@gentoo> (raw)
commit: 38561a60e293480f656d740e61ada2c04951981e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 30 21:35:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar 30 21:45:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38561a60
dev-dotnet/gtk-sharp: port to EAPI 7, drop base.eclass
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild | 36 +++++++++++++--------------
1 file changed, 18 insertions(+), 18 deletions(-)
diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
index 91c76012d1d..94b9034c107 100644
--- a/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
+++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.12.21.ebuild
@@ -1,16 +1,18 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-inherit dotnet autotools base
+WANT_AUTOMAKE="1.11"
+inherit autotools dotnet
-SLOT="2"
-DESCRIPTION="gtk bindings for mono"
-LICENSE="GPL-2"
+DESCRIPTION="GTK bindings for mono"
HOMEPAGE="http://www.mono-project.com/GtkSharp"
-KEYWORDS="amd64 x86"
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"
@@ -30,33 +32,31 @@ RDEPEND="
!dev-dotnet/glib-sharp
!dev-dotnet/glade-sharp
!dev-dotnet/pango-sharp
- !dev-dotnet/atk-sharp"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- sys-devel/automake:1.11"
+ !dev-dotnet/atk-sharp
+"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}/${PN}-2.12.21-mono-ambiguous-range.patch"
)
src_prepare() {
- base_src_prepare
+ default
+
eautoreconf
- libtoolize
}
src_configure() {
- econf --disable-static \
+ econf \
+ --disable-static \
--disable-maintainer-mode \
$(use_enable debug)
}
-src_compile() {
- emake
-}
-
src_install() {
default
+
dotnet_multilib_comply
sed -i "s/\\r//g" "${D}"/usr/bin/* || die "sed failed"
}
next reply other threads:[~2021-03-30 21:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-30 21:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-05-16 21:28 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gtk-sharp/ David Seifert
2019-07-27 12:54 Aaron Bauman
2017-07-08 9:20 Alexis Ballier
2017-01-02 9:54 Agostino Sarubbo
2016-12-31 22:20 Agostino Sarubbo
2015-08-13 18:04 Matt Thode
2015-08-13 8:29 Heather Cynede
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1617140745.38561a60e293480f656d740e61ada2c04951981e.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox