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 1JvX5V-0006EI-1r for garchives@archives.gentoo.org; Mon, 12 May 2008 12:25:05 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6465AE03F4; Mon, 12 May 2008 12:25:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 19813E03F4 for ; Mon, 12 May 2008 12:25:04 +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 A587E674F1 for ; Mon, 12 May 2008 12:25:03 +0000 (UTC) Received: from opfer by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JvX5S-0001me-Mw for gentoo-commits@lists.gentoo.org; Mon, 12 May 2008 12:25:02 +0000 From: "Christian Faulhammer (opfer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, opfer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in mail-client/claws-mail-gtkhtml: claws-mail-gtkhtml-0.18.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: claws-mail-gtkhtml-0.18.ebuild ChangeLog X-VCS-Directories: mail-client/claws-mail-gtkhtml X-VCS-Committer: opfer X-VCS-Committer-Name: Christian Faulhammer Content-Type: text/plain; charset=utf8 Message-Id: Sender: Christian Faulhammer Date: Mon, 12 May 2008 12:25:02 +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: c2840c9b-1048-4b6b-876b-5810613b2e15 X-Archives-Hash: 147ca0771f5c6422d3cc88b19e443635 opfer 08/05/12 12:25:02 Modified: claws-mail-gtkhtml-0.18.ebuild ChangeLog Log: move pkgconfig from RDEPEND to DPEND only (Portage version: 2.1.4.4) Revision Changes Path 1.2 mail-client/claws-mail-gtkhtml/claws-mail-gtkhtml-0.= 18.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-= mail-gtkhtml/claws-mail-gtkhtml-0.18.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-= mail-gtkhtml/claws-mail-gtkhtml-0.18.ebuild?rev=3D1.2&content-type=3Dtext= /plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-= mail-gtkhtml/claws-mail-gtkhtml-0.18.ebuild?r1=3D1.1&r2=3D1.2 Index: claws-mail-gtkhtml-0.18.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/claws-mail-gtkhtml/claws-ma= il-gtkhtml-0.18.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- claws-mail-gtkhtml-0.18.ebuild 12 May 2008 10:38:15 -0000 1.1 +++ claws-mail-gtkhtml-0.18.ebuild 12 May 2008 12:25:02 -0000 1.2 @@ -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/claws-mail-gtkhtml/claws-= mail-gtkhtml-0.18.ebuild,v 1.1 2008/05/12 10:38:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/claws-= mail-gtkhtml-0.18.ebuild,v 1.2 2008/05/12 12:25:02 opfer Exp $ =20 inherit eutils =20 @@ -13,9 +13,10 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~x86" IUSE=3D"" -DEPEND=3D">=3Dmail-client/claws-mail-3.4.0 +RDEPEND=3D">=3Dmail-client/claws-mail-3.4.0 =3Dgnome-extra/gtkhtml-2* - net-misc/curl + net-misc/curl" +DEPEND=3D"${RDEPEND} dev-util/pkgconfig" =20 S=3D"${WORKDIR}/${MY_P}" 1.25 mail-client/claws-mail-gtkhtml/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-= mail-gtkhtml/ChangeLog?rev=3D1.25&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-= mail-gtkhtml/ChangeLog?rev=3D1.25&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/claws-= mail-gtkhtml/ChangeLog?r1=3D1.24&r2=3D1.25 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/claws-mail-gtkhtml/ChangeLo= g,v retrieving revision 1.24 retrieving revision 1.25 diff -u -r1.24 -r1.25 --- ChangeLog 12 May 2008 10:38:15 -0000 1.24 +++ ChangeLog 12 May 2008 12:25:02 -0000 1.25 @@ -1,6 +1,10 @@ # ChangeLog for mail-client/claws-mail-gtkhtml # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/Change= Log,v 1.24 2008/05/12 10:38:15 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/claws-mail-gtkhtml/Change= Log,v 1.25 2008/05/12 12:25:02 opfer Exp $ + + 12 May 2008; Christian Faulhammer + claws-mail-gtkhtml-0.18.ebuild: + move pkgconfig from RDEPEND to DPEND only =20 *claws-mail-gtkhtml-0.18 (12 May 2008) =20 --=20 gentoo-commits@lists.gentoo.org mailing list