From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id BBFA813877A for ; Thu, 26 Jun 2014 10:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E50CEE0A92; Thu, 26 Jun 2014 10:05:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5FF7EE0A92 for ; Thu, 26 Jun 2014 10:05:08 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 62A08340092 for ; Thu, 26 Jun 2014 10:05:07 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2262) id 7D19F2004E; Thu, 26 Jun 2014 10:05:05 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libaosd: libaosd-0.2.7.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: libaosd-0.2.7.ebuild ChangeLog X-VCS-Directories: x11-libs/libaosd X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140626100505.7D19F2004E@flycatcher.gentoo.org> Date: Thu, 26 Jun 2014 10:05:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 90b3b3cc-9eee-4b47-bfa9-e7e3cb9a33c7 X-Archives-Hash: 3fa6956f71243296d9a82397d358be32 pacho 14/06/26 10:05:05 Modified: libaosd-0.2.7.ebuild ChangeLog Log: Needs cairo[X], bug #515170 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) Revision Changes Path 1.8 x11-libs/libaosd/libaosd-0.2.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild?r1=1.7&r2=1.8 Index: libaosd-0.2.7.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libaosd-0.2.7.ebuild 20 Jun 2014 12:33:56 -0000 1.7 +++ libaosd-0.2.7.ebuild 26 Jun 2014 10:05:05 -0000 1.8 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.7 2014/06/20 12:33:56 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/libaosd-0.2.7.ebuild,v 1.8 2014/06/26 10:05:05 pacho Exp $ EAPI=5 inherit autotools-utils @@ -14,12 +14,14 @@ KEYWORDS="~alpha amd64 x86" IUSE="pango +tools xcomposite" -RDEPEND="x11-libs/cairo +RDEPEND=" + x11-libs/cairo[X] x11-libs/libX11 x11-libs/libXrender pango? ( x11-libs/pango ) tools? ( dev-libs/glib:2 ) - xcomposite? ( x11-libs/libXcomposite )" + xcomposite? ( x11-libs/libXcomposite ) +" DEPEND="${RDEPEND}" AUTOTOOLS_IN_SOURCE_BUILD=1 1.9 x11-libs/libaosd/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.9&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?rev=1.9&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libaosd/ChangeLog?r1=1.8&r2=1.9 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- ChangeLog 20 Jun 2014 12:33:56 -0000 1.8 +++ ChangeLog 26 Jun 2014 10:05:05 -0000 1.9 @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/libaosd # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.8 2014/06/20 12:33:56 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libaosd/ChangeLog,v 1.9 2014/06/26 10:05:05 pacho Exp $ + + 26 Jun 2014; Pacho Ramos libaosd-0.2.7.ebuild: + Needs cairo[X], bug #515170 20 Jun 2014; Tobias Klausmann libaosd-0.2.7.ebuild: Keyworded on alpha, bug #473920