diff options
author | 2012-01-22 11:13:58 +0000 | |
---|---|---|
committer | 2012-01-22 11:13:58 +0000 | |
commit | 3e0b305487bd2ba6bbf51a9849cdfa7783242d56 (patch) | |
tree | 5d9cb5a03bf24bdc17091667e75b643b02f6f19c /dev-dotnet/notify-sharp | |
parent | Convert to ruby-ng. Fixed parallel make issue. (diff) | |
download | gentoo-2-3e0b305487bd2ba6bbf51a9849cdfa7783242d56.tar.gz gentoo-2-3e0b305487bd2ba6bbf51a9849cdfa7783242d56.tar.bz2 gentoo-2-3e0b305487bd2ba6bbf51a9849cdfa7783242d56.zip |
Drop old.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet/notify-sharp')
-rw-r--r-- | dev-dotnet/notify-sharp/ChangeLog | 8 | ||||
-rw-r--r-- | dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r1.ebuild | 44 |
2 files changed, 6 insertions, 46 deletions
diff --git a/dev-dotnet/notify-sharp/ChangeLog b/dev-dotnet/notify-sharp/ChangeLog index 813d8a767f06..6e6243819b98 100644 --- a/dev-dotnet/notify-sharp/ChangeLog +++ b/dev-dotnet/notify-sharp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/notify-sharp -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.16 2011/11/10 19:20:20 xarthisius Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.17 2012/01/22 11:13:58 pacho Exp $ + + 22 Jan 2012; Pacho Ramos <pacho@gentoo.org> + -notify-sharp-0.4.0_pre20080912-r1.ebuild: + Drop old. 10 Nov 2011; Kacper Kowalik <xarthisius@gentoo.org> notify-sharp-0.4.0_pre20090305.ebuild: diff --git a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r1.ebuild b/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r1.ebuild deleted file mode 100644 index 07868e354ebc..000000000000 --- a/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20080912-r1.ebuild,v 1.8 2011/03/12 11:56:18 angelos Exp $ - -EAPI=2 - -inherit autotools mono - -MY_P=${PN}-${PV#*_pre} - -DESCRIPTION="notify-sharp is a C# client implementation for Desktop Notifications" -HOMEPAGE="http://www.ndesk.org/NotifySharp" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" -#http://cvs.fedora.redhat.com/repo/pkgs/${PN}/${MY_P}.tar.bz2/098f3cde158cf26d3efedbfcc19c70dd/${MY_P}.tar.bz2 -LICENSE="as-is" -SLOT="0" - -KEYWORDS="amd64 ppc x86" -IUSE="doc" - -RDEPEND=">=dev-lang/mono-1.1.13 - >=dev-dotnet/gtk-sharp-2.10.1 - >=dev-dotnet/ndesk-dbus-0.6 - >=dev-dotnet/ndesk-dbus-glib-0.4 - >=x11-libs/libnotify-0.4.5" -DEPEND="${RDEPEND} - doc? ( virtual/monodoc )" - -S=${WORKDIR}/${MY_P} - -MAKEOPTS="${MAKEOPTS} -j1" - -src_prepare() { - epatch "${FILESDIR}/${P}-control-docs.patch" - eautoreconf -} - -src_configure() { - econf $(use_enable doc docs) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |