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 A96F2138825 for ; Tue, 11 Nov 2014 21:17:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE95E08E6; Tue, 11 Nov 2014 21:17:33 +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 D48A0E08E6 for ; Tue, 11 Nov 2014 21:17:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4547340341 for ; Tue, 11 Nov 2014 21:17:31 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2142) id 8B2259F0A; Tue, 11 Nov 2014 21:17:30 +0000 (UTC) From: "Matti Bickel (mabi)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, mabi@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/pathfinder: pathfinder-1.7.49.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: pathfinder-1.7.49.ebuild ChangeLog X-VCS-Directories: x11-misc/pathfinder X-VCS-Committer: mabi X-VCS-Committer-Name: Matti Bickel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141111211730.8B2259F0A@oystercatcher.gentoo.org> Date: Tue, 11 Nov 2014 21:17:30 +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: b64aef7f-bed8-4194-8528-58ccaa70137a X-Archives-Hash: c5d4f522843a99d73d1525e6f41e9a5f mabi 14/11/11 21:17:30 Modified: ChangeLog Added: pathfinder-1.7.49.ebuild Log: version bump in lockstep with fox (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xDDF971F118EEA5E6!) Revision Changes Path 1.41 x11-misc/pathfinder/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.41&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/ChangeLog?r1=1.40&r2=1.41 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- ChangeLog 4 Jul 2014 20:44:07 -0000 1.40 +++ ChangeLog 11 Nov 2014 21:17:30 -0000 1.41 @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/pathfinder # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.40 2014/07/04 20:44:07 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/ChangeLog,v 1.41 2014/11/11 21:17:30 mabi Exp $ + +*pathfinder-1.7.49 (11 Nov 2014) + + 11 Nov 2014; Matti Bickel +pathfinder-1.7.49.ebuild: + version bump in lockstep with fox 04 Jul 2014; Matti Bickel -pathfinder-1.7.43.ebuild: remove old 1.1 x11-misc/pathfinder/pathfinder-1.7.49.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild?rev=1.1&content-type=text/plain Index: pathfinder-1.7.49.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/pathfinder/pathfinder-1.7.49.ebuild,v 1.1 2014/11/11 21:17:30 mabi Exp $ EAPI="5" inherit fox DESCRIPTION="File manager based on the FOX Toolkit" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" IUSE="+jpeg +png +tiff" DEPEND=" x11-libs/fox:1.7 x11-libs/libICE x11-libs/libSM jpeg? ( virtual/jpeg ) png? ( media-libs/libpng:0 ) tiff? ( media-libs/tiff:0 )" RDEPEND="${DEPEND}" src_configure() { FOXCONF="$(use_enable jpeg) \ $(use_enable png) \ $(use_enable tiff)" fox_src_configure }