commit:     e18e778c42d48e774217b13fcfc0fc0fa209dd6e
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 28 17:38:14 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 28 17:40:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18e778c

dev-dotnet/gnome-keyring-sharp: Remove

Closes: https://bugs.gentoo.org/713020
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-dotnet/gnome-keyring-sharp/Manifest            |  1 -
 .../gnome-keyring-sharp-1.0.2-monodoc-dir.patch    | 10 -----
 .../gnome-keyring-sharp-1.0.2-r2.ebuild            | 44 ----------------------
 dev-dotnet/gnome-keyring-sharp/metadata.xml        | 11 ------
 4 files changed, 66 deletions(-)

diff --git a/dev-dotnet/gnome-keyring-sharp/Manifest 
b/dev-dotnet/gnome-keyring-sharp/Manifest
deleted file mode 100644
index 446d9ba8a59..00000000000
--- a/dev-dotnet/gnome-keyring-sharp/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST gnome-keyring-sharp-1.0.2.tar.gz 308244 BLAKE2B 
e21c5fe16b728d0239ea2f008b87068af5400b86e8276a13282a2606639f954e363d5e43871a11a41d852c04dec51de3fc9b6c7425b8775b06c2e434d9277849
 SHA512 
aad2fc1515a9d94971326a626d5957772927af5472afdbb517192e57c3928f32705c284b9599f350384a0c5d9cd7665b46677d550efe8506e27b485e2c40dcf0

diff --git 
a/dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.2-monodoc-dir.patch
 
b/dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.2-monodoc-dir.patch
deleted file mode 100644
index 71945c23663..00000000000
--- 
a/dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.2-monodoc-dir.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff -uNr gnome-keyring-sharp-1.0.1.old/docs/Makefile.am 
gnome-keyring-sharp-1.0.1/docs/Makefile.am
---- gnome-keyring-sharp-1.0.1.old/docs/Makefile.am     2009-05-07 
17:32:19.000000000 +0200
-+++ gnome-keyring-sharp-1.0.1/docs/Makefile.am 2011-10-31 17:03:46.648191581 
+0100
-@@ -1,5 +1,5 @@
- if ENABLE_MONODOC
--SOURCESDIR=$(libdir)/monodoc/sources
-+SOURCESDIR=$(prefix)/lib/monodoc/sources
- TARGETS=Gnome.Keyring.tree Gnome.Keyring.zip Gnome.Keyring.source
- UPDATER = $(MONODOCER) -path:Gnome.Keyring $(UPDATE_ASSEMBLIES)
- else

diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild 
b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
deleted file mode 100644
index daeb2f95689..00000000000
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils ltprune mono-env
-
-DESCRIPTION="C# implementation of gnome-keyring"
-HOMEPAGE="http://www.mono-project.com/ 
https://github.com/mono/gnome-keyring-sharp";
-SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND="
-       >=dev-lang/mono-2.0
-       >=gnome-base/libgnome-keyring-2.30.0
-       >=dev-dotnet/gtk-sharp-2.12.21
-"
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-"
-
-src_prepare() {
-       # Disable building samples.
-       sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
-
-       # Apply Fedora patches
-       epatch "${FILESDIR}/${PN}-1.0.2-monodoc-dir.patch"
-       eautoreconf
-}
-
-src_compile() {
-       # This dies without telling in docs with anything not -j1
-       # CSC=gmcs needed for https://bugs.gentoo.org/show_bug.cgi?id=250069
-       # Changed to CSC=mcs for mono-4 compatibility
-       emake -j1 CSC=mcs
-}
-
-src_install() {
-       default
-       prune_libtool_files --modules
-}

diff --git a/dev-dotnet/gnome-keyring-sharp/metadata.xml 
b/dev-dotnet/gnome-keyring-sharp/metadata.xml
deleted file mode 100644
index 0911b58ff2b..00000000000
--- a/dev-dotnet/gnome-keyring-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>dot...@gentoo.org</email>
-    <name>Gentoo Dotnet Project</name>
-  </maintainer>
-  <upstream>
-    <remote-id type="github">mono/gnome-keyring-sharp</remote-id>
-  </upstream>
-</pkgmetadata>

Reply via email to