Date: Monday, September 17, 2012 @ 12:19:55 Author: andyrtr Revision: 166749
db-move: moved tzdata from [testing] to [core] (any) Added: tzdata/repos/core-any/PKGBUILD (from rev 166748, 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-09-17 16:06:49 UTC (rev 166748) +++ core-any/PKGBUILD 2012-09-17 16:19:55 UTC (rev 166749) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Andreas Radke <andy...@archlinux.org> - -pkgname=tzdata -pkgver=2012e -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=('8520206d8dc2a4188bd6e7a85f25cbb256b10d36') - -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 166748, tzdata/repos/testing-any/PKGBUILD) =================================================================== --- core-any/PKGBUILD (rev 0) +++ core-any/PKGBUILD 2012-09-17 16:19:55 UTC (rev 166749) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Andreas Radke <andy...@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 +}