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/gkeyfile-sharp/
Date: Thu, 03 Nov 2016 11:19:39
Message-Id: 1478171957.56b2820be810b44dd1d34506a57e118d9bc463cf.pacho@gentoo
1 commit: 56b2820be810b44dd1d34506a57e118d9bc463cf
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 11:10:46 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 11:19:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b2820b
7
8 dev-dotnet/gkeyfile-sharp: Drop old
9
10 Package-Manager: portage-2.3.2
11
12 .../gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild | 34 ----------------------
13 1 file changed, 34 deletions(-)
14
15 diff --git a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild b/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild
16 deleted file mode 100644
17 index bd49b56..00000000
18 --- a/dev-dotnet/gkeyfile-sharp/gkeyfile-sharp-0.1.ebuild
19 +++ /dev/null
20 @@ -1,34 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=2
26 -inherit autotools mono
27 -
28 -DESCRIPTION="C# binding for gkeyfile"
29 -HOMEPAGE="https://launchpad.net/gkeyfile-sharp https://github.com/mono/gkeyfile-sharp"
30 -SRC_URI="https://github.com/mono/${PN}/tarball/GKEYFILE_SHARP_0_1 -> ${P}.tar.gz"
31 -
32 -LICENSE="LGPL-2.1"
33 -SLOT="0"
34 -KEYWORDS="amd64 x86"
35 -IUSE=""
36 -
37 -RDEPEND=">=dev-dotnet/glib-sharp-2.12.9
38 - >=dev-dotnet/gtk-sharp-gapi-1.9"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -src_unpack() {
43 - unpack ${A}
44 - mv *-${PN}-* "${S}"
45 -}
46 -
47 -src_prepare() {
48 - eautoreconf
49 -}
50 -
51 -src_install() {
52 - emake DESTDIR="${D}" install || die
53 - dodoc AUTHORS ChangeLog NEWS
54 -}