Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/gawk: gawk-4.0.2.ebuild gawk-4.1.0.ebuild ChangeLog gawk-4.1.1-r1.ebuild
Date: Tue, 31 Mar 2015 20:22:36
Message-Id: 20150331202233.3B1D814F0C@oystercatcher.gentoo.org
1 ulm 15/03/31 20:22:33
2
3 Modified: gawk-4.0.2.ebuild gawk-4.1.0.ebuild ChangeLog
4 gawk-4.1.1-r1.ebuild
5 Log:
6 Update dependency after package move of eselect modules to app-eselect.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
9
10 Revision Changes Path
11 1.14 sys-apps/gawk/gawk-4.0.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild?r1=1.13&r2=1.14
16
17 Index: gawk-4.0.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- gawk-4.0.2.ebuild 18 Jan 2014 02:58:35 -0000 1.13
24 +++ gawk-4.0.2.ebuild 31 Mar 2015 20:22:33 -0000 1.14
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.13 2014/01/18 02:58:35 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.14 2015/03/31 20:22:33 ulm Exp $
31
32 EAPI="4"
33
34 @@ -54,7 +54,8 @@
35
36 pkg_postinst() {
37 # symlink creation here as the links do not belong to gawk, but to any awk
38 - if has_version app-admin/eselect && has_version app-admin/eselect-awk ; then
39 + if has_version app-admin/eselect \
40 + && has_version app-eselect/eselect-awk ; then
41 eselect awk update ifunset
42 else
43 local l
44 @@ -66,7 +67,8 @@
45 }
46
47 pkg_postrm() {
48 - if has_version app-admin/eselect && has_version app-admin/eselect-awk ; then
49 + if has_version app-admin/eselect \
50 + && has_version app-eselect/eselect-awk ; then
51 eselect awk update ifunset
52 fi
53 }
54
55
56
57 1.6 sys-apps/gawk/gawk-4.1.0.ebuild
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild?rev=1.6&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild?rev=1.6&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild?r1=1.5&r2=1.6
62
63 Index: gawk-4.1.0.ebuild
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild,v
66 retrieving revision 1.5
67 retrieving revision 1.6
68 diff -u -r1.5 -r1.6
69 --- gawk-4.1.0.ebuild 18 Jan 2014 02:58:35 -0000 1.5
70 +++ gawk-4.1.0.ebuild 31 Mar 2015 20:22:33 -0000 1.6
71 @@ -1,6 +1,6 @@
72 -# Copyright 1999-2014 Gentoo Foundation
73 +# Copyright 1999-2015 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild,v 1.5 2014/01/18 02:58:35 vapier Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild,v 1.6 2015/03/31 20:22:33 ulm Exp $
77
78 EAPI="4"
79
80 @@ -56,7 +56,8 @@
81
82 pkg_postinst() {
83 # symlink creation here as the links do not belong to gawk, but to any awk
84 - if has_version app-admin/eselect && has_version app-admin/eselect-awk ; then
85 + if has_version app-admin/eselect \
86 + && has_version app-eselect/eselect-awk ; then
87 eselect awk update ifunset
88 else
89 local l
90 @@ -68,7 +69,8 @@
91 }
92
93 pkg_postrm() {
94 - if has_version app-admin/eselect && has_version app-admin/eselect-awk ; then
95 + if has_version app-admin/eselect \
96 + && has_version app-eselect/eselect-awk ; then
97 eselect awk update ifunset
98 fi
99 }
100
101
102
103 1.180 sys-apps/gawk/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.180&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.180&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?r1=1.179&r2=1.180
108
109 Index: ChangeLog
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v
112 retrieving revision 1.179
113 retrieving revision 1.180
114 diff -u -r1.179 -r1.180
115 --- ChangeLog 25 Apr 2014 18:41:07 -0000 1.179
116 +++ ChangeLog 31 Mar 2015 20:22:33 -0000 1.180
117 @@ -1,6 +1,10 @@
118 # ChangeLog for sys-apps/gawk
119 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
120 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.179 2014/04/25 18:41:07 polynomial-c Exp $
121 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
122 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.180 2015/03/31 20:22:33 ulm Exp $
123 +
124 + 31 Mar 2015; Ulrich Müller <ulm@g.o> gawk-4.0.2.ebuild,
125 + gawk-4.1.0.ebuild, gawk-4.1.1-r1.ebuild:
126 + Update dependency after package move of eselect modules to app-eselect.
127
128 *gawk-4.1.1-r1 (25 Apr 2014)
129
130
131
132
133 1.2 sys-apps/gawk/gawk-4.1.1-r1.ebuild
134
135 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild?rev=1.2&view=markup
136 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild?rev=1.2&content-type=text/plain
137 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild?r1=1.1&r2=1.2
138
139 Index: gawk-4.1.1-r1.ebuild
140 ===================================================================
141 RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild,v
142 retrieving revision 1.1
143 retrieving revision 1.2
144 diff -u -r1.1 -r1.2
145 --- gawk-4.1.1-r1.ebuild 25 Apr 2014 18:41:07 -0000 1.1
146 +++ gawk-4.1.1-r1.ebuild 31 Mar 2015 20:22:33 -0000 1.2
147 @@ -1,6 +1,6 @@
148 -# Copyright 1999-2014 Gentoo Foundation
149 +# Copyright 1999-2015 Gentoo Foundation
150 # Distributed under the terms of the GNU General Public License v2
151 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild,v 1.1 2014/04/25 18:41:07 polynomial-c Exp $
152 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild,v 1.2 2015/03/31 20:22:33 ulm Exp $
153
154 EAPI="4"
155
156 @@ -58,7 +58,8 @@
157
158 pkg_postinst() {
159 # symlink creation here as the links do not belong to gawk, but to any awk
160 - if has_version app-admin/eselect && has_version app-admin/eselect-awk ; then
161 + if has_version app-admin/eselect \
162 + && has_version app-eselect/eselect-awk ; then
163 eselect awk update ifunset
164 else
165 local l
166 @@ -70,7 +71,8 @@
167 }
168
169 pkg_postrm() {
170 - if has_version app-admin/eselect && has_version app-admin/eselect-awk ; then
171 + if has_version app-admin/eselect \
172 + && has_version app-eselect/eselect-awk ; then
173 eselect awk update ifunset
174 fi
175 }