summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 10:31:40 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 11:03:32 +0200
commitd78db9ce2f54e924999575c4011e53c16c59cf39 (patch)
treeba0adbf5cab689a8e7c8f89245854cbe398abded
parentdev-dotnet/gnome-keyring-sharp: ppc stable (#594200) (diff)
downloadgentoo-d78db9ce2f54e924999575c4011e53c16c59cf39.tar.gz
gentoo-d78db9ce2f54e924999575c4011e53c16c59cf39.tar.bz2
gentoo-d78db9ce2f54e924999575c4011e53c16c59cf39.zip
dev-dotnet/gnome-keyring-sharp: drop old
Package-Manager: portage-2.3.1
-rw-r--r--dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild44
1 files changed, 0 insertions, 44 deletions
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
deleted file mode 100644
index 32ca1cc8ebe8..000000000000
--- a/dev-dotnet/gnome-keyring-sharp/gnome-keyring-sharp-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit autotools eutils 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/glib-sharp
-"
-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
- emake -j1 CSC=gmcs
-}
-
-src_install() {
- default
- prune_libtool_files --modules
-}