Gentoo Archives: gentoo-commits

From: Heather Cynede <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/gtk-sharp/
Date: Fri, 29 May 2015 08:25:41
Message-Id: 1432887867.4f6c7b9ecd5debdac131c5f31eadc834284c8a22.cynede@gentoo
1 commit: 4f6c7b9ecd5debdac131c5f31eadc834284c8a22
2 Author: Heather <Heather <AT> live <DOT> ru>
3 AuthorDate: Fri May 29 08:24:27 2015 +0000
4 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
5 CommitDate: Fri May 29 08:24:27 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=4f6c7b9e
7
8 correct gtk-sharp 2.99.1 checksum
9
10 dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
14 index 18605e0..9d3b871 100644
15 --- a/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
16 +++ b/dev-dotnet/gtk-sharp/gtk-sharp-2.99.1.ebuild
17 @@ -1,8 +1,8 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2015 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: $
22
23 -EAPI="5"
24 +EAPI=5
25
26 inherit dotnet autotools base
27
28 @@ -11,7 +11,7 @@ DESCRIPTION="gtk bindings for mono"
29 LICENSE="GPL-2"
30 HOMEPAGE="http://www.mono-project.com/GtkSharp"
31 KEYWORDS="~amd64 ~x86 ~ppc"
32 -SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip"
33 +SRC_URI="https://github.com/mono/${PN}/archive/${PV}.zip -> ${P}.zip"
34 IUSE="debug"
35
36 RESTRICT="test"