Gentoo Archives: gentoo-commits

From: Kacper Kowalik <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/containerd/
Date: Tue, 26 Apr 2016 18:11:14
Message-Id: 1461694255.0d204580aad0b634c3265505e6fe9442af33fd04.xarthisius@gentoo
1 commit: 0d204580aad0b634c3265505e6fe9442af33fd04
2 Author: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 26 18:10:55 2016 +0000
4 Commit: Kacper Kowalik <xarthisius <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 26 18:10:55 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d204580
7
8 app-emulation/containerd: fix malformed ebuild header
9
10 Package-Manager: portage-2.2.27
11
12 app-emulation/containerd/containerd-0.2.0.ebuild | 2 +-
13 app-emulation/containerd/containerd-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-emulation/containerd/containerd-0.2.0.ebuild b/app-emulation/containerd/containerd-0.2.0.ebuild
17 index c840962..bc7298a1 100644
18 --- a/app-emulation/containerd/containerd-0.2.0.ebuild
19 +++ b/app-emulation/containerd/containerd-0.2.0.ebuild
20 @@ -1,6 +1,6 @@
21 # Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 -# $Header: $
24 +# $Id$
25
26 EAPI=6
27 EGO_PN="github.com/docker/${PN}"
28
29 diff --git a/app-emulation/containerd/containerd-9999.ebuild b/app-emulation/containerd/containerd-9999.ebuild
30 index c840962..bc7298a1 100644
31 --- a/app-emulation/containerd/containerd-9999.ebuild
32 +++ b/app-emulation/containerd/containerd-9999.ebuild
33 @@ -1,6 +1,6 @@
34 # Copyright 1999-2016 Gentoo Foundation
35 # Distributed under the terms of the GNU General Public License v2
36 -# $Header: $
37 +# $Id$
38
39 EAPI=6
40 EGO_PN="github.com/docker/${PN}"