[arch-commits] Commit in file/repos (testing-i686/PKGBUILD testing-x86_64/PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat Dec 13 00:01:52 UTC 2014


    Date: Saturday, December 13, 2014 @ 01:01:51
  Author: seblu
Revision: 227576

archrelease: copy trunk to testing-i686, testing-x86_64

Deleted:
  file/repos/testing-i686/PKGBUILD
  file/repos/testing-x86_64/PKGBUILD

-------------------------+
 testing-i686/PKGBUILD   |   38 --------------------------------------
 testing-x86_64/PKGBUILD |   38 --------------------------------------
 2 files changed, 76 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-12-13 00:01:35 UTC (rev 227575)
+++ testing-i686/PKGBUILD	2014-12-13 00:01:51 UTC (rev 227576)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=file
-pkgver=5.21
-pkgrel=2
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"
-        '01-fix-broken-xz.patch')
-md5sums=('549fe96e09041eabece9de2bb28ef923'
-         '62c8d81023e1705d8826d79d0a8fdaae')
-
-prepare() {
-  # https://bugs.archlinux.org/task/43078
-  patch -p1 -d $pkgname-$pkgver < '01-fix-broken-xz.patch'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir "$pkgdir/usr/share/man/man5"
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-12-13 00:01:35 UTC (rev 227575)
+++ testing-x86_64/PKGBUILD	2014-12-13 00:01:51 UTC (rev 227576)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Allan McRae <allan at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-
-pkgname=file
-pkgver=5.21
-pkgrel=2
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"
-        '01-fix-broken-xz.patch')
-md5sums=('549fe96e09041eabece9de2bb28ef923'
-         '62c8d81023e1705d8826d79d0a8fdaae')
-
-prepare() {
-  # https://bugs.archlinux.org/task/43078
-  patch -p1 -d $pkgname-$pkgver < '01-fix-broken-xz.patch'
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  rmdir "$pkgdir/usr/share/man/man5"
-}
-
-# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list