From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 97E271381FA for ; Mon, 26 May 2014 08:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23951E0878; Mon, 26 May 2014 08:35:49 +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 B206FE0878 for ; Mon, 26 May 2014 08:35:48 +0000 (UTC) Received: from spoonbill.gentoo.org (unknown [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA5F533F281 for ; Mon, 26 May 2014 08:35:47 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 4D032181A9 for ; Mon, 26 May 2014 08:35:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1401090773.2edad105d40a292530db9aeaaed47e7790ba887c.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-admin/eselect/ X-VCS-Repository: proj/sci X-VCS-Files: app-admin/eselect/ChangeLog app-admin/eselect/eselect-1.4.2-r100.ebuild X-VCS-Directories: app-admin/eselect/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 2edad105d40a292530db9aeaaed47e7790ba887c X-VCS-Branch: master Date: Mon, 26 May 2014 08:35:46 +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: 7954d596-df41-47fc-a847-7b1645234ec5 X-Archives-Hash: 08ef78eaac917f9a2cbd637cfb5b07f0 commit: 2edad105d40a292530db9aeaaed47e7790ba887c Author: Justin Lecher gentoo org> AuthorDate: Mon May 26 07:52:53 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon May 26 07:52:53 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2edad105 app-admin/eselect: Fix patch name Package-Manager: portage-2.2.10 --- app-admin/eselect/ChangeLog | 3 +++ app-admin/eselect/eselect-1.4.2-r100.ebuild | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app-admin/eselect/ChangeLog b/app-admin/eselect/ChangeLog index ab8f2ad..2fdf21a 100644 --- a/app-admin/eselect/ChangeLog +++ b/app-admin/eselect/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect/ChangeLog,v 1.179 2011/01/22 21:38:52 ulm Exp $ + 26 May 2014; Justin Lecher eselect-1.4.2-r100.ebuild: + Fix patch name + *eselect-1.4.2-r100 (26 May 2014) 26 May 2014; Justin Lecher +eselect-1.4.2-r100.ebuild, diff --git a/app-admin/eselect/eselect-1.4.2-r100.ebuild b/app-admin/eselect/eselect-1.4.2-r100.ebuild index 3c136ae..3fb583f 100644 --- a/app-admin/eselect/eselect-1.4.2-r100.ebuild +++ b/app-admin/eselect/eselect-1.4.2-r100.ebuild @@ -33,7 +33,7 @@ PDEPEND="emacs? ( app-emacs/eselect-mode ) vim-syntax? ( app-vim/eselect-syntax )" src_prepare() { - epatch "${FILESDIR}"/${P}-1.4.2-alternatives.patch + epatch "${FILESDIR}"/${P}-alternatives.patch AT_M4DIR="." eautoreconf }