Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/gnome-keyring-sharp/
Date: Sun, 09 Oct 2016 09:04:27
Message-Id: 1476003812.d78db9ce2f54e924999575c4011e53c16c59cf39.pacho@gentoo
1 commit: d78db9ce2f54e924999575c4011e53c16c59cf39
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 08:31:40 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 09:03:32 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d78db9ce
7
8 dev-dotnet/gnome-keyring-sharp: drop old
9
10 Package-Manager: portage-2.3.1
11
12 .../gnome-keyring-sharp-1.0.2-r1.ebuild | 44 ----------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild b/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild
16 deleted file mode 100644
17 index 32ca1cc..00000000
18 --- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2013 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -inherit autotools eutils mono-env
27 -
28 -DESCRIPTION="C# implementation of gnome-keyring"
29 -HOMEPAGE="http://www.mono-project.com/ https://github.com/mono/gnome-keyring-sharp"
30 -SRC_URI="http://www.go-mono.com/archive/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="
38 - >=dev-lang/mono-2.0
39 - >=gnome-base/libgnome-keyring-2.30.0
40 - dev-dotnet/glib-sharp
41 -"
42 -DEPEND="${RDEPEND}
43 - virtual/pkgconfig
44 -"
45 -
46 -src_prepare() {
47 - # Disable building samples.
48 - sed -i -e 's:sample::' "${S}"/Makefile.in || die "sed failed"
49 -
50 - # Apply Fedora patches
51 - epatch "${FILESDIR}/${PN}-1.0.2-monodoc-dir.patch"
52 - eautoreconf
53 -}
54 -
55 -src_compile() {
56 - # This dies without telling in docs with anything not -j1
57 - # CSC=gmcs needed for https://bugs.gentoo.org/show_bug.cgi?id=250069
58 - emake -j1 CSC=gmcs
59 -}
60 -
61 -src_install() {
62 - default
63 - prune_libtool_files --modules
64 -}