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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2CF913835C for ; Sun, 22 Nov 2020 14:55:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E67EDE07AE; Sun, 22 Nov 2020 14:55:10 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2F62E07AE for ; Sun, 22 Nov 2020 14:55:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B6CE335D48 for ; Sun, 22 Nov 2020 14:55:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E18A1468 for ; Sun, 22 Nov 2020 14:55:07 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1606056855.04de4fb5dc2d2da76dcba3b5decaca041625c567.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-dotnet/gio-sharp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-dotnet/gio-sharp/Manifest dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild dev-dotnet/gio-sharp/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-dotnet/gio-sharp/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 04de4fb5dc2d2da76dcba3b5decaca041625c567 X-VCS-Branch: master Date: Sun, 22 Nov 2020 14:55:07 +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: c371a92e-a462-44cf-a9f7-07b950d01128 X-Archives-Hash: ffa26a4fc9b2ae9fa96af65a274bf2e0 commit: 04de4fb5dc2d2da76dcba3b5decaca041625c567 Author: David Seifert gentoo org> AuthorDate: Sun Nov 22 14:54:15 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Nov 22 14:54:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04de4fb5 dev-dotnet/gio-sharp: Remove last-rited package Closes: https://bugs.gentoo.org/681194 Closes: https://bugs.gentoo.org/740986 Signed-off-by: David Seifert gentoo.org> dev-dotnet/gio-sharp/Manifest | 1 - dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild | 41 ---------------------------- dev-dotnet/gio-sharp/metadata.xml | 11 -------- profiles/package.mask | 1 - 4 files changed, 54 deletions(-) diff --git a/dev-dotnet/gio-sharp/Manifest b/dev-dotnet/gio-sharp/Manifest deleted file mode 100644 index a594331bff0..00000000000 --- a/dev-dotnet/gio-sharp/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST gio-sharp-0.3.tar.gz 89752 BLAKE2B 8c2ff7ec2fa1491d3fa4a3b8c8abe39dffe18f7f59a8866575cab298e84a5f5404467d02480e617d22214eb48bca0f70b7fb60b1a87aa91c36f970444edbcd8a SHA512 69a3e5db422403fa756a25818a7db5adcf6c1bef81b1f10ce5dc4bdb63ea1462c3a9ea4a4f987b0e30dc444499258c1aac279005d045c8709187bae7f095a66a 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 08a813517c3..00000000000 --- a/dev-dotnet/gio-sharp/gio-sharp-0.3-r1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit autotools mono-env - -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 - >=dev-libs/glib-2.22:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -pkg_setup() { - DOCS="AUTHORS NEWS README" - mono-env_pkg_setup -} - -src_unpack() { - unpack ${A} - mv *-${PN}-* "${S}" -} - -src_prepare() { - sed -i -e 's/gmcs/mcs/' configure.ac.in || die - sed -i -e '/autoreconf/d' autogen-generic.sh || die - NOCONFIGURE=1 ./autogen-2.22.sh || die - - eautoreconf -} - -src_compile() { - emake -j1 -} diff --git a/dev-dotnet/gio-sharp/metadata.xml b/dev-dotnet/gio-sharp/metadata.xml deleted file mode 100644 index 89d6dbfb280..00000000000 --- a/dev-dotnet/gio-sharp/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - dotnet@gentoo.org - Gentoo Dotnet Project - - - mono/gio-sharp - - diff --git a/profiles/package.mask b/profiles/package.mask index 269c438bcc6..0a11eb02044 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -412,7 +412,6 @@ dev-lang/j # EAPI 4, abandoned upstream, fails to build, security vulnerabilities. # .NET is practically abandoned in Gentoo and needs a complete reboot. # Removal in 30 days. Bug #681194, #722256, #740986, #740988, #740990. -dev-dotnet/gio-sharp dev-dotnet/ikvm-bin dev-dotnet/log4net