[arch-commits] Commit in openntpd/trunk (PKGBUILD)
Date: Sunday, January 11, 2015 @ 23:06:27 Author: vesa Revision: 125779 Move back to sha256s since openbsd.org provides those Modified: openntpd/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-01-11 21:43:45 UTC (rev 125778) +++ PKGBUILD2015-01-11 22:06:27 UTC (rev 125779) @@ -19,9 +19,9 @@ 'openntpd.tmpfiles' 'openntpd.service') -md5sums=('800c5d3ef2b8e3ac403698fdf0c54c2a' - 'e363bdf1623401fba396c9486f3a9524' - '682c431a66fc42b800844431946d3445') +sha256sums=('071cfdcfc179c481568a2b8262945243a3123abfc7fa8831da1bbff3729b8307' +'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5' +'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1') build() { cd $pkgname-$pkgver
[arch-commits] Commit in openntpd/trunk (PKGBUILD)
Date: Friday, January 9, 2015 @ 07:23:12 Author: vesa Revision: 125641 openntpd requires now that /var/lib/ntp is owned by root Modified: openntpd/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2015-01-09 06:13:06 UTC (rev 125640) +++ PKGBUILD2015-01-09 06:23:12 UTC (rev 125641) @@ -44,7 +44,7 @@ "$pkgdir/usr/share/licenses/$pkgname/COPYING" sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf" - install -d -o 87 -g 87 "$pkgdir/var/lib/ntp" + install -d -m700 "$pkgdir/var/lib/ntp" install -Dm644 "$srcdir/openntpd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/openntpd.conf" install -Dm644 "$srcdir/openntpd.service" "$pkgdir/usr/lib/systemd/system/openntpd.service"
[arch-commits] Commit in openntpd/trunk (PKGBUILD)
Date: Friday, January 9, 2015 @ 07:13:06 Author: vesa Revision: 125640 Upgrade upstream, remove linux-adjtimex patch, don't remove run directory: it's not there anymore Modified: openntpd/trunk/PKGBUILD --+ PKGBUILD | 22 +++--- 1 file changed, 7 insertions(+), 15 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-01-09 04:03:19 UTC (rev 125639) +++ PKGBUILD2015-01-09 06:13:06 UTC (rev 125640) @@ -5,8 +5,8 @@ # Contributor: Alexander Rødseth pkgname=openntpd -pkgver=3.9p1 -pkgrel=24 +pkgver=5.7p1 +pkgrel=1 pkgdesc='Free, easy to use implementation of the Network Time Protocol.' url='http://www.openntpd.org/' arch=('x86_64' 'i686') @@ -16,17 +16,12 @@ backup=('etc/ntpd.conf') install=$pkgname.install source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/$pkgname-$pkgver.tar.gz"; - 'linux-adjtimex.patch' 'openntpd.tmpfiles' 'openntpd.service') -sha256sums=('83dd7c1e8ec8b4567afe49af539271b5a73562fb7a3ca51df73eccba89ec8c49' -'3abcec94c072b5913ef7156a22049d796ff04e19105befe1ea81a66522928fd2' -'fe12841110c3c080519e248988c4b6334f54bd9646b015753c7e15de2a9600c5' -'3239fc6f69d661cd9233233da9e68bebdf7b12888febbc2f2d794742db2d8ed1') -prepare() { - patch -Np1 -d $pkgname-$pkgver < linux-adjtimex.patch -} +md5sums=('800c5d3ef2b8e3ac403698fdf0c54c2a' + 'e363bdf1623401fba396c9486f3a9524' + '682c431a66fc42b800844431946d3445') build() { cd $pkgname-$pkgver @@ -45,8 +40,8 @@ cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm644 "$srcdir/$pkgname-$pkgver/LICENCE" \ -"$pkgdir/usr/share/licenses/$pkgname/LICENCE" + install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \ +"$pkgdir/usr/share/licenses/$pkgname/COPYING" sed -i 's/\*/0.0.0.0/' "$pkgdir/etc/ntpd.conf" install -d -o 87 -g 87 "$pkgdir/var/lib/ntp" @@ -53,9 +48,6 @@ install -Dm644 "$srcdir/openntpd.tmpfiles" "$pkgdir/usr/lib/tmpfiles.d/openntpd.conf" install -Dm644 "$srcdir/openntpd.service" "$pkgdir/usr/lib/systemd/system/openntpd.service" - # avoid conflict with filesystem>=2012.06 - rm -r "$pkgdir/run" - install -dm755 "$pkgdir/usr/lib/systemd/ntp-units.d" echo "$pkgname.service" > "$pkgdir/usr/lib/systemd/ntp-units.d/$pkgname.list" }
[arch-commits] Commit in cabal-install/repos (4 files)
Date: Saturday, February 15, 2014 @ 17:15:55 Author: vesa Revision: 206018 archrelease: copy trunk to testing-i686, testing-x86_64 Added: cabal-install/repos/testing-i686/PKGBUILD (from rev 206017, cabal-install/trunk/PKGBUILD) cabal-install/repos/testing-x86_64/PKGBUILD (from rev 206017, cabal-install/trunk/PKGBUILD) Deleted: cabal-install/repos/testing-i686/PKGBUILD cabal-install/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 68 ++ testing-i686/PKGBUILD | 34 --- testing-x86_64/PKGBUILD | 34 --- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017) +++ testing-i686/PKGBUILD 2014-02-15 16:15:55 UTC (rev 206018) @@ -1,34 +0,0 @@ -# Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=cabal-install -pkgver=1.18.0.2 -pkgrel=1 -pkgdesc="The command-line interface for Cabal and Hackage." -url="http://hackage.haskell.org/package/cabal-install"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -#depends=('ghc' 'gmp' 'zlib') -makedepends=('ghc') -depends=('gmp' 'zlib') -source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) -md5sums=('e7e46406d43539616388aeafa01c689d') - -build() { - cd cabal-install-${pkgver} - - sh bootstrap.sh --user -} - -package() { - cd cabal-install-${pkgver} - - install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal - install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE - - # add bash completion - install -d ${pkgdir}/usr/share/bash-completion/completions - install -m644 bash-completion/cabal \ -${pkgdir}/usr/share/bash-completion/completions -} Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 206017, cabal-install/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2014-02-15 16:15:55 UTC (rev 206018) @@ -0,0 +1,34 @@ +# Maintainer: Thomas Dziedzic +# Maintainer: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=cabal-install +pkgver=1.18.0.2 +pkgrel=1 +pkgdesc="The command-line interface for Cabal and Hackage." +url="http://hackage.haskell.org/package/cabal-install"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +#depends=('ghc' 'gmp' 'zlib') +makedepends=('ghc') +depends=('gmp' 'zlib') +source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) +md5sums=('e7e46406d43539616388aeafa01c689d') + +build() { + cd cabal-install-${pkgver} + + sh bootstrap.sh --user +} + +package() { + cd cabal-install-${pkgver} + + install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal + install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + + # add bash completion + install -d ${pkgdir}/usr/share/bash-completion/completions + install -m644 bash-completion/cabal \ +${pkgdir}/usr/share/bash-completion/completions +} Deleted: testing-x86_64/PKGBUILD ======= --- testing-x86_64/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017) +++ testing-x86_64/PKGBUILD 2014-02-15 16:15:55 UTC (rev 206018) @@ -1,34 +0,0 @@ -# Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=cabal-install -pkgver=1.18.0.2 -pkgrel=1 -pkgdesc="The command-line interface for Cabal and Hackage." -url="http://hackage.haskell.org/package/cabal-install"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -#depends=('ghc' 'gmp' 'zlib') -makedepends=('ghc') -depends=('gmp' 'zlib') -source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) -md5sums=('e7e46406d43539616388aeafa01c689d') - -build() { - cd cabal-install-${pkgver} - - sh bootstrap.sh --user -} - -package() { - cd cabal-install-${pkgver} - - install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal - install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE - - # add bash completion - install -d ${pkgdir}/usr/share/bash-completion/completions - install -m644 bash-completion/cabal \ -${pkgdir}/usr/share/bash-completion/completions -} Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev
[arch-commits] Commit in cabal-install/repos (4 files)
Date: Saturday, February 15, 2014 @ 17:13:49 Author: vesa Revision: 206017 archrelease: copy trunk to testing-i686, testing-x86_64 Added: cabal-install/repos/testing-i686/PKGBUILD (from rev 206016, cabal-install/trunk/PKGBUILD) cabal-install/repos/testing-x86_64/PKGBUILD (from rev 206016, cabal-install/trunk/PKGBUILD) Deleted: cabal-install/repos/testing-i686/PKGBUILD cabal-install/repos/testing-x86_64/PKGBUILD -+ /PKGBUILD | 68 ++ testing-i686/PKGBUILD | 34 --- testing-x86_64/PKGBUILD | 34 --- 3 files changed, 68 insertions(+), 68 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2014-02-15 16:11:34 UTC (rev 206016) +++ testing-i686/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017) @@ -1,34 +0,0 @@ -# Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=cabal-install -pkgver=1.18.0.2 -pkgrel=1 -pkgdesc="The command-line interface for Cabal and Hackage." -url="http://hackage.haskell.org/package/cabal-install"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -#depends=('ghc' 'gmp' 'zlib') -makedepends=('ghc') -depends=('gmp' 'zlib') -source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) -md5sums=('e7e46406d43539616388aeafa01c689d') - -build() { - cd cabal-install-${pkgver} - - sh bootstrap.sh --user -} - -package() { - cd cabal-install-${pkgver} - - install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal - install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE - - # add bash completion - install -d ${pkgdir}/usr/share/bash-completion/completions - install -m644 bash-completion/cabal \ -${pkgdir}/usr/share/bash-completion/completions -} Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 206016, cabal-install/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017) @@ -0,0 +1,34 @@ +# Maintainer: Thomas Dziedzic +# Maintainer: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=cabal-install +pkgver=1.18.0.2 +pkgrel=1 +pkgdesc="The command-line interface for Cabal and Hackage." +url="http://hackage.haskell.org/package/cabal-install"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +#depends=('ghc' 'gmp' 'zlib') +makedepends=('ghc') +depends=('gmp' 'zlib') +source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) +md5sums=('e7e46406d43539616388aeafa01c689d') + +build() { + cd cabal-install-${pkgver} + + sh bootstrap.sh --user +} + +package() { + cd cabal-install-${pkgver} + + install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal + install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + + # add bash completion + install -d ${pkgdir}/usr/share/bash-completion/completions + install -m644 bash-completion/cabal \ +${pkgdir}/usr/share/bash-completion/completions +} Deleted: testing-x86_64/PKGBUILD ======= --- testing-x86_64/PKGBUILD 2014-02-15 16:11:34 UTC (rev 206016) +++ testing-x86_64/PKGBUILD 2014-02-15 16:13:49 UTC (rev 206017) @@ -1,34 +0,0 @@ -# Maintainer: Thomas Dziedzic -# Maintainer: Vesa Kaihlavirta -# Contributor: Arch Haskell Team - -pkgname=cabal-install -pkgver=1.18.0.2 -pkgrel=1 -pkgdesc="The command-line interface for Cabal and Hackage." -url="http://hackage.haskell.org/package/cabal-install"; -license=('custom:BSD3') -arch=('i686' 'x86_64') -#depends=('ghc' 'gmp' 'zlib') -makedepends=('ghc') -depends=('gmp' 'zlib') -source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) -md5sums=('e7e46406d43539616388aeafa01c689d') - -build() { - cd cabal-install-${pkgver} - - sh bootstrap.sh --user -} - -package() { - cd cabal-install-${pkgver} - - install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal - install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE - - # add bash completion - install -d ${pkgdir}/usr/share/bash-completion/completions - install -m644 bash-completion/cabal \ -${pkgdir}/usr/share/bash-completion/completions -} Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev
[arch-commits] Commit in cabal-install/repos (4 files)
Date: Saturday, February 15, 2014 @ 17:08:34 Author: vesa Revision: 206013 archrelease: copy trunk to testing-i686, testing-x86_64 Added: cabal-install/repos/testing-i686/ cabal-install/repos/testing-i686/PKGBUILD (from rev 206012, cabal-install/trunk/PKGBUILD) cabal-install/repos/testing-x86_64/ cabal-install/repos/testing-x86_64/PKGBUILD (from rev 206012, cabal-install/trunk/PKGBUILD) -+ testing-i686/PKGBUILD | 34 ++ testing-x86_64/PKGBUILD | 34 ++ 2 files changed, 68 insertions(+) Copied: cabal-install/repos/testing-i686/PKGBUILD (from rev 206012, cabal-install/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2014-02-15 16:08:34 UTC (rev 206013) @@ -0,0 +1,34 @@ +# Maintainer: Thomas Dziedzic +# Maintainer: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=cabal-install +pkgver=1.18.0.2 +pkgrel=1 +pkgdesc="The command-line interface for Cabal and Hackage." +url="http://hackage.haskell.org/package/cabal-install"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +#depends=('ghc' 'gmp' 'zlib') +makedepends=('ghc') +depends=('gmp' 'zlib') +source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) +md5sums=('e7e46406d43539616388aeafa01c689d') + +build() { + cd cabal-install-${pkgver} + + sh bootstrap.sh --user +} + +package() { + cd cabal-install-${pkgver} + + install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal + install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + + # add bash completion + install -d ${pkgdir}/usr/share/bash-completion/completions + install -m644 bash-completion/cabal \ +${pkgdir}/usr/share/bash-completion/completions +} Copied: cabal-install/repos/testing-x86_64/PKGBUILD (from rev 206012, cabal-install/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2014-02-15 16:08:34 UTC (rev 206013) @@ -0,0 +1,34 @@ +# Maintainer: Thomas Dziedzic +# Maintainer: Vesa Kaihlavirta +# Contributor: Arch Haskell Team + +pkgname=cabal-install +pkgver=1.18.0.2 +pkgrel=1 +pkgdesc="The command-line interface for Cabal and Hackage." +url="http://hackage.haskell.org/package/cabal-install"; +license=('custom:BSD3') +arch=('i686' 'x86_64') +#depends=('ghc' 'gmp' 'zlib') +makedepends=('ghc') +depends=('gmp' 'zlib') +source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) +md5sums=('e7e46406d43539616388aeafa01c689d') + +build() { + cd cabal-install-${pkgver} + + sh bootstrap.sh --user +} + +package() { + cd cabal-install-${pkgver} + + install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal + install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + + # add bash completion + install -d ${pkgdir}/usr/share/bash-completion/completions + install -m644 bash-completion/cabal \ +${pkgdir}/usr/share/bash-completion/completions +}
[arch-commits] Commit in cabal-install/trunk (PKGBUILD)
Date: Saturday, February 15, 2014 @ 16:19:07 Author: vesa Revision: 206009 Update to 1.18.0.2, use bootstrap.sh and drop all redundant deps Modified: cabal-install/trunk/PKGBUILD --+ PKGBUILD | 25 - 1 file changed, 8 insertions(+), 17 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-02-15 15:11:11 UTC (rev 206008) +++ PKGBUILD2014-02-15 15:19:07 UTC (rev 206009) @@ -3,37 +3,28 @@ # Contributor: Arch Haskell Team pkgname=cabal-install -pkgver=1.16.0.2 -pkgrel=3 +pkgver=1.18.0.2 +pkgrel=1 pkgdesc="The command-line interface for Cabal and Hackage." url="http://hackage.haskell.org/package/cabal-install"; license=('custom:BSD3') arch=('i686' 'x86_64') -makedepends=('haskell-http=4000.2.8-1' 'haskell-zlib=0.5.4.1-1' 'haskell-mtl=2.1.2-3' 'haskell-network=2.4.1.2-1' 'haskell-random=1.0.1.1-5') -depends=('ghc' 'gmp' 'zlib') +#depends=('ghc' 'gmp' 'zlib') +makedepends=('ghc') +depends=('gmp' 'zlib') source=("http://hackage.haskell.org/packages/archive/cabal-install/${pkgver}/cabal-install-${pkgver}.tar.gz";) -md5sums=('18e07d5b431d19d94cc5279a5e6fbfee') +md5sums=('e7e46406d43539616388aeafa01c689d') build() { cd cabal-install-${pkgver} - runhaskell Setup configure \ ---enable-shared \ ---enable-split-objs \ ---enable-executable-stripping \ ---prefix=/usr - - runhaskell Setup build + sh bootstrap.sh --user } package() { cd cabal-install-${pkgver} - runhaskell Setup copy --destdir=$pkgdir - - # rm license installed to wrong location - rm -rf ${pkgdir}/usr/share/doc - + install -D -m755 /build/.cabal/bin/cabal $pkgdir/usr/bin/cabal install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE # add bash completion
[arch-commits] Commit in warzone2100/repos (4 files)
Date: Wednesday, February 27, 2013 @ 07:21:12 Author: vesa Revision: 85070 archrelease: copy trunk to community-staging-i686, community-staging-x86_64 Added: warzone2100/repos/community-staging-i686/ warzone2100/repos/community-staging-i686/PKGBUILD (from rev 85069, warzone2100/trunk/PKGBUILD) warzone2100/repos/community-staging-x86_64/ warzone2100/repos/community-staging-x86_64/PKGBUILD (from rev 85069, warzone2100/trunk/PKGBUILD) ---+ community-staging-i686/PKGBUILD | 29 + community-staging-x86_64/PKGBUILD | 29 + 2 files changed, 58 insertions(+) Copied: warzone2100/repos/community-staging-i686/PKGBUILD (from rev 85069, warzone2100/trunk/PKGBUILD) === --- community-staging-i686/PKGBUILD (rev 0) +++ community-staging-i686/PKGBUILD 2013-02-27 06:21:12 UTC (rev 85070) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Vesa Kaihlavirta +# Contributor: Angelo Theodorou + +pkgname=warzone2100 +pkgver=3.1.0 +pkgrel=2 +pkgdesc="3D realtime strategy game on a future Earth" +url="http://wz2100.net/"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt4') +makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa') +source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('7f061f3e5a2a6a83c146508ccefabd86') + +build() { + cd ${pkgname}-${pkgver} + + ./configure --prefix=/usr --with-distributor="Arch linux" + + make +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install +} Copied: warzone2100/repos/community-staging-x86_64/PKGBUILD (from rev 85069, warzone2100/trunk/PKGBUILD) ======= --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2013-02-27 06:21:12 UTC (rev 85070) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Vesa Kaihlavirta +# Contributor: Angelo Theodorou + +pkgname=warzone2100 +pkgver=3.1.0 +pkgrel=2 +pkgdesc="3D realtime strategy game on a future Earth" +url="http://wz2100.net/"; +arch=('i686' 'x86_64') +license=('GPL') +depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt4') +makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa') +source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";) +md5sums=('7f061f3e5a2a6a83c146508ccefabd86') + +build() { + cd ${pkgname}-${pkgver} + + ./configure --prefix=/usr --with-distributor="Arch linux" + + make +} + +package() { + cd ${pkgname}-${pkgver} + + make DESTDIR=${pkgdir} install +}
[arch-commits] Commit in warzone2100/trunk (PKGBUILD)
Date: Wednesday, February 27, 2013 @ 07:21:06 Author: vesa Revision: 85069 upgpkg: warzone2100 3.1.0-2 (qt4 rebuild) Modified: warzone2100/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-02-27 02:51:41 UTC (rev 85068) +++ PKGBUILD2013-02-27 06:21:06 UTC (rev 85069) @@ -4,12 +4,12 @@ pkgname=warzone2100 pkgver=3.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="3D realtime strategy game on a future Earth" url="http://wz2100.net/"; arch=('i686' 'x86_64') license=('GPL') -depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt') +depends=('sdl' 'glew' 'fribidi' 'openal' 'libvorbis' 'libtheora' 'physfs' 'ttf-dejavu' 'qt4') makedepends=('gawk' 'flex' 'zip' 'unzip' 'asciidoc' 'mesa') source=("http://downloads.sourceforge.net/project/warzone2100/releases/${pkgver}/${pkgname}-${pkgver}.tar.xz";) md5sums=('7f061f3e5a2a6a83c146508ccefabd86')
[arch-commits] Commit in ghc/repos (testing-x86_64)
Date: Sunday, December 18, 2011 @ 20:28:38 Author: vesa Revision: 145178 db-remove: ghc removed by vesa Deleted: ghc/repos/testing-x86_64/
[arch-commits] Commit in ghc/repos (testing-i686)
Date: Sunday, December 18, 2011 @ 20:28:31 Author: vesa Revision: 145177 db-remove: ghc removed by vesa Deleted: ghc/repos/testing-i686/
[arch-commits] Commit in ghc/trunk (ghc.install)
Date: Wednesday, November 23, 2011 @ 16:18:58 Author: vesa Revision: 143238 FS#18917 Modified: ghc/trunk/ghc.install -+ ghc.install |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: ghc.install === --- ghc.install 2011-11-23 19:36:57 UTC (rev 143237) +++ ghc.install 2011-11-23 21:18:58 UTC (rev 143238) @@ -4,7 +4,7 @@ cat << EOF ==> Unregistering cabalized packages... EOF -cd /usr/share/haskell/ && (for a in *; do ghc-pkg unregister --force $a &> /dev/null; done; cd - > /dev/null ) +for unreg in /usr/share/haskell/*/unregister.sh; do "$a"; done cat << EOF ==> Done. EOF
[arch-commits] Commit in ghc/trunk (PKGBUILD)
Date: Wednesday, November 23, 2011 @ 16:23:50 Author: vesa Revision: 143242 remove silly || return 1 Modified: ghc/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2011-11-23 21:23:45 UTC (rev 143241) +++ PKGBUILD2011-11-23 21:23:50 UTC (rev 143242) @@ -26,7 +26,7 @@ cp $srcdir/build.mk mk/build.mk ./configure --prefix=/usr - make -j1 || return 1 + make -j1 } package() {
[arch-commits] Commit in ghc/trunk (ghc.install)
Date: Wednesday, November 23, 2011 @ 16:20:46 Author: vesa Revision: 143239 better check that the directory exists Modified: ghc/trunk/ghc.install -+ ghc.install |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: ghc.install === --- ghc.install 2011-11-23 21:18:58 UTC (rev 143238) +++ ghc.install 2011-11-23 21:20:46 UTC (rev 143239) @@ -4,7 +4,7 @@ cat << EOF ==> Unregistering cabalized packages... EOF -for unreg in /usr/share/haskell/*/unregister.sh; do "$a"; done +[ -d /usr/share/haskell ] && for unreg in /usr/share/haskell/*/unregister.sh; do "$a"; done cat << EOF ==> Done. EOF
[arch-commits] Commit in ghc/trunk (PKGBUILD)
Date: Wednesday, November 23, 2011 @ 10:43:48 Author: vesa Revision: 143221 fix FS#18917 and pkgrel bump Modified: ghc/trunk/PKGBUILD --+ PKGBUILD |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-23 14:06:08 UTC (rev 143220) +++ PKGBUILD2011-11-23 15:43:48 UTC (rev 143221) @@ -8,7 +8,7 @@ # do not carry version dependencies. You will have to remember to build them too. pkgname=ghc pkgver=7.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="The Glasgow Haskell Compiler" arch=(i686 x86_64) url="http://www.haskell.org/ghc/"; @@ -16,7 +16,6 @@ depends=('perl' 'gmp>=5.0' gcc) makedepends=(ghc happy perl libxslt docbook-xsl) install=ghc.install -options=(!strip) groups=(haskell) source=("http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2"; build.mk)
[arch-commits] Commit in haskell-transformers/trunk (PKGBUILD)
Date: Saturday, November 19, 2011 @ 14:22:59 Author: vesa Revision: 142985 upgpkg: haskell-transformers 0.2.2.0-3.2 Modified: haskell-transformers/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-19 18:41:40 UTC (rev 142984) +++ PKGBUILD2011-11-19 19:22:59 UTC (rev 142985) @@ -4,12 +4,12 @@ _hkgname=transformers pkgname=haskell-transformers pkgver=0.2.2.0 -pkgrel=3.1 +pkgrel=3.2 pkgdesc="Concrete functor and monad transformers" url="http://hackage.haskell.org/package/${_hkgname}"; license=('custom:BSD3') arch=('i686' 'x86_64') -depends=(ghc=7.0.3-2 sh) +depends=(ghc=7.2.2-1 sh) options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/$pkgver/${_hkgname}-$pkgver.tar.gz) install=${pkgname}.install
[arch-commits] Commit in ghc/repos (12 files)
Date: Saturday, November 19, 2011 @ 13:41:40 Author: vesa Revision: 142984 archrelease: copy trunk to testing-i686, testing-x86_64 Added: ghc/repos/testing-i686/PKGBUILD (from rev 142983, ghc/trunk/PKGBUILD) ghc/repos/testing-i686/build.mk (from rev 142983, ghc/trunk/build.mk) ghc/repos/testing-i686/ghc.install (from rev 142983, ghc/trunk/ghc.install) ghc/repos/testing-x86_64/PKGBUILD (from rev 142983, ghc/trunk/PKGBUILD) ghc/repos/testing-x86_64/build.mk (from rev 142983, ghc/trunk/build.mk) ghc/repos/testing-x86_64/ghc.install (from rev 142983, ghc/trunk/ghc.install) Deleted: ghc/repos/testing-i686/PKGBUILD ghc/repos/testing-i686/build.mk ghc/repos/testing-i686/ghc.install ghc/repos/testing-x86_64/PKGBUILD ghc/repos/testing-x86_64/build.mk ghc/repos/testing-x86_64/ghc.install + testing-i686/PKGBUILD | 86 ++-- testing-i686/build.mk | 300 +-- testing-i686/ghc.install | 38 ++--- testing-x86_64/PKGBUILD| 86 ++-- testing-x86_64/build.mk| 300 +-- testing-x86_64/ghc.install | 38 ++--- 6 files changed, 424 insertions(+), 424 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2011-11-19 18:36:55 UTC (rev 142983) +++ testing-i686/PKGBUILD 2011-11-19 18:41:40 UTC (rev 142984) @@ -1,43 +0,0 @@ -# $Id$ -# Maintainer: Vesa Kaihlavirta -# Special note for devs looking to upgrade this package: -# ghc places a unique hash for each library when it is built. -# Libraries depend on versions specified by those hashes. -# This implies that all libraries need to be rebuilt when ghc is rebuilt. -# Also, due to dependency loop problems, haskell-ghc-paths and haddock -# do not carry version dependencies. You will have to remember to build them too. -pkgname=ghc -pkgver=7.2.2 -pkgrel=1 -pkgdesc="The Glasgow Haskell Compiler" -arch=(i686 x86_64) -url="http://www.haskell.org/ghc/"; -license=("custom") -depends=('perl' 'gmp>=5.0' gcc) -makedepends=(ghc happy perl libxslt docbook-xsl) -install=ghc.install -options=(!strip) -groups=(haskell) -source=("http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2"; -build.mk) - -build() { - cd $srcdir/$pkgname-$pkgver - - cp $srcdir/build.mk mk/build.mk - - ./configure --prefix=/usr - make -j1 || return 1 -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make DESTDIR=$pkgdir install - - install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license - install -d $pkgdir/usr/share/haskell -} - -md5sums=('fa19d9fe5049b7a1352b0b7c9880c141' - '5a3e0880c80b1dcecf779ff2e63a9c0d') Copied: ghc/repos/testing-i686/PKGBUILD (from rev 142983, ghc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-11-19 18:41:40 UTC (rev 142984) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Vesa Kaihlavirta +# Special note for devs looking to upgrade this package: +# ghc places a unique hash for each library when it is built. +# Libraries depend on versions specified by those hashes. +# This implies that all libraries need to be rebuilt when ghc is rebuilt. +# Also, due to dependency loop problems, haskell-ghc-paths and haddock +# do not carry version dependencies. You will have to remember to build them too. +pkgname=ghc +pkgver=7.2.2 +pkgrel=1 +pkgdesc="The Glasgow Haskell Compiler" +arch=(i686 x86_64) +url="http://www.haskell.org/ghc/"; +license=("custom") +depends=('perl' 'gmp>=5.0' gcc) +makedepends=(ghc happy perl libxslt docbook-xsl) +install=ghc.install +options=(!strip) +groups=(haskell) +source=("http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2"; +build.mk) + +build() { + cd $srcdir/$pkgname-$pkgver + + cp $srcdir/build.mk mk/build.mk + + ./configure --prefix=/usr + make -j1 || return 1 +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make DESTDIR=$pkgdir install + + install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license + install -d $pkgdir/usr/share/haskell +} + +md5sums=('fa19d9fe5049b7a1352b0b7c9880c141' + '5a3e0880c80b1dcecf779ff2e63a9c0d') Deleted: testing-i686/build.mk === --- testing-i686/build.mk 2011-11-19 18:36:55 UTC (rev 142983) +++ testing-i686/build.mk 2011-11-19 18:41:40 UTC (rev 142984) @@ -1,150 +0,0 @@ -# - -# A Sample build.mk -# -# Uncomment one of the following BuildFlavour settings to get the desired -# overall build type,
[arch-commits] Commit in ghc/repos (8 files)
Date: Saturday, November 19, 2011 @ 13:36:55 Author: vesa Revision: 142983 archrelease: copy trunk to testing-i686, testing-x86_64 Added: ghc/repos/testing-i686/ ghc/repos/testing-i686/PKGBUILD (from rev 142982, ghc/trunk/PKGBUILD) ghc/repos/testing-i686/build.mk (from rev 142982, ghc/trunk/build.mk) ghc/repos/testing-i686/ghc.install (from rev 142982, ghc/trunk/ghc.install) ghc/repos/testing-x86_64/ ghc/repos/testing-x86_64/PKGBUILD (from rev 142982, ghc/trunk/PKGBUILD) ghc/repos/testing-x86_64/build.mk (from rev 142982, ghc/trunk/build.mk) ghc/repos/testing-x86_64/ghc.install (from rev 142982, ghc/trunk/ghc.install) + testing-i686/PKGBUILD | 43 testing-i686/build.mk | 150 +++ testing-i686/ghc.install | 19 + testing-x86_64/PKGBUILD| 43 testing-x86_64/build.mk| 150 +++ testing-x86_64/ghc.install | 19 + 6 files changed, 424 insertions(+) Copied: ghc/repos/testing-i686/PKGBUILD (from rev 142982, ghc/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2011-11-19 18:36:55 UTC (rev 142983) @@ -0,0 +1,43 @@ +# $Id$ +# Maintainer: Vesa Kaihlavirta +# Special note for devs looking to upgrade this package: +# ghc places a unique hash for each library when it is built. +# Libraries depend on versions specified by those hashes. +# This implies that all libraries need to be rebuilt when ghc is rebuilt. +# Also, due to dependency loop problems, haskell-ghc-paths and haddock +# do not carry version dependencies. You will have to remember to build them too. +pkgname=ghc +pkgver=7.2.2 +pkgrel=1 +pkgdesc="The Glasgow Haskell Compiler" +arch=(i686 x86_64) +url="http://www.haskell.org/ghc/"; +license=("custom") +depends=('perl' 'gmp>=5.0' gcc) +makedepends=(ghc happy perl libxslt docbook-xsl) +install=ghc.install +options=(!strip) +groups=(haskell) +source=("http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2"; +build.mk) + +build() { + cd $srcdir/$pkgname-$pkgver + + cp $srcdir/build.mk mk/build.mk + + ./configure --prefix=/usr + make -j1 || return 1 +} + +package() { + cd $srcdir/$pkgname-$pkgver + + make DESTDIR=$pkgdir install + + install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/ghc/license + install -d $pkgdir/usr/share/haskell +} + +md5sums=('fa19d9fe5049b7a1352b0b7c9880c141' + '5a3e0880c80b1dcecf779ff2e63a9c0d') Copied: ghc/repos/testing-i686/build.mk (from rev 142982, ghc/trunk/build.mk) === --- testing-i686/build.mk (rev 0) +++ testing-i686/build.mk 2011-11-19 18:36:55 UTC (rev 142983) @@ -0,0 +1,150 @@ +# - +# A Sample build.mk +# +# Uncomment one of the following BuildFlavour settings to get the desired +# overall build type, and then tweak the options in the relevant section +# below. + +# Uncomment one of these to select a build profile below: + +# Full build with max optimisation (slow build) +BuildFlavour = perf + +# Fastest build (libs unoptimised): +#BuildFlavour = quickest + +# Fast build with optimised libraries: +#BuildFlavour = quick + +# Profile the stage2 compiler: +#BuildFlavour = prof + +# A development build, working on the stage 1 compiler: +#BuildFlavour = devel1 + +# A development build, working on the stage 2 compiler: +#BuildFlavour = devel2 + +GhcLibWays = v + +# 1. A Performance/Distribution build + +ifeq "$(BuildFlavour)" "perf" + +# perf matches the default settings, repeated here for comparison: + +SRC_HC_OPTS = -O -H64m +GhcStage1HcOpts = -O -fasm +GhcStage2HcOpts = -O2 -fasm +GhcHcOpts = -Rghc-timing +GhcLibHcOpts= -O2 -XGenerics +GhcLibWays += p + +ifeq "$(PlatformSupportsSharedLibs)" "YES" +GhcLibWays += dyn +endif + +endif + +# A Fast build -- + +ifeq "$(BuildFlavour)" "quickest" + +SRC_HC_OPTS= -H64m -O0 -fasm +GhcStage1HcOpts= -O -fasm +GhcStage2HcOpts= -O0 -fasm +GhcLibHcOpts = -O0 -fasm +SplitObjs = NO +HADDOCK_DOCS = NO +BUILD_DOCBOOK_HTML = NO +BUILD_DOCBOOK_PS = NO +BUILD_DOCBOOK_PDF = NO + +endif + +# A Fast build with optimised libs -- + +ifeq "$(BuildFlavour)" "quick" + +SRC_HC_OPTS= -H64m -O0 -fasm +GhcStage1HcOpts= -O -fasm +GhcStage2HcOpts= -O0 -fasm +GhcLibHcOpts = -O -fasm +SplitObjs
[arch-commits] Commit in ghc/trunk (PKGBUILD)
Date: Saturday, November 19, 2011 @ 07:13:49 Author: vesa Revision: 142977 upstream upgrade to 7.2.2 add package group Modified: ghc/trunk/PKGBUILD --+ PKGBUILD | 44 1 file changed, 4 insertions(+), 40 deletions(-) Modified: PKGBUILD === --- PKGBUILD2011-11-19 11:40:12 UTC (rev 142976) +++ PKGBUILD2011-11-19 12:13:49 UTC (rev 142977) @@ -7,53 +7,17 @@ # Also, due to dependency loop problems, haskell-ghc-paths and haddock # do not carry version dependencies. You will have to remember to build them too. pkgname=ghc -pkgver=7.0.3 -pkgrel=2 +pkgver=7.2.2 +pkgrel=1 pkgdesc="The Glasgow Haskell Compiler" arch=(i686 x86_64) url="http://www.haskell.org/ghc/"; license=("custom") depends=('perl' 'gmp>=5.0' gcc) makedepends=(ghc happy perl libxslt docbook-xsl) -provides=("haskell-array=0.3.0.2" - "haskell-bytestring=0.9.1.10" - "haskell-cabal=1.10.1.0" - "haskell-containers=0.4.0.0" - "haskell-directory=1.1.0.0" - "haskell-extensible-exceptions=0.1.1.2" - "haskell-filepath=1.2.0.0" - "haskell-haskell98=1.1.0.1" - "haskell-hpc=0.5.0.6" - "haskell-old-locale=1.0.0.2" - "haskell-old-time=1.0.0.6" - "haskell-pretty=1.0.1.2" - "haskell-process=1.0.1.5" - "haskell-random=1.0.0.3" - "haskell-template-haskell=2.5.0.0" - "haskell-time=1.2.0.3" - "haskell-unix=2.4.2.0" - ) -replaces=("haskell-array<0.3.0.2" - "haskell-bytestring<0.9.1.10" - "haskell-cabal<1.10.1.0" - "haskell-containers<0.4.0.0" - "haskell-directory<1.1.0.0" - "haskell-extensible-exceptions<0.1.1.2" - "haskell-filepath<1.2.0.0" - "haskell-haskell98<1.1.0.1" - "haskell-hpc<0.5.0.6" - "haskell-old-locale<1.0.0.2" - "haskell-old-time<1.0.0.6" - "haskell-pretty<1.0.1.2" - "haskell-process<1.0.1.5" - "haskell-random<1.0.0.3" - "haskell-template-haskell<2.5.0.0" - "haskell-time<1.2.0.3" - "haskell-unix<2.4.2.0" - ) - install=ghc.install options=(!strip) +groups=(haskell) source=("http://www.haskell.org/ghc/dist/$pkgver/ghc-$pkgver-src.tar.bz2"; build.mk) @@ -75,5 +39,5 @@ install -d $pkgdir/usr/share/haskell } -md5sums=('10bc5e9ae1b581404376efb85f260ff3' +md5sums=('fa19d9fe5049b7a1352b0b7c9880c141' '5a3e0880c80b1dcecf779ff2e63a9c0d')
[arch-commits] Commit in ghc/repos (extra-x86_64)
Date: Sunday, June 26, 2011 @ 10:59:03 Author: vesa Revision: 129318 db-move: ghc removed by vesa for move to [extra] (x86_64) Deleted: ghc/repos/extra-x86_64/
[arch-commits] Commit in ghc/repos (extra-x86_64 testing-x86_64)
Date: Sunday, June 26, 2011 @ 10:59:04 Author: vesa Revision: 129319 db-move: moved ghc from [testing] to [extra] (x86_64) Added: ghc/repos/extra-x86_64/ Deleted: ghc/repos/testing-x86_64/
[arch-commits] Commit in ghc/repos (extra-i686 testing-i686)
Date: Sunday, June 26, 2011 @ 10:59:02 Author: vesa Revision: 129317 db-move: moved ghc from [testing] to [extra] (i686) Added: ghc/repos/extra-i686/ Deleted: ghc/repos/testing-i686/
[arch-commits] Commit in ghc/repos (extra-i686)
Date: Sunday, June 26, 2011 @ 10:59:02 Author: vesa Revision: 129316 db-move: ghc removed by vesa for move to [extra] (i686) Deleted: ghc/repos/extra-i686/
[arch-commits] Commit in haskell-text/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 09:04:02 Author: vesa Revision: 128775 db-move: moved haskell-text from [testing] to [extra] (x86_64) Added: haskell-text/repos/extra-x86_64/ Deleted: haskell-text/repos/testing-x86_64/
[arch-commits] Commit in haskell-text/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 09:03:59 Author: vesa Revision: 128772 db-move: moved haskell-text from [testing] to [extra] (i686) Added: haskell-text/repos/extra-i686/ Deleted: haskell-text/repos/testing-i686/
[arch-commits] Commit in haskell-text/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 09:03:58 Author: vesa Revision: 128771 db-move: haskell-text removed by vesa for move to [extra] (i686) Deleted: haskell-text/repos/extra-i686/
[arch-commits] Commit in haskell-text/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 09:04:00 Author: vesa Revision: 128773 db-move: haskell-text removed by vesa for move to [extra] (x86_64) Deleted: haskell-text/repos/extra-x86_64/
[arch-commits] Commit in haskell-stm/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:55:05 Author: vesa Revision: 128747 db-move: haskell-stm removed by vesa for move to [extra] (x86_64) Deleted: haskell-stm/repos/extra-x86_64/
[arch-commits] Commit in haskell-stm/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:55:06 Author: vesa Revision: 128748 db-move: moved haskell-stm from [testing] to [extra] (x86_64) Added: haskell-stm/repos/extra-x86_64/ Deleted: haskell-stm/repos/testing-x86_64/
[arch-commits] Commit in haskell-stm/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:55:04 Author: vesa Revision: 128746 db-move: moved haskell-stm from [testing] to [extra] (i686) Added: haskell-stm/repos/extra-i686/ Deleted: haskell-stm/repos/testing-i686/
[arch-commits] Commit in haskell-syb/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:55:30 Author: vesa Revision: 128751 db-move: haskell-syb removed by vesa for move to [extra] (x86_64) Deleted: haskell-syb/repos/extra-x86_64/
[arch-commits] Commit in haskell-syb/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:55:28 Author: vesa Revision: 128749 db-move: haskell-syb removed by vesa for move to [extra] (i686) Deleted: haskell-syb/repos/extra-i686/
[arch-commits] Commit in haskell-syb/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:55:29 Author: vesa Revision: 128750 db-move: moved haskell-syb from [testing] to [extra] (i686) Added: haskell-syb/repos/extra-i686/ Deleted: haskell-syb/repos/testing-i686/
[arch-commits] Commit in haskell-zlib/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:56:45 Author: vesa Revision: 128764 db-move: moved haskell-zlib from [testing] to [extra] (x86_64) Added: haskell-zlib/repos/extra-x86_64/ Deleted: haskell-zlib/repos/testing-x86_64/
[arch-commits] Commit in haskell-zlib/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:56:44 Author: vesa Revision: 128763 db-move: haskell-zlib removed by vesa for move to [extra] (x86_64) Deleted: haskell-zlib/repos/extra-x86_64/
[arch-commits] Commit in haskell-zlib/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:56:43 Author: vesa Revision: 128762 db-move: moved haskell-zlib from [testing] to [extra] (i686) Added: haskell-zlib/repos/extra-i686/ Deleted: haskell-zlib/repos/testing-i686/
[arch-commits] Commit in haskell-zlib/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:56:43 Author: vesa Revision: 128761 db-move: haskell-zlib removed by vesa for move to [extra] (i686) Deleted: haskell-zlib/repos/extra-i686/
[arch-commits] Commit in haskell-xhtml/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:56:21 Author: vesa Revision: 128760 db-move: moved haskell-xhtml from [testing] to [extra] (x86_64) Added: haskell-xhtml/repos/extra-x86_64/ Deleted: haskell-xhtml/repos/testing-x86_64/
[arch-commits] Commit in haskell-xhtml/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:56:20 Author: vesa Revision: 128759 db-move: haskell-xhtml removed by vesa for move to [extra] (x86_64) Deleted: haskell-xhtml/repos/extra-x86_64/
[arch-commits] Commit in haskell-xhtml/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:56:20 Author: vesa Revision: 128758 db-move: moved haskell-xhtml from [testing] to [extra] (i686) Added: haskell-xhtml/repos/extra-i686/ Deleted: haskell-xhtml/repos/testing-i686/
[arch-commits] Commit in haskell-xhtml/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:56:19 Author: vesa Revision: 128757 db-move: haskell-xhtml removed by vesa for move to [extra] (i686) Deleted: haskell-xhtml/repos/extra-i686/
[arch-commits] Commit in haskell-transformers/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:55:55 Author: vesa Revision: 128756 db-move: moved haskell-transformers from [testing] to [extra] (x86_64) Added: haskell-transformers/repos/extra-x86_64/ Deleted: haskell-transformers/repos/testing-x86_64/
[arch-commits] Commit in haskell-transformers/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:55:54 Author: vesa Revision: 128755 db-move: haskell-transformers removed by vesa for move to [extra] (x86_64) Deleted: haskell-transformers/repos/extra-x86_64/
[arch-commits] Commit in haskell-transformers/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:55:54 Author: vesa Revision: 128754 db-move: moved haskell-transformers from [testing] to [extra] (i686) Added: haskell-transformers/repos/extra-i686/ Deleted: haskell-transformers/repos/testing-i686/
[arch-commits] Commit in haskell-transformers/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:55:53 Author: vesa Revision: 128753 db-move: haskell-transformers removed by vesa for move to [extra] (i686) Deleted: haskell-transformers/repos/extra-i686/
[arch-commits] Commit in haskell-syb/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:55:31 Author: vesa Revision: 128752 db-move: moved haskell-syb from [testing] to [extra] (x86_64) Added: haskell-syb/repos/extra-x86_64/ Deleted: haskell-syb/repos/testing-x86_64/
[arch-commits] Commit in haskell-stm/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:55:03 Author: vesa Revision: 128745 db-move: haskell-stm removed by vesa for move to [extra] (i686) Deleted: haskell-stm/repos/extra-i686/
[arch-commits] Commit in haskell-regex-posix/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:54:36 Author: vesa Revision: 128744 db-move: moved haskell-regex-posix from [testing] to [extra] (x86_64) Added: haskell-regex-posix/repos/extra-x86_64/ Deleted: haskell-regex-posix/repos/testing-x86_64/
[arch-commits] Commit in haskell-regex-posix/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:54:35 Author: vesa Revision: 128742 db-move: moved haskell-regex-posix from [testing] to [extra] (i686) Added: haskell-regex-posix/repos/extra-i686/ Deleted: haskell-regex-posix/repos/testing-i686/
[arch-commits] Commit in haskell-regex-posix/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:54:36 Author: vesa Revision: 128743 db-move: haskell-regex-posix removed by vesa for move to [extra] (x86_64) Deleted: haskell-regex-posix/repos/extra-x86_64/
[arch-commits] Commit in haskell-regex-posix/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:54:34 Author: vesa Revision: 128741 db-move: haskell-regex-posix removed by vesa for move to [extra] (i686) Deleted: haskell-regex-posix/repos/extra-i686/
[arch-commits] Commit in haskell-regex-compat/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:54:10 Author: vesa Revision: 128740 db-move: moved haskell-regex-compat from [testing] to [extra] (x86_64) Added: haskell-regex-compat/repos/extra-x86_64/ Deleted: haskell-regex-compat/repos/testing-x86_64/
[arch-commits] Commit in haskell-regex-compat/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:54:08 Author: vesa Revision: 128738 db-move: moved haskell-regex-compat from [testing] to [extra] (i686) Added: haskell-regex-compat/repos/extra-i686/ Deleted: haskell-regex-compat/repos/testing-i686/
[arch-commits] Commit in haskell-regex-compat/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:54:09 Author: vesa Revision: 128739 db-move: haskell-regex-compat removed by vesa for move to [extra] (x86_64) Deleted: haskell-regex-compat/repos/extra-x86_64/
[arch-commits] Commit in haskell-regex-compat/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:54:07 Author: vesa Revision: 128737 db-move: haskell-regex-compat removed by vesa for move to [extra] (i686) Deleted: haskell-regex-compat/repos/extra-i686/
[arch-commits] Commit in haskell-regex-base/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:53:42 Author: vesa Revision: 128736 db-move: moved haskell-regex-base from [testing] to [extra] (x86_64) Added: haskell-regex-base/repos/extra-x86_64/ Deleted: haskell-regex-base/repos/testing-x86_64/
[arch-commits] Commit in haskell-regex-base/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:53:41 Author: vesa Revision: 128735 db-move: haskell-regex-base removed by vesa for move to [extra] (x86_64) Deleted: haskell-regex-base/repos/extra-x86_64/
[arch-commits] Commit in haskell-quickcheck/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:53:11 Author: vesa Revision: 128731 db-move: haskell-quickcheck removed by vesa for move to [extra] (x86_64) Deleted: haskell-quickcheck/repos/extra-x86_64/
[arch-commits] Commit in haskell-quickcheck/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:53:12 Author: vesa Revision: 128732 db-move: moved haskell-quickcheck from [testing] to [extra] (x86_64) Added: haskell-quickcheck/repos/extra-x86_64/ Deleted: haskell-quickcheck/repos/testing-x86_64/
[arch-commits] Commit in haskell-quickcheck/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:53:10 Author: vesa Revision: 128730 db-move: moved haskell-quickcheck from [testing] to [extra] (i686) Added: haskell-quickcheck/repos/extra-i686/ Deleted: haskell-quickcheck/repos/testing-i686/
[arch-commits] Commit in haskell-quickcheck/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:53:09 Author: vesa Revision: 128729 db-move: haskell-quickcheck removed by vesa for move to [extra] (i686) Deleted: haskell-quickcheck/repos/extra-i686/
[arch-commits] Commit in haskell-platform/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:52:42 Author: vesa Revision: 128728 db-move: moved haskell-platform from [testing] to [extra] (x86_64) Added: haskell-platform/repos/extra-x86_64/ Deleted: haskell-platform/repos/testing-x86_64/
[arch-commits] Commit in haskell-platform/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:52:41 Author: vesa Revision: 128727 db-move: haskell-platform removed by vesa for move to [extra] (x86_64) Deleted: haskell-platform/repos/extra-x86_64/
[arch-commits] Commit in haskell-platform/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:52:37 Author: vesa Revision: 128725 db-move: haskell-platform removed by vesa for move to [extra] (i686) Deleted: haskell-platform/repos/extra-i686/
[arch-commits] Commit in haskell-platform/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:52:40 Author: vesa Revision: 128726 db-move: moved haskell-platform from [testing] to [extra] (i686) Added: haskell-platform/repos/extra-i686/ Deleted: haskell-platform/repos/testing-i686/
[arch-commits] Commit in haskell-parsec/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:52:02 Author: vesa Revision: 128724 db-move: moved haskell-parsec from [testing] to [extra] (x86_64) Added: haskell-parsec/repos/extra-x86_64/ Deleted: haskell-parsec/repos/testing-x86_64/
[arch-commits] Commit in haskell-parsec/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:52:01 Author: vesa Revision: 128723 db-move: haskell-parsec removed by vesa for move to [extra] (x86_64) Deleted: haskell-parsec/repos/extra-x86_64/
[arch-commits] Commit in haskell-parsec/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:51:59 Author: vesa Revision: 128722 db-move: moved haskell-parsec from [testing] to [extra] (i686) Added: haskell-parsec/repos/extra-i686/ Deleted: haskell-parsec/repos/testing-i686/
[arch-commits] Commit in haskell-parsec/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:51:58 Author: vesa Revision: 128721 db-move: haskell-parsec removed by vesa for move to [extra] (i686) Deleted: haskell-parsec/repos/extra-i686/
[arch-commits] Commit in haskell-parallel/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:51:08 Author: vesa Revision: 128720 db-move: moved haskell-parallel from [testing] to [extra] (x86_64) Added: haskell-parallel/repos/extra-x86_64/ Deleted: haskell-parallel/repos/testing-x86_64/
[arch-commits] Commit in haskell-parallel/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:51:05 Author: vesa Revision: 128719 db-move: haskell-parallel removed by vesa for move to [extra] (x86_64) Deleted: haskell-parallel/repos/extra-x86_64/
[arch-commits] Commit in haskell-parallel/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:51:02 Author: vesa Revision: 128718 db-move: moved haskell-parallel from [testing] to [extra] (i686) Added: haskell-parallel/repos/extra-i686/ Deleted: haskell-parallel/repos/testing-i686/
[arch-commits] Commit in haskell-parallel/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:50:59 Author: vesa Revision: 128717 db-move: haskell-parallel removed by vesa for move to [extra] (i686) Deleted: haskell-parallel/repos/extra-i686/
[arch-commits] Commit in haskell-regex-base/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:53:39 Author: vesa Revision: 128733 db-move: haskell-regex-base removed by vesa for move to [extra] (i686) Deleted: haskell-regex-base/repos/extra-i686/
[arch-commits] Commit in haskell-regex-base/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:53:40 Author: vesa Revision: 128734 db-move: moved haskell-regex-base from [testing] to [extra] (i686) Added: haskell-regex-base/repos/extra-i686/ Deleted: haskell-regex-base/repos/testing-i686/
[arch-commits] Commit in haskell-opengl/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:50:14 Author: vesa Revision: 128716 db-move: moved haskell-opengl from [testing] to [extra] (x86_64) Added: haskell-opengl/repos/extra-x86_64/ Deleted: haskell-opengl/repos/testing-x86_64/
[arch-commits] Commit in haskell-opengl/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:50:12 Author: vesa Revision: 128715 db-move: haskell-opengl removed by vesa for move to [extra] (x86_64) Deleted: haskell-opengl/repos/extra-x86_64/
[arch-commits] Commit in haskell-opengl/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:50:11 Author: vesa Revision: 128714 db-move: moved haskell-opengl from [testing] to [extra] (i686) Added: haskell-opengl/repos/extra-i686/ Deleted: haskell-opengl/repos/testing-i686/
[arch-commits] Commit in haskell-opengl/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:50:10 Author: vesa Revision: 128713 db-move: haskell-opengl removed by vesa for move to [extra] (i686) Deleted: haskell-opengl/repos/extra-i686/
[arch-commits] Commit in haskell-network/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:49:40 Author: vesa Revision: 128711 db-move: haskell-network removed by vesa for move to [extra] (x86_64) Deleted: haskell-network/repos/extra-x86_64/
[arch-commits] Commit in haskell-network/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:49:41 Author: vesa Revision: 128712 db-move: moved haskell-network from [testing] to [extra] (x86_64) Added: haskell-network/repos/extra-x86_64/ Deleted: haskell-network/repos/testing-x86_64/
[arch-commits] Commit in haskell-network/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:49:40 Author: vesa Revision: 128710 db-move: moved haskell-network from [testing] to [extra] (i686) Added: haskell-network/repos/extra-i686/ Deleted: haskell-network/repos/testing-i686/
[arch-commits] Commit in haskell-network/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:49:39 Author: vesa Revision: 128709 db-move: haskell-network removed by vesa for move to [extra] (i686) Deleted: haskell-network/repos/extra-i686/
[arch-commits] Commit in haskell-mtl/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:49:17 Author: vesa Revision: 128708 db-move: moved haskell-mtl from [testing] to [extra] (x86_64) Added: haskell-mtl/repos/extra-x86_64/ Deleted: haskell-mtl/repos/testing-x86_64/
[arch-commits] Commit in haskell-mtl/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:49:17 Author: vesa Revision: 128707 db-move: haskell-mtl removed by vesa for move to [extra] (x86_64) Deleted: haskell-mtl/repos/extra-x86_64/
[arch-commits] Commit in haskell-mtl/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:49:16 Author: vesa Revision: 128706 db-move: moved haskell-mtl from [testing] to [extra] (i686) Added: haskell-mtl/repos/extra-i686/ Deleted: haskell-mtl/repos/testing-i686/
[arch-commits] Commit in haskell-mtl/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:49:15 Author: vesa Revision: 128705 db-move: haskell-mtl removed by vesa for move to [extra] (i686) Deleted: haskell-mtl/repos/extra-i686/
[arch-commits] Commit in haskell-hunit/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:48:52 Author: vesa Revision: 128704 db-move: moved haskell-hunit from [testing] to [extra] (x86_64) Added: haskell-hunit/repos/extra-x86_64/ Deleted: haskell-hunit/repos/testing-x86_64/
[arch-commits] Commit in haskell-hunit/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:48:50 Author: vesa Revision: 128702 db-move: moved haskell-hunit from [testing] to [extra] (i686) Added: haskell-hunit/repos/extra-i686/ Deleted: haskell-hunit/repos/testing-i686/
[arch-commits] Commit in haskell-hunit/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:48:49 Author: vesa Revision: 128701 db-move: haskell-hunit removed by vesa for move to [extra] (i686) Deleted: haskell-hunit/repos/extra-i686/
[arch-commits] Commit in haskell-http/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:48:25 Author: vesa Revision: 128700 db-move: moved haskell-http from [testing] to [extra] (x86_64) Added: haskell-http/repos/extra-x86_64/ Deleted: haskell-http/repos/testing-x86_64/
[arch-commits] Commit in haskell-http/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:48:24 Author: vesa Revision: 128699 db-move: haskell-http removed by vesa for move to [extra] (x86_64) Deleted: haskell-http/repos/extra-x86_64/
[arch-commits] Commit in haskell-http/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:48:23 Author: vesa Revision: 128698 db-move: moved haskell-http from [testing] to [extra] (i686) Added: haskell-http/repos/extra-i686/ Deleted: haskell-http/repos/testing-i686/
[arch-commits] Commit in haskell-http/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:48:23 Author: vesa Revision: 128697 db-move: haskell-http removed by vesa for move to [extra] (i686) Deleted: haskell-http/repos/extra-i686/
[arch-commits] Commit in haskell-hunit/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:48:51 Author: vesa Revision: 128703 db-move: haskell-hunit removed by vesa for move to [extra] (x86_64) Deleted: haskell-hunit/repos/extra-x86_64/
[arch-commits] Commit in haskell-html/repos (extra-i686)
Date: Saturday, June 25, 2011 @ 08:47:49 Author: vesa Revision: 128693 db-move: haskell-html removed by vesa for move to [extra] (i686) Deleted: haskell-html/repos/extra-i686/
[arch-commits] Commit in haskell-html/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:47:52 Author: vesa Revision: 128696 db-move: moved haskell-html from [testing] to [extra] (x86_64) Added: haskell-html/repos/extra-x86_64/ Deleted: haskell-html/repos/testing-x86_64/
[arch-commits] Commit in haskell-html/repos (extra-x86_64)
Date: Saturday, June 25, 2011 @ 08:47:51 Author: vesa Revision: 128695 db-move: haskell-html removed by vesa for move to [extra] (x86_64) Deleted: haskell-html/repos/extra-x86_64/
[arch-commits] Commit in haskell-html/repos (extra-i686 testing-i686)
Date: Saturday, June 25, 2011 @ 08:47:50 Author: vesa Revision: 128694 db-move: moved haskell-html from [testing] to [extra] (i686) Added: haskell-html/repos/extra-i686/ Deleted: haskell-html/repos/testing-i686/
[arch-commits] Commit in haskell-haskell-src/repos (extra-x86_64 testing-x86_64)
Date: Saturday, June 25, 2011 @ 08:47:27 Author: vesa Revision: 128692 db-move: moved haskell-haskell-src from [testing] to [extra] (x86_64) Added: haskell-haskell-src/repos/extra-x86_64/ Deleted: haskell-haskell-src/repos/testing-x86_64/