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 1Kunk3-0006Yp-NP for garchives@archives.gentoo.org; Tue, 28 Oct 2008 12:32:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AEDDE01E9; Tue, 28 Oct 2008 12:32:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CF6A7E01E9 for ; Tue, 28 Oct 2008 12:32:10 +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 4A5636432D for ; Tue, 28 Oct 2008 12:32:09 +0000 (UTC) Received: from scarabeus by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1Kunk0-0000rZ-Vy for gentoo-commits@lists.gentoo.org; Tue, 28 Oct 2008 12:32:09 +0000 From: "Tomas Chvatal (scarabeus)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, scarabeus@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-sound/kid3: kid3-1.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: kid3-1.1.ebuild ChangeLog X-VCS-Directories: media-sound/kid3 X-VCS-Committer: scarabeus X-VCS-Committer-Name: Tomas Chvatal Content-Type: text/plain; charset=utf8 Message-Id: Sender: Tomas Chvatal Date: Tue, 28 Oct 2008 12:32:08 +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: a4f7e676-7f8f-4072-b3d5-a530a8a98e62 X-Archives-Hash: 334a48d2a578e9941261837ca7a9ad2b scarabeus 08/10/28 12:32:08 Modified: kid3-1.1.ebuild ChangeLog Log: Update ebuild so it actualy works for kde3 as expected. (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64) Revision Changes Path 1.2 media-sound/kid3/kid3-1.1.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/k= id3-1.1.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/k= id3-1.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/k= id3-1.1.ebuild?r1=3D1.1&r2=3D1.2 Index: kid3-1.1.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/media-sound/kid3/kid3-1.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- kid3-1.1.ebuild 27 Oct 2008 11:52:42 -0000 1.1 +++ kid3-1.1.ebuild 28 Oct 2008 12:32:08 -0000 1.2 @@ -1,10 +1,10 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-1.1.ebuild,v 1.= 1 2008/10/27 11:52:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/kid3-1.1.ebuild,v 1.= 2 2008/10/28 12:32:08 scarabeus Exp $ =20 EAPI=3D"2" =20 -inherit eutils cmake-utils +inherit eutils cmake-utils kde-functions =20 DESCRIPTION=3D"A simple ID3 tag editor for QT/KDE." HOMEPAGE=3D"http://kid3.sourceforge.net/" @@ -49,12 +49,16 @@ # we shall use kde3 # Compile fails without taglib, forced on. # Ditto for vorbis, so there you go. + set-qtdir 3 + set-kdedir 3 econf \ --with-kde \ --with-taglib \ --without-arts \ --with-vorbis \ - $(use_with flac) - $(use_with musicbrainz) + $(use_with flac) \ + $(use_with musicbrainz) \ + --with-extra-includes=3D/usr/kde/3.5/include/ + # there is noone having version older than 3.5 so this is no problem fi } 1.32 media-sound/kid3/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/C= hangeLog?rev=3D1.32&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/C= hangeLog?rev=3D1.32&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/kid3/C= hangeLog?r1=3D1.31&r2=3D1.32 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/media-sound/kid3/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 27 Oct 2008 11:52:42 -0000 1.31 +++ ChangeLog 28 Oct 2008 12:32:08 -0000 1.32 @@ -1,6 +1,9 @@ # ChangeLog for media-sound/kid3 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.31 200= 8/10/27 11:52:42 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/kid3/ChangeLog,v 1.32 200= 8/10/28 12:32:08 scarabeus Exp $ + + 28 Oct 2008; Tomas Chvatal kid3-1.1.ebuild: + Update ebuild so it actualy works for kde3 as expected. =20 *kid3-1.1 (27 Oct 2008) =20