aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeather <Heather@live.ru>2015-08-10 15:43:36 +0400
committerHeather <Heather@live.ru>2015-08-10 15:43:36 +0400
commit7f76714e09f2a25320997f1ed95490cff1c8faba (patch)
treec4464d83f07394301b5166d1c1e5586f8a75bc79 /dev-dotnet/notify-sharp
parentfix nini keywords (diff)
downloaddotnet-7f76714e09f2a25320997f1ed95490cff1c8faba.tar.gz
dotnet-7f76714e09f2a25320997f1ed95490cff1c8faba.tar.bz2
dotnet-7f76714e09f2a25320997f1ed95490cff1c8faba.zip
notify sharp corrections & clean up
Diffstat (limited to 'dev-dotnet/notify-sharp')
-rw-r--r--dev-dotnet/notify-sharp/Manifest1
-rw-r--r--dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild36
-rw-r--r--dev-dotnet/notify-sharp/notify-sharp-0.4.1.ebuild2
-rw-r--r--dev-dotnet/notify-sharp/notify-sharp-3.0.3.ebuild2
4 files changed, 2 insertions, 39 deletions
diff --git a/dev-dotnet/notify-sharp/Manifest b/dev-dotnet/notify-sharp/Manifest
index 763ee6a..272842f 100644
--- a/dev-dotnet/notify-sharp/Manifest
+++ b/dev-dotnet/notify-sharp/Manifest
@@ -1,3 +1,2 @@
DIST 0.4.1.tar.gz 12106 SHA256 58a18c23660bd64e00e816d19d948d94a3aebd671d272ec7b0b7ad3d48d421f5 SHA512 37a6b1a0b29e21692d05597bf80e9432ea95f4cb657c965cf918d774d9114abb01f50c82e4b9ccb7067e3df72562225c7b0a39b1c6eebbf34c8a4ebafeca54f3 WHIRLPOOL b736573d4034ec6281e4efe025997bc2d47796ac670773c408878009a1caa2da322d4c3feafa8b9bf2fcbe7fff01fce4eebb848fba7d9c27bc53592efbade761
DIST 3.0.3.tar.gz 12482 SHA256 37941dba04a9f525f020c9f506684ee41a225adfe6c41cd61a5b6464ce4be6d8 SHA512 fb16dd07bf61f100ddbae57262f4aed07e1b28c61828704609e61d16eb181400f9a3bf901b02876906b13bb34a3bb7515a42b082a5d60f9a133fb6c2dc094186 WHIRLPOOL 32b2092462011e53c7fc9683e0796b20db77a1c5ac5e1d5bb75f7b6311344ced526c2b1b6bca4bfaea8c09cb2847c8abdd3e927ba23414fc8a4ae93e71bbcc37
-DIST notify-sharp-20090305.tar.bz2 79020 SHA256 67101c024f28209181ad5b62e4f4cfa038e362f808c1511d95b21a1a698731f2 SHA512 2daf6d33b3a4f53445193a654c3a92cd8e3766772472a914aa12a1c8619e5d48ed954987c44c3d856faec2e0a03e3348f6b4809a615ea3cfb4ef17ef5000c686 WHIRLPOOL a59b21e987613644a3eec4a04848f7219a318f7ef1a66e9d34b67b3621835d382b7874d13e0134658f0e4092c4651198475c55ba2231264053ebefbadd9c36c2
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