ulm 15/03/31 20:22:33
Modified: gawk-4.0.2.ebuild gawk-4.1.0.ebuild ChangeLog
gawk-4.1.1-r1.ebuild
Log:
Update dependency after package move of eselect modules to app-eselect.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key
9433907D693FB5B8!)
Revision Changes Path
1.14 sys-apps/gawk/gawk-4.0.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild?r1=1.13&r2=1.14
Index: gawk-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gawk-4.0.2.ebuild 18 Jan 2014 02:58:35 -0000 1.13
+++ gawk-4.0.2.ebuild 31 Mar 2015 20:22:33 -0000 1.14
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.13
2014/01/18 02:58:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.0.2.ebuild,v 1.14
2015/03/31 20:22:33 ulm Exp $
EAPI="4"
@@ -54,7 +54,8 @@
pkg_postinst() {
# symlink creation here as the links do not belong to gawk, but to any
awk
- if has_version app-admin/eselect && has_version app-admin/eselect-awk ;
then
+ if has_version app-admin/eselect \
+ && has_version app-eselect/eselect-awk ; then
eselect awk update ifunset
else
local l
@@ -66,7 +67,8 @@
}
pkg_postrm() {
- if has_version app-admin/eselect && has_version app-admin/eselect-awk ;
then
+ if has_version app-admin/eselect \
+ && has_version app-eselect/eselect-awk ; then
eselect awk update ifunset
fi
}
1.6 sys-apps/gawk/gawk-4.1.0.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild?r1=1.5&r2=1.6
Index: gawk-4.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gawk-4.1.0.ebuild 18 Jan 2014 02:58:35 -0000 1.5
+++ gawk-4.1.0.ebuild 31 Mar 2015 20:22:33 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild,v 1.5
2014/01/18 02:58:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.0.ebuild,v 1.6
2015/03/31 20:22:33 ulm Exp $
EAPI="4"
@@ -56,7 +56,8 @@
pkg_postinst() {
# symlink creation here as the links do not belong to gawk, but to any
awk
- if has_version app-admin/eselect && has_version app-admin/eselect-awk ;
then
+ if has_version app-admin/eselect \
+ && has_version app-eselect/eselect-awk ; then
eselect awk update ifunset
else
local l
@@ -68,7 +69,8 @@
}
pkg_postrm() {
- if has_version app-admin/eselect && has_version app-admin/eselect-awk ;
then
+ if has_version app-admin/eselect \
+ && has_version app-eselect/eselect-awk ; then
eselect awk update ifunset
fi
}
1.180 sys-apps/gawk/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.180&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.180&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 25 Apr 2014 18:41:07 -0000 1.179
+++ ChangeLog 31 Mar 2015 20:22:33 -0000 1.180
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/gawk
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.179 2014/04/25
18:41:07 polynomial-c Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.180 2015/03/31
20:22:33 ulm Exp $
+
+ 31 Mar 2015; Ulrich Müller <[email protected]> gawk-4.0.2.ebuild,
+ gawk-4.1.0.ebuild, gawk-4.1.1-r1.ebuild:
+ Update dependency after package move of eselect modules to app-eselect.
*gawk-4.1.1-r1 (25 Apr 2014)
1.2 sys-apps/gawk/gawk-4.1.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild?rev=1.2&view=markup
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
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild?r1=1.1&r2=1.2
Index: gawk-4.1.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gawk-4.1.1-r1.ebuild 25 Apr 2014 18:41:07 -0000 1.1
+++ gawk-4.1.1-r1.ebuild 31 Mar 2015 20:22:33 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $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 $
+# $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 $
EAPI="4"
@@ -58,7 +58,8 @@
pkg_postinst() {
# symlink creation here as the links do not belong to gawk, but to any
awk
- if has_version app-admin/eselect && has_version app-admin/eselect-awk ;
then
+ if has_version app-admin/eselect \
+ && has_version app-eselect/eselect-awk ; then
eselect awk update ifunset
else
local l
@@ -70,7 +71,8 @@
}
pkg_postrm() {
- if has_version app-admin/eselect && has_version app-admin/eselect-awk ;
then
+ if has_version app-admin/eselect \
+ && has_version app-eselect/eselect-awk ; then
eselect awk update ifunset
fi
}