summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-10-09 10:49:22 +0200
committerPacho Ramos <pacho@gentoo.org>2016-10-09 11:03:59 +0200
commitd5106e71cf6dbe53a9a1b85ce73efd5d38690d44 (patch)
tree86eba1329c62efb5f6c31b56b27f18da8f9b5dba /dev-dotnet
parentdev-dotnet/notify-sharp: x86/ppc stable, bug #582946 (diff)
downloadgentoo-d5106e71cf6dbe53a9a1b85ce73efd5d38690d44.tar.gz
gentoo-d5106e71cf6dbe53a9a1b85ce73efd5d38690d44.tar.bz2
gentoo-d5106e71cf6dbe53a9a1b85ce73efd5d38690d44.zip
dev-dotnet/notify-sharp: drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'dev-dotnet')
-rw-r--r--dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild36
1 files changed, 0 insertions, 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 ef270d38a2f1..000000000000
--- 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)
-}