* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ndesk-dbus/
@ 2016-10-09 9:04 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-10-09 9:04 UTC (permalink / raw
To: gentoo-commits
commit: c6976c3054343ccc8c292acf3e8e897b93d21471
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 08:41:20 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 09:03:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6976c30
dev-dotnet/ndesk-dbus: Fix compat with mono-4
Package-Manager: portage-2.3.1
dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
index b7d6156..92da367 100644
--- a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
+++ b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-inherit mono
+EAPI=6
+inherit mono-env
DESCRIPTION="Managed D-Bus Implementation for .NET"
HOMEPAGE="http://www.ndesk.org/DBusSharp"
@@ -13,12 +14,16 @@ SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-RDEPEND=">=dev-lang/mono-1.2.4
- >=sys-apps/dbus-1"
+RDEPEND="
+ >=dev-lang/mono-1.2.4
+ >=sys-apps/dbus-1
+"
DEPEND="${RDEPEND}
- virtual/pkgconfig"
+ virtual/pkgconfig
+"
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS README
+src_prepare() {
+ default
+ # mono-4 compat
+ sed -i "s#gmcs#mcs#g" configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ndesk-dbus/
@ 2016-10-09 9:04 Pacho Ramos
0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-10-09 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 643e3fa294321b1f3dbf414ebd11e35034742df5
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 08:43:01 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 09:03:41 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643e3fa2
dev-dotnet/ndesk-dbus: Add die statement
Package-Manager: portage-2.3.1
dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
index 92da367..c941981 100644
--- a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
+++ b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
@@ -25,5 +25,5 @@ DEPEND="${RDEPEND}
src_prepare() {
default
# mono-4 compat
- sed -i "s#gmcs#mcs#g" configure
+ sed -i "s#gmcs#mcs#g" configure || die
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ndesk-dbus/
@ 2020-05-16 20:25 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2020-05-16 20:25 UTC (permalink / raw
To: gentoo-commits
commit: e3029a57234dc02210842226e46b90d8d0510c5a
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 20:24:55 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 16 20:24:55 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3029a57
dev-dotnet/ndesk-dbus: Remove ppc keywords
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
index d50bbc54ebb..d221fdec5f2 100644
--- a/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
+++ b/dev-dotnet/ndesk-dbus/ndesk-dbus-0.6.1a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ SRC_URI="http://www.ndesk.org/archive/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-16 20:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-16 20:25 [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/ndesk-dbus/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2016-10-09 9:04 Pacho Ramos
2016-10-09 9:04 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox