From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9F31D1381F3 for ; Wed, 28 Nov 2012 20:53:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FF6F21C016; Wed, 28 Nov 2012 20:53:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2F6F21C016 for ; Wed, 28 Nov 2012 20:53:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B063933D8E5 for ; Wed, 28 Nov 2012 20:53:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2178) id 77C4E20C65; Wed, 28 Nov 2012 20:53:07 +0000 (UTC) From: "Ulrich Mueller (ulm)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ulm@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/notify-sharp: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog X-VCS-Directories: dev-dotnet/notify-sharp X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121128205307.77C4E20C65@flycatcher.gentoo.org> Date: Wed, 28 Nov 2012 20:53:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 65dca176-0370-4746-9ca3-3fb48debf72e X-Archives-Hash: 9c55cc5d6912261bd86053659db68fa9 ulm 12/11/28 20:53:07 Modified: notify-sharp-0.4.0_pre20090305.ebuild ChangeLog Log: Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852. (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key E7BE08CA7DC6EA25) Revision Changes Path 1.7 dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild?r1=1.6&r2=1.7 Index: notify-sharp-0.4.0_pre20090305.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- notify-sharp-0.4.0_pre20090305.ebuild 21 May 2012 18:46:24 -0000 1.6 +++ notify-sharp-0.4.0_pre20090305.ebuild 28 Nov 2012 20:53:07 -0000 1.7 @@ -1,6 +1,6 @@ # Copyright 1999-2012 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_pre20090305.ebuild,v 1.6 2012/05/21 18:46:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/notify-sharp-0.4.0_pre20090305.ebuild,v 1.7 2012/11/28 20:53:07 ulm Exp $ EAPI=4 inherit autotools eutils mono @@ -10,9 +10,9 @@ DESCRIPTION="a C# client implementation for Desktop Notifications" HOMEPAGE="http://www.ndesk.org/NotifySharp" SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" -LICENSE="as-is" -SLOT="0" +LICENSE="MIT" +SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="doc" 1.19 dev-dotnet/notify-sharp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 21 May 2012 18:46:24 -0000 1.18 +++ ChangeLog 28 Nov 2012 20:53:07 -0000 1.19 @@ -1,6 +1,10 @@ # ChangeLog for dev-dotnet/notify-sharp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.18 2012/05/21 18:46:24 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/notify-sharp/ChangeLog,v 1.19 2012/11/28 20:53:07 ulm Exp $ + + 28 Nov 2012; Ulrich Müller + notify-sharp-0.4.0_pre20090305.ebuild: + Fix LICENSE, MIT (Expat) license according to COPYING file, bug 444852. 21 May 2012; Kacper Kowalik notify-sharp-0.4.0_pre20090305.ebuild: