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/notify-sharp/
Date: Sun, 09 Oct 2016 09:04:36
Message-Id: 1476003839.d5106e71cf6dbe53a9a1b85ce73efd5d38690d44.pacho@gentoo
1 commit: d5106e71cf6dbe53a9a1b85ce73efd5d38690d44
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 08:49:22 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 09:03:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5106e71
7
8 dev-dotnet/notify-sharp: drop old
9
10 Package-Manager: portage-2.3.1
11
12 .../notify-sharp-0.4.0_pre20090305.ebuild | 36 ----------------------
13 1 file changed, 36 deletions(-)
14
15 diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
16 deleted file mode 100644
17 index ef270d3..00000000
18 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
19 +++ /dev/null
20 @@ -1,36 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=4
26 -inherit autotools eutils mono
27 -
28 -MY_P=${PN}-${PV#*_pre}
29 -
30 -DESCRIPTION="a C# client implementation for Desktop Notifications"
31 -HOMEPAGE="http://www.ndesk.org/NotifySharp"
32 -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="amd64 ppc x86"
37 -IUSE="doc"
38 -
39 -RDEPEND=">=dev-lang/mono-1.1.13
40 - >=dev-dotnet/gtk-sharp-2.10.1
41 - >=dev-dotnet/dbus-sharp-0.6:1.0
42 - >=dev-dotnet/dbus-sharp-glib-0.4:1.0
43 - >=x11-libs/libnotify-0.4.5"
44 -DEPEND="${RDEPEND}"
45 -
46 -S=${WORKDIR}/${MY_P}
47 -
48 -src_prepare() {
49 - epatch "${FILESDIR}/${PN}-0.4.0_pre20080912-control-docs.patch" \
50 - "${FILESDIR}/${P}-dbus-sharp.patch"
51 - eautoreconf
52 -}
53 -
54 -src_configure() {
55 - econf $(use_enable doc docs)
56 -}