Gentoo Archives: gentoo-commits

From: "Matt Turner (mattst88)" <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/nss-myhostname: nss-myhostname-0.3.ebuild ChangeLog
Date: Mon, 04 Nov 2013 00:01:38
Message-Id: 20131104000131.1C4842004B@flycatcher.gentoo.org
1 mattst88 13/11/04 00:01:31
2
3 Modified: nss-myhostname-0.3.ebuild ChangeLog
4 Log:
5 alpha stable, bug 488756.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
8
9 Revision Changes Path
10 1.14 sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild?rev=1.14&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild?rev=1.14&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild?r1=1.13&r2=1.14
15
16 Index: nss-myhostname-0.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild,v
19 retrieving revision 1.13
20 retrieving revision 1.14
21 diff -u -r1.13 -r1.14
22 --- nss-myhostname-0.3.ebuild 2 Feb 2013 23:11:06 -0000 1.13
23 +++ nss-myhostname-0.3.ebuild 4 Nov 2013 00:01:30 -0000 1.14
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild,v 1.13 2013/02/02 23:11:06 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/nss-myhostname-0.3.ebuild,v 1.14 2013/11/04 00:01:30 mattst88 Exp $
29
30 EAPI="4"
31
32 @@ -10,7 +10,7 @@
33
34 LICENSE="LGPL-2.1+"
35 SLOT="0"
36 -KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
37 +KEYWORDS="alpha amd64 ~arm ~ia64 ppc ppc64 ~sparc x86"
38 IUSE=""
39
40 COMMON_DEPEND=""
41
42
43
44 1.14 sys-auth/nss-myhostname/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-myhostname/ChangeLog?rev=1.14&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-myhostname/ChangeLog?rev=1.14&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/nss-myhostname/ChangeLog?r1=1.13&r2=1.14
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/ChangeLog,v
53 retrieving revision 1.13
54 retrieving revision 1.14
55 diff -u -r1.13 -r1.14
56 --- ChangeLog 2 Feb 2013 23:11:06 -0000 1.13
57 +++ ChangeLog 4 Nov 2013 00:01:30 -0000 1.14
58 @@ -1,6 +1,9 @@
59 # ChangeLog for sys-auth/nss-myhostname
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/ChangeLog,v 1.13 2013/02/02 23:11:06 ago Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/nss-myhostname/ChangeLog,v 1.14 2013/11/04 00:01:30 mattst88 Exp $
63 +
64 + 04 Nov 2013; Matt Turner <mattst88@g.o> nss-myhostname-0.3.ebuild:
65 + alpha stable, bug 488756.
66
67 02 Feb 2013; Agostino Sarubbo <ago@g.o> nss-myhostname-0.3.ebuild:
68 Add ~arm, wrt bug #449220