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 A954A13877A for ; Tue, 29 Jul 2014 10:53:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D03E2E0935; Tue, 29 Jul 2014 10:53:01 +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 56997E0935 for ; Tue, 29 Jul 2014 10:53:01 +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 BC22434014B for ; Tue, 29 Jul 2014 10:52:59 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2078) id 886CB2004E; Tue, 29 Jul 2014 10:52:55 +0000 (UTC) From: "Jeroen Roovers (jer)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jer@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/slurm: slurm-0.3.3-r1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: slurm-0.3.3-r1.ebuild ChangeLog X-VCS-Directories: net-analyzer/slurm X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140729105256.886CB2004E@flycatcher.gentoo.org> Date: Tue, 29 Jul 2014 10:52:55 +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: e693699c-9f8f-4532-b384-de63c22cb276 X-Archives-Hash: cacb93dbd86952be25c7d30e6cc28312 jer 14/07/29 10:52:55 Modified: slurm-0.3.3-r1.ebuild ChangeLog Log: Use the newer patch in the older ebuild too (bug #518466 by Laurent Bachelier). (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613) Revision Changes Path 1.4 net-analyzer/slurm/slurm-0.3.3-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/slurm/slurm-0.3.3-r1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/slurm/slurm-0.3.3-r1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/slurm/slurm-0.3.3-r1.ebuild?r1=1.3&r2=1.4 Index: slurm-0.3.3-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3-r1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- slurm-0.3.3-r1.ebuild 9 Jun 2012 06:37:35 -0000 1.3 +++ slurm-0.3.3-r1.ebuild 29 Jul 2014 10:52:55 -0000 1.4 @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3-r1.ebuild,v 1.3 2012/06/09 06:37:35 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.3.3-r1.ebuild,v 1.4 2014/07/29 10:52:55 jer Exp $ EAPI="4" @@ -19,8 +19,9 @@ src_prepare() { epatch \ - "${FILESDIR}"/${P}-asneeded.patch \ - "${FILESDIR}"/${P}-overflow.patch + "${FILESDIR}"/${P}-gentoo.patch \ + "${FILESDIR}"/${P}-overflow.patch \ + "${FILESDIR}"/${P}-theme.patch eautoreconf } 1.23 net-analyzer/slurm/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/slurm/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/slurm/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/slurm/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-analyzer/slurm/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 17 Jul 2014 01:44:55 -0000 1.22 +++ ChangeLog 29 Jul 2014 10:52:55 -0000 1.23 @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/slurm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/ChangeLog,v 1.22 2014/07/17 01:44:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/ChangeLog,v 1.23 2014/07/29 10:52:55 jer Exp $ + + 29 Jul 2014; Jeroen Roovers slurm-0.3.3-r1.ebuild: + Use the newer patch in the older ebuild too (bug #518466 by Laurent + Bachelier). *slurm-0.3.3-r2 (17 Jul 2014)