vapier 14/08/08 07:23:09
Modified: timezone-data-2014f.ebuild
timezone-data-2014e.ebuild ChangeLog
Log:
Fix get_TIMEZONE output #519256 by Daniel Kenzelmann.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
D2E96200)
Revision Changes Path
1.2 sys-libs/timezone-data/timezone-data-2014f.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014f.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014f.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014f.ebuild?r1=1.1&r2=1.2
Index: timezone-data-2014f.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014f.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- timezone-data-2014f.ebuild 7 Aug 2014 00:08:01 -0000 1.1
+++ timezone-data-2014f.ebuild 8 Aug 2014 07:23:09 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014f.ebuild,v 1.1
2014/08/07 00:08:01 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014f.ebuild,v 1.2
2014/08/08 07:23:09 vapier Exp $
EAPI="4"
@@ -101,7 +101,7 @@
else
tz="FOOKABLOIE"
fi
- [[ -z ${tz} ]]
+ [[ -z ${tz} ]] && return 1 || echo "${tz}"
}
pkg_preinst() {
1.4 sys-libs/timezone-data/timezone-data-2014e.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild?r1=1.3&r2=1.4
Index: timezone-data-2014e.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- timezone-data-2014e.ebuild 30 Jul 2014 06:46:16 -0000 1.3
+++ timezone-data-2014e.ebuild 8 Aug 2014 07:23:09 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.3
2014/07/30 06:46:16 vapier Exp $
+# $Header:
/var/cvsroot/gentoo-x86/sys-libs/timezone-data/timezone-data-2014e.ebuild,v 1.4
2014/08/08 07:23:09 vapier Exp $
EAPI="4"
@@ -101,7 +101,7 @@
else
tz="FOOKABLOIE"
fi
- [[ -z ${tz} ]]
+ [[ -z ${tz} ]] && return 1 || echo "${tz}"
}
pkg_preinst() {
1.308 sys-libs/timezone-data/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.308&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?rev=1.308&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/timezone-data/ChangeLog?r1=1.307&r2=1.308
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog 7 Aug 2014 00:08:01 -0000 1.307
+++ ChangeLog 8 Aug 2014 07:23:09 -0000 1.308
@@ -1,6 +1,10 @@
# ChangeLog for sys-libs/timezone-data
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.307
2014/08/07 00:08:01 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/timezone-data/ChangeLog,v 1.308
2014/08/08 07:23:09 vapier Exp $
+
+ 08 Aug 2014; Mike Frysinger <[email protected]> timezone-data-2014e.ebuild,
+ timezone-data-2014f.ebuild:
+ Fix get_TIMEZONE output #519256 by Daniel Kenzelmann.
*timezone-data-2014f (07 Aug 2014)