[arch-commits] Commit in mime-types/repos (testing-any testing-any/PKGBUILD)

2013-06-09 Thread Gaetan Bisson
Date: Monday, June 10, 2013 @ 03:38:02
  Author: bisson
Revision: 188114

archrelease: copy trunk to testing-any

Added:
  mime-types/repos/testing-any/
  mime-types/repos/testing-any/PKGBUILD
(from rev 188113, mime-types/trunk/PKGBUILD)

--+
 PKGBUILD |   20 
 1 file changed, 20 insertions(+)

Copied: mime-types/repos/testing-any/PKGBUILD (from rev 188113, 
mime-types/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2013-06-10 01:38:02 UTC (rev 188114)
@@ -0,0 +1,20 @@
+# $Id$
+# Contributor: Jan de Groot j...@archlinux.org
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname=mime-types
+pkgver=9
+pkgrel=1
+pkgdesc='Provides /etc/mime.types'
+url='http://packages.gentoo.org/package/app-misc/mime-types'
+license=('GPL2')
+arch=('any')
+backup=('etc/mime.types')
+source=(http://mirrors.kernel.org/gentoo/distfiles/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('b21b7775a006b60113a6648e20beb1decdac8899')
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   install -Dm644 mime.types ${pkgdir}/etc/mime.types
+}



[arch-commits] Commit in mime-types/repos (testing-any)

2011-08-03 Thread Gaetan Bisson
Date: Wednesday, August 3, 2011 @ 02:03:20
  Author: bisson
Revision: 134362

archrelease: copy trunk to testing-any

Added:
  mime-types/repos/testing-any/