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 EA0771381F3 for ; Mon, 3 Jun 2013 23:33:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FB74E09FB; Mon, 3 Jun 2013 23:33:39 +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 C5D48E09FB for ; Mon, 3 Jun 2013 23:33:38 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DD7C433E10D for ; Mon, 3 Jun 2013 23:33:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 91BBDE5465 for ; Mon, 3 Jun 2013 23:33:35 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1370246767.2c66d87d30349a7203d8384140864e6cc7749ad6.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/files/, sys-cluster/modules/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/modules/files/errorline.patch sys-cluster/modules/files/modules-3.2.9c-errorline.patch sys-cluster/modules/modules-3.2.9c-r1.ebuild X-VCS-Directories: sys-cluster/modules/files/ sys-cluster/modules/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 2c66d87d30349a7203d8384140864e6cc7749ad6 X-VCS-Branch: master Date: Mon, 3 Jun 2013 23:33:35 +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: ac7fd574-038b-48fb-a7e6-ff71d4004f79 X-Archives-Hash: 7c6e5c08deb921b49ac8fc042fc320f6 commit: 2c66d87d30349a7203d8384140864e6cc7749ad6 Author: Andreas Schäfer gmx de> AuthorDate: Mon Jun 3 08:06:07 2013 +0000 Commit: Christoph Junghans gentoo org> CommitDate: Mon Jun 3 08:06:07 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2c66d87d using versioned patch for sys-cluster/modules, too --- .../modules/files/{errorline.patch => modules-3.2.9c-errorline.patch} | 0 sys-cluster/modules/modules-3.2.9c-r1.ebuild | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/modules/files/errorline.patch b/sys-cluster/modules/files/modules-3.2.9c-errorline.patch similarity index 100% rename from sys-cluster/modules/files/errorline.patch rename to sys-cluster/modules/files/modules-3.2.9c-errorline.patch diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild index 4c76601..f161cb9 100644 --- a/sys-cluster/modules/modules-3.2.9c-r1.ebuild +++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild @@ -27,7 +27,7 @@ S="${WORKDIR}/${P%[a-z]}" DOCS=(ChangeLog README NEWS TODO) src_prepare() { - epatch "${FILESDIR}"/errorline.patch + epatch "${FILESDIR}/${P}-errorline.patch" } src_configure() {