Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/, dev-vcs/git/files/
Date: Sat, 10 Oct 2015 11:17:11
Message-Id: 1444475783.74c1a2dd55137294624d5164f7f6cbf7e3bde32a.jlec@gentoo
1 commit: 74c1a2dd55137294624d5164f7f6cbf7e3bde32a
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 10 11:15:32 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 10 11:16:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74c1a2dd
7
8 dev-vcs/git: Fix @ -> <at> conversion
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch | 8 ++++----
14 dev-vcs/git/{git-2.6.1-r1.ebuild => git-2.6.1-r2.ebuild} | 0
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch b/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch
18 index bc60708..b5e3af1 100644
19 --- a/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch
20 +++ b/dev-vcs/git/files/git-2.6.0-am_configure_gpg_at_startup.patch
21 @@ -1,4 +1,4 @@
22 -From: Renee Margaret McConahy <nepella <at> gmail.com>
23 +From: Renee Margaret McConahy <nepella@×××××.com>
24 Subject: [PATCH v2] am: configure gpg at startup
25 Newsgroups: gmane.comp.version-control.git
26 Date: 2015-09-30 17:49:44 GMT (5 days, 14 hours and 45 minutes ago)
27 @@ -11,7 +11,7 @@ Perhaps git_gpg_config's functionality ought to be merged into
28 git_default_config, but this is simpler and in keeping with the current
29 practice.
30
31 -Signed-off-by: Renee Margaret McConahy <nepella <at> gmail.com>
32 +Signed-off-by: Renee Margaret McConahy <nepella@×××××.com>
33 ---
34
35 builtin/am.c | 13 ++++++++++++-
36 @@ -21,7 +21,7 @@ diff --git a/builtin/am.c b/builtin/am.c
37 index 4f77e07..3bd4fd7 100644
38 --- a/builtin/am.c
39 +++ b/builtin/am.c
40 - <at> <at> -2208,6 +2208,17 <at> <at> enum resume_mode {
41 +@@ -2208,6 +2208,17 @@ enum resume_mode {
42 RESUME_ABORT
43 };
44
45 @@ -39,7 +39,7 @@ index 4f77e07..3bd4fd7 100644
46 int cmd_am(int argc, const char **argv, const char *prefix)
47 {
48 struct am_state state;
49 - <at> <at> -2308,7 +2319,7 <at> <at> int cmd_am(int argc, const char **argv, const char *prefix)
50 +@@ -2308,7 +2319,7 @@ int cmd_am(int argc, const char **argv, const char *prefix)
51 OPT_END()
52 };
53
54
55 diff --git a/dev-vcs/git/git-2.6.1-r1.ebuild b/dev-vcs/git/git-2.6.1-r2.ebuild
56 similarity index 100%
57 rename from dev-vcs/git/git-2.6.1-r1.ebuild
58 rename to dev-vcs/git/git-2.6.1-r2.ebuild