* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/
@ 2020-05-16 20:25 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2020-05-16 20:25 UTC (permalink / raw
To: gentoo-commits
commit: ca80b6ad38b52e2d6616e2627cb6dde6246e783d
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat May 16 20:25:00 2020 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat May 16 20:25:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca80b6ad
dev-dotnet/notify-sharp: Remove ppc keywords
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap <AT> gentoo.org>
dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
index c151e500c02..ab67b1c8505 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.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=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
RDEPEND=">=dev-lang/mono-1.1.13
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/
@ 2016-10-09 9:04 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-10-09 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 979c7425b7cff576e01a47cbb9abb1554af26a2b
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 08:49:04 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 09:03:54 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979c7425
dev-dotnet/notify-sharp: x86/ppc stable, bug #582946
Package-Manager: portage-2.3.1
dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
index 8591cd9..04d14e3 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="doc"
RDEPEND=">=dev-lang/mono-1.1.13
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/
@ 2016-10-09 9:04 Pacho Ramos
0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos @ 2016-10-09 9:04 UTC (permalink / raw
To: gentoo-commits
commit: d5106e71cf6dbe53a9a1b85ce73efd5d38690d44
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 08:49:22 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 09:03:59 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5106e71
dev-dotnet/notify-sharp: drop old
Package-Manager: portage-2.3.1
.../notify-sharp-0.4.0_pre20090305.ebuild | 36 ----------------------
1 file changed, 36 deletions(-)
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
deleted file mode 100644
index ef270d3..00000000
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-inherit autotools eutils mono
-
-MY_P=${PN}-${PV#*_pre}
-
-DESCRIPTION="a C# client implementation for Desktop Notifications"
-HOMEPAGE="http://www.ndesk.org/NotifySharp"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="doc"
-
-RDEPEND=">=dev-lang/mono-1.1.13
- >=dev-dotnet/gtk-sharp-2.10.1
- >=dev-dotnet/dbus-sharp-0.6:1.0
- >=dev-dotnet/dbus-sharp-glib-0.4:1.0
- >=x11-libs/libnotify-0.4.5"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-0.4.0_pre20080912-control-docs.patch" \
- "${FILESDIR}/${P}-dbus-sharp.patch"
- eautoreconf
-}
-
-src_configure() {
- econf $(use_enable doc docs)
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/
@ 2015-09-18 5:19 Christoph Mende
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende @ 2015-09-18 5:19 UTC (permalink / raw
To: gentoo-commits
commit: aaeee711a6a26139d9b3322a9927f7f72fd61fb5
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 05:10:37 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 05:18:41 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaeee711
dev-dotnet/notify-sharp: fix dependency on dbus-sharp{,-glib}
Package-Manager: portage-2.2.20.1
dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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
index ae33c3b..ef270d3 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -18,8 +18,8 @@ IUSE="doc"
RDEPEND=">=dev-lang/mono-1.1.13
>=dev-dotnet/gtk-sharp-2.10.1
- >=dev-dotnet/dbus-sharp-0.6
- >=dev-dotnet/dbus-sharp-glib-0.4
+ >=dev-dotnet/dbus-sharp-0.6:1.0
+ >=dev-dotnet/dbus-sharp-glib-0.4:1.0
>=x11-libs/libnotify-0.4.5"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-dotnet/notify-sharp/
@ 2015-09-18 5:19 Christoph Mende
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Mende @ 2015-09-18 5:19 UTC (permalink / raw
To: gentoo-commits
commit: 75e76551db74d759ba8eea406261af7082b63add
Author: Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 18 05:11:24 2015 +0000
Commit: Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Fri Sep 18 05:18:43 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75e76551
dev-dotnet/notify-sharp: bump EAPI to 5, migrate to mono-env, add support for mono-4
Package-Manager: portage-2.2.20.1
.../notify-sharp-0.4.0_pre20090305-r1.ebuild | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
new file mode 100644
index 0000000..113d89a
--- /dev/null
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit autotools eutils mono-env
+
+MY_P=${PN}-${PV#*_pre}
+
+DESCRIPTION="a C# client implementation for Desktop Notifications"
+HOMEPAGE="http://www.ndesk.org/NotifySharp"
+SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+RDEPEND=">=dev-lang/mono-1.1.13
+ >=dev-dotnet/gtk-sharp-2.10.1
+ >=dev-dotnet/dbus-sharp-0.6:1.0
+ >=dev-dotnet/dbus-sharp-glib-0.4:1.0
+ >=x11-libs/libnotify-0.4.5"
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+ epatch "${FILESDIR}/${PN}-0.4.0_pre20080912-control-docs.patch" \
+ "${FILESDIR}/${P}-dbus-sharp.patch"
+ sed -i -e 's/gmcs/mcs/' configure.ac || die
+ eautoreconf
+}
+
+src_configure() {
+ econf $(use_enable doc docs)
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2020-05-16 20:25 UTC | newest]
Thread overview: 5+ 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/notify-sharp/ 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
2015-09-18 5:19 Christoph Mende
2015-09-18 5:19 Christoph Mende
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox