From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1JbLj5-0004vK-Is for garchives@archives.gentoo.org; Mon, 17 Mar 2008 20:14:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6B43E04A9; Mon, 17 Mar 2008 20:14:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8BDC8E04DE for ; Mon, 17 Mar 2008 20:14:30 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 14E2666B96 for ; Mon, 17 Mar 2008 20:14:30 +0000 (UTC) Received: from graaff by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JbLj3-0006l4-14 for gentoo-commits@lists.gentoo.org; Mon, 17 Mar 2008 20:14:29 +0000 From: "Hans de Graaff (graaff)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, graaff@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification: mail-notification-5.0.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: mail-notification-5.0.ebuild ChangeLog X-VCS-Directories: mail-client/mail-notification X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff Content-Type: text/plain; charset=utf8 Message-Id: Sender: Hans de Graaff Date: Mon, 17 Mar 2008 20:14:29 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f336fa87-05be-475b-8904-1572c18ea3b3 X-Archives-Hash: df328545e60408a8588cd8f4e343df27 graaff 08/03/17 20:14:29 Modified: mail-notification-5.0.ebuild ChangeLog Log: Add dependency on intltool instead of wrong dependency on XML::Parser (Portage version: 2.1.4.4) Revision Changes Path 1.6 mail-client/mail-notification/mail-notification-5.0.= ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-n= otification/mail-notification-5.0.ebuild?rev=3D1.6&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-n= otification/mail-notification-5.0.ebuild?rev=3D1.6&content-type=3Dtext/pl= ain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-n= otification/mail-notification-5.0.ebuild?r1=3D1.5&r2=3D1.6 Index: mail-notification-5.0.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-noti= fication-5.0.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mail-notification-5.0.ebuild 17 Mar 2008 20:01:43 -0000 1.5 +++ mail-notification-5.0.ebuild 17 Mar 2008 20:14:28 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-no= tification-5.0.ebuild,v 1.5 2008/03/17 20:01:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/mail-no= tification-5.0.ebuild,v 1.6 2008/03/17 20:14:28 graaff Exp $ =20 inherit autotools eutils gnome2 multilib flag-o-matic versionator =20 @@ -36,7 +36,6 @@ >=3Dgnome-base/libbonobo-2.0 >=3Ddev-libs/gmime-2.1 >=3Dx11-libs/libnotify-0.4.1 - dev-perl/XML-Parser pop? ( gnome-base/gnome-keyring ) imap? ( gnome-base/gnome-keyring ) gmail? ( gnome-base/gnome-keyring ) @@ -46,7 +45,8 @@ sylpheed? ( virtual/sylpheed )" =20 DEPEND=3D"${RDEPEND} - app-text/scrollkeeper" + app-text/scrollkeeper + >=3Ddev-util/intltool-0.35.0" =20 DOCS=3D"README NEWS AUTHORS TODO" =20 1.60 mail-client/mail-notification/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-n= otification/ChangeLog?rev=3D1.60&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-n= otification/ChangeLog?rev=3D1.60&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-n= otification/ChangeLog?r1=3D1.59&r2=3D1.60 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeLog= ,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- ChangeLog 17 Mar 2008 20:01:43 -0000 1.59 +++ ChangeLog 17 Mar 2008 20:14:28 -0000 1.60 @@ -1,6 +1,11 @@ # ChangeLog for mail-client/mail-notification # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeL= og,v 1.59 2008/03/17 20:01:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/mail-notification/ChangeL= og,v 1.60 2008/03/17 20:14:28 graaff Exp $ + + 17 Mar 2008; Hans de Graaff + mail-notification-5.0.ebuild: + Add built-time dependency on dev-util/intltool instead of a runtime de= pendency + on XML::Parser, thanks to jakub on #gentoo-dev. =20 17 Mar 2008; Hans de Graaff mail-notification-5.0.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list