From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4BBD4158094 for ; Wed, 20 Jul 2022 01:07:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33D19E0C31; Wed, 20 Jul 2022 01:07:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 01911E0C31 for ; Wed, 20 Jul 2022 01:07:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F1A37340EE5 for ; Wed, 20 Jul 2022 01:07:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28A69545 for ; Wed, 20 Jul 2022 01:07:52 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658279238.1d0c20177bfabdab527ba8d7ebc1a97934edcdc2.sam@gentoo> Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-dotnet/gio-sharp/ X-VCS-Repository: repo/proj/dotnet X-VCS-Files: dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild dev-dotnet/gio-sharp/metadata.xml X-VCS-Directories: dev-dotnet/gio-sharp/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1d0c20177bfabdab527ba8d7ebc1a97934edcdc2 X-VCS-Branch: master Date: Wed, 20 Jul 2022 01:07:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d233f62-63d7-48d1-9831-2abb0ddeaf4d X-Archives-Hash: d4485cd0ab71e4f839a74b99b66cf74d commit: 1d0c20177bfabdab527ba8d7ebc1a97934edcdc2 Author: Sam James gentoo org> AuthorDate: Wed Jul 20 01:04:48 2022 +0000 Commit: Sam James gentoo 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 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 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - -