From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-523899-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EB2521381F3 for <garchives@archives.gentoo.org>; Thu, 15 Nov 2012 19:39:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A51C21C0F9; Thu, 15 Nov 2012 19:39:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13C8C21C0F9 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Nov 2012 19:39:46 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D03233DCB1 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Nov 2012 19:39:45 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id E919D20C65; Thu, 15 Nov 2012 19:39:43 +0000 (UTC) From: "Markos Chandras (hwoarang)" <hwoarang@gentoo.org> To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libfm: libfm-9999.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libfm-9999.ebuild ChangeLog X-VCS-Directories: x11-libs/libfm X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20121115193943.E919D20C65@flycatcher.gentoo.org> Date: Thu, 15 Nov 2012 19:39:43 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 10d7f642-1627-4347-8ff4-03176c058eaa X-Archives-Hash: 3419e1840128d21add2c0921c354e356 hwoarang 12/11/15 19:39:43 Modified: libfm-9999.ebuild ChangeLog Log: Fix building with IUSE=-doc. Bug #443318 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2) Revision Changes Path 1.30 x11-libs/libfm/libfm-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.30&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?rev=1.30&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild?r1=1.29&r2=1.30 Index: libfm-9999.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- libfm-9999.ebuild 13 Nov 2012 19:14:58 -0000 1.29 +++ libfm-9999.ebuild 15 Nov 2012 19:39:43 -0000 1.30 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.29 2012/11/13 19:14:58 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/libfm-9999.ebuild,v 1.30 2012/11/15 19:39:43 hwoarang Exp $ EAPI=4 @@ -36,8 +36,8 @@ src_prepare() { if ! use doc; then - sed -ie '/SUBDIRS=/s#docs##' "${S}"/Makefile.am || die "sed failed" - sed -ie '/^[[:space:]]*docs/d' configure.ac || die "sed failed" + sed -ie "/^SUBDIRS_DOCS/d" Makefile.am || die "sed failed" + sed -ie "/^[[:space:]]*docs/d" configure.ac || die "sed failed" else gtkdocize --copy || die fi 1.82 x11-libs/libfm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.82&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?rev=1.82&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libfm/ChangeLog?r1=1.81&r2=1.82 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- ChangeLog 13 Nov 2012 19:24:45 -0000 1.81 +++ ChangeLog 15 Nov 2012 19:39:43 -0000 1.82 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libfm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.81 2012/11/13 19:24:45 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libfm/ChangeLog,v 1.82 2012/11/15 19:39:43 hwoarang Exp $ + + 15 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-9999.ebuild: + Fix building with IUSE=-doc. Bug #443318 13 Nov 2012; Markos Chandras <hwoarang@gentoo.org> libfm-1.0.2.ebuild, libfm-1.1.0.ebuild: