[arch-commits] Commit in tzdata/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Oct 21 18:58:52 UTC 2012


    Date: Sunday, October 21, 2012 @ 14:58:52
  Author: andyrtr
Revision: 169468

db-move: moved tzdata from [testing] to [core] (any)

Added:
  tzdata/repos/core-any/PKGBUILD
    (from rev 169467, tzdata/repos/testing-any/PKGBUILD)
Deleted:
  tzdata/repos/core-any/PKGBUILD
  tzdata/repos/testing-any/

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: core-any/PKGBUILD
===================================================================
--- core-any/PKGBUILD	2012-10-21 18:14:40 UTC (rev 169467)
+++ core-any/PKGBUILD	2012-10-21 18:58:52 UTC (rev 169468)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=tzdata
-pkgver=2012f
-pkgrel=1
-pkgdesc="Sources for time zone and daylight saving time data"
-arch=('any')
-url="http://www.iana.org/time-zones"
-license=('GPL')
-options=('!emptydirs')
-source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
-sha1sums=('9fd8f90f8167b0a2a916edd9f681ed23b5fb605b')
-
-timezones=('africa' 'antarctica' 'asia' 'australasia'
-           'europe' 'northamerica' 'southamerica'
-           'pacificnew' 'etcetera' 'backward'
-           'systemv' 'factory'
-           'solar87' 'solar88' 'solar89')
-
-package() {
-  cd ${srcdir}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]}
-  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
-  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
-}

Copied: tzdata/repos/core-any/PKGBUILD (from rev 169467, tzdata/repos/testing-any/PKGBUILD)
===================================================================
--- core-any/PKGBUILD	                        (rev 0)
+++ core-any/PKGBUILD	2012-10-21 18:58:52 UTC (rev 169468)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Andreas Radke <andyrtr at archlinux.org>
+
+pkgname=tzdata
+pkgver=2012g
+pkgrel=1
+pkgdesc="Sources for time zone and daylight saving time data"
+arch=('any')
+url="http://www.iana.org/time-zones"
+license=('GPL')
+options=('!emptydirs')
+source=(http://www.iana.org/time-zones/repository/releases/${pkgname}${pkgver}.tar.gz)
+sha1sums=('b3a089ef0b56314252eec217e86e6483dd641d51')
+
+timezones=('africa' 'antarctica' 'asia' 'australasia'
+           'europe' 'northamerica' 'southamerica'
+           'pacificnew' 'etcetera' 'backward'
+           'systemv' 'factory'
+           'solar87' 'solar88' 'solar89')
+
+package() {
+  cd ${srcdir}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/posix ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo/right -L leapseconds ${timezones[@]}
+  zic -y ./yearistype -d ${pkgdir}/usr/share/zoneinfo -p America/New_York
+  install -m444 -t ${pkgdir}/usr/share/zoneinfo iso3166.tab zone.tab
+}




More information about the arch-commits mailing list