public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-dotnet/gio-sharp/
Date: Sun, 22 Nov 2020 14:55:07 +0000 (UTC)	[thread overview]
Message-ID: <1606056855.04de4fb5dc2d2da76dcba3b5decaca041625c567.soap@gentoo> (raw)

commit:     04de4fb5dc2d2da76dcba3b5decaca041625c567
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 22 14:54:15 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="project">
-    <email>dotnet@gentoo.org</email>
-    <name>Gentoo Dotnet Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">mono/gio-sharp</remote-id>
-  </upstream>
-</pkgmetadata>

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
 


                 reply	other threads:[~2020-11-22 14:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1606056855.04de4fb5dc2d2da76dcba3b5decaca041625c567.soap@gentoo \
    --to=soap@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