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 1JxSgW-0000IY-Ns for garchives@archives.gentoo.org; Sat, 17 May 2008 20:07:16 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF630E0309; Sat, 17 May 2008 20:07:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 7BC40E0309 for ; Sat, 17 May 2008 20:07:15 +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 08A5E6759D for ; Sat, 17 May 2008 20:07:15 +0000 (UTC) Received: from grobian by stork.gentoo.org with local (Exim 4.68) (envelope-from ) id 1JxSgU-0004TN-4G for gentoo-commits@lists.gentoo.org; Sat, 17 May 2008 20:07:14 +0000 From: "Fabian Groffen (grobian)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, grobian@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/cynthiune: cynthiune-0.9.5-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: cynthiune-0.9.5-r1.ebuild ChangeLog X-VCS-Directories: gnustep-apps/cynthiune X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen Content-Type: text/plain; charset=utf8 Message-Id: Sender: Fabian Groffen Date: Sat, 17 May 2008 20:07:14 +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: 19c5d806-8c29-438d-ae81-d3ab99d93afa X-Archives-Hash: 129d3018124eb840b3bf9bfc35ee75fa grobian 08/05/17 20:07:14 Modified: cynthiune-0.9.5-r1.ebuild ChangeLog Log: put dev-util/pkgconfig only in DEPEND, bug #217278 (Portage version: 2.1.4.4) Revision Changes Path 1.9 gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/cynthiune-0.9.5-r1.ebuild?rev=3D1.9&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/cynthiune-0.9.5-r1.ebuild?rev=3D1.9&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/cynthiune-0.9.5-r1.ebuild?r1=3D1.8&r2=3D1.9 Index: cynthiune-0.9.5-r1.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/gnustep-apps/cynthiune/cynthiune-0.9.5-= r1.ebuild,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- cynthiune-0.9.5-r1.ebuild 7 Apr 2008 11:35:08 -0000 1.8 +++ cynthiune-0.9.5-r1.ebuild 17 May 2008 20:07:13 -0000 1.9 @@ -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/gnustep-apps/cynthiune/cynthiune-0.9.= 5-r1.ebuild,v 1.8 2008/04/07 11:35:08 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.= 5-r1.ebuild,v 1.9 2008/05/17 20:07:13 grobian Exp $ =20 inherit gnustep-2 =20 @@ -16,13 +16,12 @@ LICENSE=3D"GPL-2" SLOT=3D"0" =20 -DEPEND=3D"media-libs/audiofile +RDEPEND=3D"media-libs/audiofile media-libs/taglib arts? ( kde-base/arts ) esd? ( media-sound/esound ) flac? ( media-libs/flac ) - mad? ( dev-util/pkgconfig - media-libs/libid3tag + mad? ( media-libs/libid3tag media-libs/libmad ) musepack? ( media-libs/libmpcdec ) modplug? ( media-libs/libmodplug ) @@ -30,7 +29,8 @@ vorbis? ( >=3Dmedia-libs/libogg-1.1.2 >=3Dmedia-libs/libvorbis-1.0.1-r2 ) =3Dmedia-libs/musicbrainz-2*" -RDEPEND=3D"${DEPEND}" +DEPEND=3D"${RDEPEND} + mad? ( dev-util/pkgconfig )" =20 src_unpack() { unpack ${A} 1.17 gnustep-apps/cynthiune/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/ChangeLog?rev=3D1.17&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/ChangeLog?rev=3D1.17&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/cynth= iune/ChangeLog?r1=3D1.16&r2=3D1.17 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/gnustep-apps/cynthiune/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 7 Apr 2008 11:35:08 -0000 1.16 +++ ChangeLog 17 May 2008 20:07:13 -0000 1.17 @@ -1,6 +1,10 @@ # ChangeLog for gnustep-apps/cynthiune # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.= 16 2008/04/07 11:35:08 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.= 17 2008/05/17 20:07:13 grobian Exp $ + + 17 May 2008; Fabian Groffen + cynthiune-0.9.5-r1.ebuild: + put dev-util/pkgconfig only in DEPEND, bug #217278 =20 07 Apr 2008; Bernard Cafarelli cynthiune-0.9.5-r1.ebuild: --=20 gentoo-commits@lists.gentoo.org mailing list