Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/modules/files/, sys-cluster/modules/
Date: Mon, 03 Jun 2013 23:33:42
Message-Id: 1370246767.2c66d87d30349a7203d8384140864e6cc7749ad6.ottxor@gentoo
1 commit: 2c66d87d30349a7203d8384140864e6cc7749ad6
2 Author: Andreas Schäfer <gentryx <AT> gmx <DOT> de>
3 AuthorDate: Mon Jun 3 08:06:07 2013 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 3 08:06:07 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2c66d87d
7
8 using versioned patch for sys-cluster/modules, too
9
10 ---
11 .../modules/files/{errorline.patch => modules-3.2.9c-errorline.patch} | 0
12 sys-cluster/modules/modules-3.2.9c-r1.ebuild | 2 +-
13 2 files changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/modules/files/errorline.patch b/sys-cluster/modules/files/modules-3.2.9c-errorline.patch
16 similarity index 100%
17 rename from sys-cluster/modules/files/errorline.patch
18 rename to sys-cluster/modules/files/modules-3.2.9c-errorline.patch
19
20 diff --git a/sys-cluster/modules/modules-3.2.9c-r1.ebuild b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
21 index 4c76601..f161cb9 100644
22 --- a/sys-cluster/modules/modules-3.2.9c-r1.ebuild
23 +++ b/sys-cluster/modules/modules-3.2.9c-r1.ebuild
24 @@ -27,7 +27,7 @@ S="${WORKDIR}/${P%[a-z]}"
25 DOCS=(ChangeLog README NEWS TODO)
26
27 src_prepare() {
28 - epatch "${FILESDIR}"/errorline.patch
29 + epatch "${FILESDIR}/${P}-errorline.patch"
30 }
31
32 src_configure() {