From 29fe858bc7cf3809ab572e6870b310f3a971c0e5 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 20 Jul 2022 01:34:27 +0000 Subject: dev-dotnet/gudev-sharp: EAPI 8 Signed-off-by: Sam James --- dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild | 26 ------------------------ dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild | 25 +++++++++++++++++++++++ 2 files changed, 25 insertions(+), 26 deletions(-) delete mode 100644 dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild create mode 100644 dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild diff --git a/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild b/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild deleted file mode 100644 index b1fa3e3..0000000 --- a/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit mono-env - -DESCRIPTION="GUDEV API C# binding" -HOMEPAGE="https://github.com/mono/gudev-sharp" -SRC_URI="https://github.com/mono/${PN}/releases/download/3.0.0/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -#gudev is not the flag of udev anymore -RDEPEND="dev-dotnet/gtk-sharp:3 - virtual/udev - virtual/libgudev" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS -} diff --git a/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild b/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild new file mode 100644 index 0000000..9757a93 --- /dev/null +++ b/dev-dotnet/gudev-sharp/gudev-sharp-3.0-r2.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit mono-env + +DESCRIPTION="GUDEV API C# binding" +HOMEPAGE="https://github.com/mono/gudev-sharp" +SRC_URI="https://github.com/mono/${PN}/releases/download/3.0.0/${P}.tar.gz" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-dotnet/gtk-sharp:3 + dev-libs/libgudev + virtual/udev" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS +} -- cgit v1.2.3-65-gdbad