Gentoo Archives: gentoo-commits

From: "Christoph Junghans (ottxor)" <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/awk: awk-1.ebuild ChangeLog
Date: Tue, 24 Dec 2013 00:36:51
Message-Id: 20131224003645.DC3B92004C@flycatcher.gentoo.org
1 ottxor 13/12/24 00:36:45
2
3 Modified: ChangeLog
4 Added: awk-1.ebuild
5 Log:
6 version bump due to bug #455696
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key C2000586)
9
10 Revision Changes Path
11 1.8 virtual/awk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/awk/ChangeLog?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/awk/ChangeLog?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/awk/ChangeLog?r1=1.7&r2=1.8
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/awk/ChangeLog,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- ChangeLog 21 Mar 2013 12:39:49 -0000 1.7
24 +++ ChangeLog 24 Dec 2013 00:36:45 -0000 1.8
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/awk
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/awk/ChangeLog,v 1.7 2013/03/21 12:39:49 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/awk/ChangeLog,v 1.8 2013/12/24 00:36:45 ottxor Exp $
30 +
31 +*awk-1 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Christoph Junghans <ottxor@g.o> +awk-1.ebuild:
34 + version bump due to bug #455696
35
36 21 Mar 2013; Justin Lecher <jlec@g.o> awk-0.ebuild, metadata.xml:
37 Keyword for ~-linux
38
39
40
41 1.1 virtual/awk/awk-1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/awk/awk-1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/awk/awk-1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: awk-1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/awk/awk-1.ebuild,v 1.1 2013/12/24 00:36:45 ottxor Exp $
51
52 DESCRIPTION="Virtual for awk implementation"
53 HOMEPAGE=""
54 SRC_URI=""
55
56 LICENSE=""
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x86-macos"
59 IUSE=""
60
61 DEPEND=""
62 RDEPEND="
63 || (
64 >=sys-apps/gawk-4.0.1-r1
65 sys-apps/mawk
66 sys-apps/nawk
67 sys-apps/busybox
68 )
69 !<sys-apps/gawk-4.0.1-r1" #before 4.0.1-r1 awk symlinks did belong to gawk #455696