commit: 1d0c20177bfabdab527ba8d7ebc1a97934edcdc2 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jul 20 01:04:48 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=1d0c2017
dev-dotnet/gio-sharp: treeclean (broken) Bug: https://bugs.gentoo.org/858938 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 44 ---------------------------- dev-dotnet/gio-sharp/metadata.xml | 8 ----- 2 files changed, 52 deletions(-) diff --git a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild b/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild deleted file mode 100644 index 2ebcc6e..0000000 --- a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit autotools dotnet - -DESCRIPTION="GIO API C# binding" -HOMEPAGE="https://github.com/mono/gio-sharp" -SRC_URI="https://github.com/mono/${PN}/tarball/${PV} -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-dotnet/gtk-sharp-2.12.21:2 - >=dev-libs/glib-2.22:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS NEWS README" -} - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - sed -i -e '/autoreconf/d' autogen-generic.sh || die - NOCONFIGURE=1 ./autogen-2.22.sh || die - - eautoreconf -} - -src_compile() { - emake -j1 #nowarn -} - -src_install() { - default - mono_multilib_comply -} diff --git a/dev-dotnet/gio-sharp/metadata.xml b/dev-dotnet/gio-sharp/metadata.xml deleted file mode 100644 index b1262f1..0000000 --- a/dev-dotnet/gio-sharp/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>
