* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/notify-sharp/
@ 2015-08-10 11:54 Heather Cynede
0 siblings, 0 replies; 2+ messages in thread
From: Heather Cynede @ 2015-08-10 11:54 UTC (permalink / raw
To: gentoo-commits
commit: 7f76714e09f2a25320997f1ed95490cff1c8faba
Author: Heather <Heather <AT> live <DOT> ru>
AuthorDate: Mon Aug 10 11:43:36 2015 +0000
Commit: Heather Cynede <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 11:43:36 2015 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=7f76714e
notify sharp corrections & clean up
.../notify-sharp-0.4.0_pre20090305.ebuild | 36 ----------------------
dev-dotnet/notify-sharp/notify-sharp-0.4.1.ebuild | 2 +-
dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild | 2 +-
3 files changed, 2 insertions(+), 38 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 8ce83e6..0000000
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-inherit autotools eutils dotnet
-
-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:2
- >=dev-dotnet/dbus-sharp-0.6
- >=dev-dotnet/dbus-sharp-glib-0.4
- >=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)
-}
diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.1.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.1.ebuild
index f4dd34a..3df5238 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-0.4.1.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-0.4.1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/meebey/notify-sharp/archive/${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND=">=dev-lang/mono-4.0.2.5
diff --git a/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild b/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
index f4dd34a..3df5238 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/meebey/notify-sharp/archive/${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ppc x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc"
RDEPEND=">=dev-lang/mono-4.0.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/notify-sharp/
@ 2017-01-07 15:43 Mikhail Pukhlikov
0 siblings, 0 replies; 2+ messages in thread
From: Mikhail Pukhlikov @ 2017-01-07 15:43 UTC (permalink / raw
To: gentoo-commits
commit: a46c60b9fd78b7924fb1dd287e2cc3a11dc9424a
Author: Lukas Barth <mail <AT> tinloaf <DOT> de>
AuthorDate: Thu Dec 29 17:03:11 2016 +0000
Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 17:03:11 2016 +0000
URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=a46c60b9
Depend on correct slots
dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild b/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
index 260b380..7e21a7e 100644
--- a/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
+++ b/dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild
@@ -19,8 +19,8 @@ IUSE="doc"
RDEPEND=">=dev-lang/mono-4.0.2.5
>=dev-dotnet/gtk-sharp-2.12.21:2
- >=dev-dotnet/dbus-sharp-0.7:*
- >=dev-dotnet/dbus-sharp-glib-0.5:*
+ >=dev-dotnet/dbus-sharp-0.7:2.0
+ >=dev-dotnet/dbus-sharp-glib-0.5:2.0
>=x11-libs/libnotify-0.4.5"
DEPEND="${RDEPEND}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-01-07 15:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-07 15:43 [gentoo-commits] proj/dotnet:master commit in: dev-dotnet/notify-sharp/ Mikhail Pukhlikov
-- strict thread matches above, loose matches on Subject: below --
2015-08-10 11:54 Heather Cynede
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox