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 4AD561381F3 for ; Mon, 13 May 2013 04:46:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E13DFE092C; Mon, 13 May 2013 04:46:03 +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 715DFE092C for ; Mon, 13 May 2013 04:46:03 +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 8F76733DF48 for ; Mon, 13 May 2013 04:46:02 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2146) id 458952171C; Mon, 13 May 2013 04:46:01 +0000 (UTC) From: "Christian Faulhammer (fauli)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, fauli@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail: ChangeLog claws-mail-3.9.1.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog claws-mail-3.9.1.ebuild X-VCS-Directories: mail-client/claws-mail X-VCS-Committer: fauli X-VCS-Committer-Name: Christian Faulhammer Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130513044601.458952171C@flycatcher.gentoo.org> Date: Mon, 13 May 2013 04:46:01 +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: 29605455-f8ac-4bd0-a1b1-bb5904a3aacf X-Archives-Hash: 9bf47087615e468e50c585f251ea3e37 fauli 13/05/13 04:46:01 Modified: ChangeLog claws-mail-3.9.1.ebuild Log: move libnotify usage over to notification, forgotten in last commit (Portage version: 2.1.11.62/cvs/Linux i686, RepoMan options: --force, signed Manifest commit with key 2B859DE3) Revision Changes Path 1.235 mail-client/claws-mail/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.235&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?rev=1.235&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/ChangeLog?r1=1.234&r2=1.235 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v retrieving revision 1.234 retrieving revision 1.235 diff -u -r1.234 -r1.235 --- ChangeLog 12 May 2013 19:50:46 -0000 1.234 +++ ChangeLog 13 May 2013 04:46:01 -0000 1.235 @@ -1,6 +1,9 @@ # ChangeLog for mail-client/claws-mail # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.234 2013/05/12 19:50:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/ChangeLog,v 1.235 2013/05/13 04:46:01 fauli Exp $ + + 13 May 2013; Christian Faulhammer claws-mail-3.9.1.ebuild: + move libnotify usage over to notification, forgotten in last commit 12 May 2013; Christian Faulhammer claws-mail-3.9.1.ebuild, metadata.xml: 1.8 mail-client/claws-mail/claws-mail-3.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild?r1=1.7&r2=1.8 Index: claws-mail-3.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- claws-mail-3.9.1.ebuild 12 May 2013 19:50:46 -0000 1.7 +++ claws-mail-3.9.1.ebuild 13 May 2013 04:46:01 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.7 2013/05/12 19:50:46 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail/claws-mail-3.9.1.ebuild,v 1.8 2013/05/13 04:46:01 fauli Exp $ EAPI="5" PYTHON_COMPAT=( python2_{5,6,7} ) @@ -120,7 +120,7 @@ $(use_enable calendar vcalendar-plugin) $(use_enable clamav clamd-plugin) $(use_enable gdata gdata-plugin) - $(use_enable libnotify notification-plugin) + $(use_enable notification notification-plugin) $(use_enable pdf pdf_viewer-plugin) $(use_enable perl perl-plugin) $(use_enable pgp pgpmime-plugin)