commit:     6f8287c6402cd602e569a600c3843b5586b6c23f
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 19:27:44 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 19:27:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f8287c6

sys-libs/timezone-data: rename leaps_timezone to leaps-timezone

Reported-by: Michał Górny
Closes: https://bugs.gentoo.org/695152
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-libs/timezone-data/metadata.xml                  | 2 +-
 sys-libs/timezone-data/timezone-data-2018i.ebuild    | 4 ++--
 sys-libs/timezone-data/timezone-data-2019a.ebuild    | 4 ++--
 sys-libs/timezone-data/timezone-data-2019b-r1.ebuild | 4 ++--
 sys-libs/timezone-data/timezone-data-2019b-r2.ebuild | 4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/sys-libs/timezone-data/metadata.xml 
b/sys-libs/timezone-data/metadata.xml
index df3ef61050c..a74a2f3c906 100644
--- a/sys-libs/timezone-data/metadata.xml
+++ b/sys-libs/timezone-data/metadata.xml
@@ -10,7 +10,7 @@
     <name>Gentoo Toolchain Project</name>
   </maintainer>
   <use>
-    <flag name="leaps_timezone">
+    <flag name="leaps-timezone">
       Install the set of "right" timezones; these timezones include leap 
seconds
       when counting seconds since the epoch (while POSIX does not) as they are
       based on the TAI (International Atomic Time) clock

diff --git a/sys-libs/timezone-data/timezone-data-2018i.ebuild 
b/sys-libs/timezone-data/timezone-data-2018i.ebuild
index 48ee5887cfb..213d0785396 100644
--- a/sys-libs/timezone-data/timezone-data-2018i.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2018i.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 LICENSE="BSD public-domain"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc 
x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
-IUSE="nls leaps_timezone elibc_FreeBSD"
+IUSE="nls leaps-timezone elibc_FreeBSD"
 
 DEPEND="nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}
@@ -56,7 +56,7 @@ src_configure() {
 
 _emake() {
        emake \
-               REDO=$(usex leaps_timezone posix_right posix_only) \
+               REDO=$(usex leaps-timezone posix_right posix_only) \
                TZDATA_TEXT= \
                TOPDIR="${EPREFIX}" \
                ZICDIR='$(TOPDIR)/usr/bin' \

diff --git a/sys-libs/timezone-data/timezone-data-2019a.ebuild 
b/sys-libs/timezone-data/timezone-data-2019a.ebuild
index 496fce2b563..cbf1424b2db 100644
--- a/sys-libs/timezone-data/timezone-data-2019a.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2019a.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 LICENSE="BSD public-domain"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390  sh 
 sparc  x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
-IUSE="nls leaps_timezone elibc_FreeBSD"
+IUSE="nls leaps-timezone elibc_FreeBSD"
 
 DEPEND="nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}
@@ -56,7 +56,7 @@ src_configure() {
 
 _emake() {
        emake \
-               REDO=$(usex leaps_timezone posix_right posix_only) \
+               REDO=$(usex leaps-timezone posix_right posix_only) \
                TZDATA_TEXT= \
                TOPDIR="${EPREFIX}" \
                ZICDIR='$(TOPDIR)/usr/bin' \

diff --git a/sys-libs/timezone-data/timezone-data-2019b-r1.ebuild 
b/sys-libs/timezone-data/timezone-data-2019b-r1.ebuild
index f295c2eeaaf..3713320fda3 100644
--- a/sys-libs/timezone-data/timezone-data-2019b-r1.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2019b-r1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 LICENSE="BSD public-domain"
 SLOT="0"
 KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390  sh 
 sparc  x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~x64-solaris"
-IUSE="nls leaps_timezone elibc_FreeBSD"
+IUSE="nls leaps-timezone elibc_FreeBSD"
 
 DEPEND="nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}
@@ -56,7 +56,7 @@ src_configure() {
 
 _emake() {
        emake \
-               REDO=$(usex leaps_timezone posix_right posix_only) \
+               REDO=$(usex leaps-timezone posix_right posix_only) \
                TZDATA_TEXT= \
                TOPDIR="${EPREFIX}" \
                ZICDIR='$(TOPDIR)/usr/bin' \

diff --git a/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild 
b/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild
index 7a1382e40e9..f51150fcc58 100644
--- a/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild
+++ b/sys-libs/timezone-data/timezone-data-2019b-r2.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://www.iana.org/time-zones/repository/releases/tzdata${data_ver}.t
 LICENSE="BSD public-domain"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~x86-macos ~x64-solaris"
-IUSE="nls leaps_timezone elibc_FreeBSD"
+IUSE="nls leaps-timezone elibc_FreeBSD"
 
 DEPEND="nls? ( virtual/libintl )"
 RDEPEND="${DEPEND}
@@ -56,7 +56,7 @@ src_configure() {
 
 _emake() {
        emake \
-               REDO=$(usex leaps_timezone posix_right posix_only) \
+               REDO=$(usex leaps-timezone posix_right posix_only) \
                TZDATA_TEXT= \
                TOPDIR="${EPREFIX}" \
                ZICDIR='$(TOPDIR)/usr/bin' \

Reply via email to