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/dbus-sharp-glib/
Date: Sun, 09 Oct 2016 09:04:25
Message-Id: 1476003794.bfa2b58f3c84f75a0cec1a4b1422cf94df87815d.pacho@gentoo
1 commit: bfa2b58f3c84f75a0cec1a4b1422cf94df87815d
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 9 08:27:18 2016 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 9 09:03:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfa2b58f
7
8 dev-dotnet/dbus-sharp-glib: drop old
9
10 Package-Manager: portage-2.3.1
11
12 .../dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild | 24 ----------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild b/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
16 deleted file mode 100644
17 index 97e98be..00000000
18 --- a/dev-dotnet/dbus-sharp-glib/dbus-sharp-glib-0.5.0.ebuild
19 +++ /dev/null
20 @@ -1,24 +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 mono
27 -
28 -DESCRIPTION="D-Bus for .NET: GLib integration module"
29 -HOMEPAGE="https://github.com/mono/dbus-sharp"
30 -SRC_URI="mirror://github/mono/dbus-sharp/${P}.tar.gz"
31 -
32 -LICENSE="MIT"
33 -SLOT="1.0"
34 -KEYWORDS="amd64 ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-lang/mono
38 - >=dev-dotnet/dbus-sharp-0.7:1.0"
39 -DEPEND="${RDEPEND}
40 - virtual/pkgconfig"
41 -
42 -pkg_setup() {
43 - DOCS="AUTHORS README"
44 -}