Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/files/, dev-dotnet/gnome-keyring-sharp/
Date: Tue, 28 Apr 2020 17:40:58
Message-Id: 1588095603.e18e778c42d48e774217b13fcfc0fc0fa209dd6e.mattst88@gentoo
1 commit: e18e778c42d48e774217b13fcfc0fc0fa209dd6e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 28 17:38:14 2020 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 28 17:40:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e18e778c
7
8 dev-dotnet/gnome-keyring-sharp: Remove
9
10 Closes: https://bugs.gentoo.org/713020
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 dev-dotnet/gnome-keyring-sharp/Manifest | 1 -
14 .../gnome-keyring-sharp-1.0.2-monodoc-dir.patch | 10 -----
15 .../gnome-keyring-sharp-1.0.2-r2.ebuild | 44 ----------------------
16 dev-dotnet/gnome-keyring-sharp/metadata.xml | 11 ------
17 4 files changed, 66 deletions(-)
18
19 diff --git a/dev-dotnet/gnome-keyring-sharp/Manifest b/dev-dotnet/gnome-keyring-sharp/Manifest
20 deleted file mode 100644
21 index 446d9ba8a59..00000000000
22 --- a/dev-dotnet/gnome-keyring-sharp/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST gnome-keyring-sharp-1.0.2.tar.gz 308244 BLAKE2B e21c5fe16b728d0239ea2f008b87068af5400b86e8276a13282a2606639f954e363d5e43871a11a41d852c04dec51de3fc9b6c7425b8775b06c2e434d9277849 SHA512 aad2fc1515a9d94971326a626d5957772927af5472afdbb517192e57c3928f32705c284b9599f350384a0c5d9cd7665b46677d550efe8506e27b485e2c40dcf0
26
27 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
28 deleted file mode 100644
29 index 71945c23663..00000000000
30 --- a/dev-dotnet/gnome-keyring-sharp/files/gnome-keyring-sharp-1.0.2-monodoc-dir.patch
31 +++ /dev/null
32 @@ -1,10 +0,0 @@
33 -diff -uNr gnome-keyring-sharp-1.0.1.old/docs/Makefile.am gnome-keyring-sharp-1.0.1/docs/Makefile.am
34 ---- gnome-keyring-sharp-1.0.1.old/docs/Makefile.am 2009-05-07 17:32:19.000000000 +0200
35 -+++ gnome-keyring-sharp-1.0.1/docs/Makefile.am 2011-10-31 17:03:46.648191581 +0100
36 -@@ -1,5 +1,5 @@
37 - if ENABLE_MONODOC
38 --SOURCESDIR=$(libdir)/monodoc/sources
39 -+SOURCESDIR=$(prefix)/lib/monodoc/sources
40 - TARGETS=Gnome.Keyring.tree Gnome.Keyring.zip Gnome.Keyring.source
41 - UPDATER = $(MONODOCER) -path:Gnome.Keyring $(UPDATE_ASSEMBLIES)
42 - else
43
44 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
45 deleted file mode 100644
46 index daeb2f95689..00000000000
47 --- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r2.ebuild
48 +++ /dev/null
49 @@ -1,44 +0,0 @@
50 -# Copyright 1999-2020 Gentoo Authors
51 -# Distributed under the terms of the GNU General Public License v2
52 -
53 -EAPI=5
54 -inherit autotools eutils ltprune mono-env
55 -
56 -DESCRIPTION="C# implementation of gnome-keyring"
57 -HOMEPAGE="http://www.mono-project.com/ https://github.com/mono/gnome-keyring-sharp"
58 -SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz"
59 -
60 -LICENSE="MIT"
61 -SLOT="0"
62 -KEYWORDS="amd64 ppc x86"
63 -IUSE=""
64 -
65 -RDEPEND="
66 - >=dev-lang/mono-2.0
67 - >=gnome-base/libgnome-keyring-2.30.0
68 - >=dev-dotnet/gtk-sharp-2.12.21
69 -"
70 -DEPEND="${RDEPEND}
71 - virtual/pkgconfig
72 -"
73 -
74 -src_prepare() {
75 - # Disable building samples.
76 - sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
77 -
78 - # Apply Fedora patches
79 - epatch "${FILESDIR}/${PN}-1.0.2-monodoc-dir.patch"
80 - eautoreconf
81 -}
82 -
83 -src_compile() {
84 - # This dies without telling in docs with anything not -j1
85 - # CSC=gmcs needed for https://bugs.gentoo.org/show_bug.cgi?id=250069
86 - # Changed to CSC=mcs for mono-4 compatibility
87 - emake -j1 CSC=mcs
88 -}
89 -
90 -src_install() {
91 - default
92 - prune_libtool_files --modules
93 -}
94
95 diff --git a/dev-dotnet/gnome-keyring-sharp/metadata.xml b/dev-dotnet/gnome-keyring-sharp/metadata.xml
96 deleted file mode 100644
97 index 0911b58ff2b..00000000000
98 --- a/dev-dotnet/gnome-keyring-sharp/metadata.xml
99 +++ /dev/null
100 @@ -1,11 +0,0 @@
101 -<?xml version="1.0" encoding="UTF-8"?>
102 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 -<pkgmetadata>
104 - <maintainer type="project">
105 - <email>dotnet@g.o</email>
106 - <name>Gentoo Dotnet Project</name>
107 - </maintainer>
108 - <upstream>
109 - <remote-id type="github">mono/gnome-keyring-sharp</remote-id>
110 - </upstream>
111 -</pkgmetadata>