From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PNey1-0001vz-21 for garchives@archives.gentoo.org; Wed, 01 Dec 2010 05:10:57 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39507E0802; Wed, 1 Dec 2010 05:10:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DDA77E07F1 for ; Wed, 1 Dec 2010 05:10:44 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1F8CA1B40FC for ; Wed, 1 Dec 2010 05:10:44 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 948) id BF8F020054; Wed, 1 Dec 2010 05:10:42 +0000 (UTC) From: "Diego Petteno (flameeyes)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, flameeyes@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-tv/tvtime: ChangeLog tvtime-1.0.2-r2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog tvtime-1.0.2-r2.ebuild X-VCS-Directories: media-tv/tvtime X-VCS-Committer: flameeyes X-VCS-Committer-Name: Diego Petteno Content-Type: text/plain; charset=utf8 Message-Id: <20101201051042.BF8F020054@flycatcher.gentoo.org> Date: Wed, 1 Dec 2010 05:10:42 +0000 (UTC) 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: 7febda7b-c321-4544-8f20-0a70e389d158 X-Archives-Hash: 19d721acaaacee1b1f0050b543459e71 flameeyes 10/12/01 05:10:42 Modified: ChangeLog tvtime-1.0.2-r2.ebuild Log: Fix (twice) the build problems with libtool 2.4 and automake 1.7: don't= require libtool at all (since there are no libraries built), but also al= low building with automake 1.11; both fixes are actually needed, since di= sabling libtool causes a couple of side problems. =20 (Portage version: 2.2.0_alpha6/cvs/Linux x86_64) Revision Changes Path 1.48 media-tv/tvtime/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/Ch= angeLog?rev=3D1.48&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/Ch= angeLog?rev=3D1.48&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/Ch= angeLog?r1=3D1.47&r2=3D1.48 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-tv/tvtime/ChangeLog,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- ChangeLog 3 May 2010 23:26:07 -0000 1.47 +++ ChangeLog 1 Dec 2010 05:10:42 -0000 1.48 @@ -1,6 +1,13 @@ # ChangeLog for media-tv/tvtime # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/ChangeLog,v 1.47 2010= /05/03 23:26:07 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/ChangeLog,v 1.48 2010= /12/01 05:10:42 flameeyes Exp $ + + 01 Dec 2010; Diego E. Petten=C3=B2 tvtime-1.0.2= -r2.ebuild, + +files/tvtime-1.0.2-autotools.patch: + Fix (twice) the build problems with libtool 2.4 and automake 1.7: don'= t + require libtool at all (since there are no libraries built), but also = allow + building with automake 1.11; both fixes are actually needed, since dis= abling + libtool causes a couple of side problems. =20 03 May 2010; Samuli Suominen tvtime-1.0.2-r2.ebuild: 1.7 media-tv/tvtime/tvtime-1.0.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/tv= time-1.0.2-r2.ebuild?rev=3D1.7&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/tv= time-1.0.2-r2.ebuild?rev=3D1.7&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-tv/tvtime/tv= time-1.0.2-r2.ebuild?r1=3D1.6&r2=3D1.7 Index: tvtime-1.0.2-r2.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-tv/tvtime/tvtime-1.0.2-r2.ebuild,= v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tvtime-1.0.2-r2.ebuild 3 May 2010 23:26:07 -0000 1.6 +++ tvtime-1.0.2-r2.ebuild 1 Dec 2010 05:10:42 -0000 1.7 @@ -1,9 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-1.0.2-r2.ebuil= d,v 1.6 2010/05/03 23:26:07 ssuominen Exp $ - -WANT_AUTOMAKE=3D1.7 -WANT_AUTOCONF=3D2.5 +# $Header: /var/cvsroot/gentoo-x86/media-tv/tvtime/tvtime-1.0.2-r2.ebuil= d,v 1.7 2010/12/01 05:10:42 flameeyes Exp $ =20 inherit eutils autotools =20 @@ -33,7 +30,8 @@ nls? ( virtual/libintl )" =20 DEPEND=3D"${RDEPEND} - nls? ( sys-devel/gettext )" + nls? ( sys-devel/gettext ) + dev-util/pkgconfig" =20 src_unpack() { unpack ${A} @@ -56,6 +54,8 @@ =20 epatch "${FILESDIR}/${P}-libsupc++.patch" =20 + epatch "${FILESDIR}/${P}-autotools.patch" + AT_M4DIR=3D"m4" eautoreconf } =20