[arch-commits] Commit in quilt/repos/community-any (PKGBUILD PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Mon Feb 9 16:21:21 UTC 2015


    Date: Monday, February 9, 2015 @ 17:21:20
  Author: seblu
Revision: 127415

archrelease: copy trunk to community-any

Added:
  quilt/repos/community-any/PKGBUILD
    (from rev 127414, quilt/trunk/PKGBUILD)
Deleted:
  quilt/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-09 16:20:55 UTC (rev 127414)
+++ PKGBUILD	2015-02-09 16:21:20 UTC (rev 127415)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
-
-pkgname=quilt
-pkgver=0.63
-pkgrel=1
-pkgdesc='Manage a series of patches by keeping track of the changes each patch makes'
-arch=('any')
-url='http://savannah.nongnu.org/projects/quilt'
-license=('GPL2')
-depends=(
-  'bash'
-  'bzip2'
-  'diffstat'
-  'diffutils'
-  'findutils'
-  'gawk'
-  'gettext'
-  'gzip'
-  'patch'
-  'perl'
-)
-source=("http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c0ef4beb58a6fa72563b955e70624b6e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man --without-rpmbuild
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
-  # move bash completion in right place
-  install -d -m 755 "$pkgdir/usr/share/bash-completion"
-  mv "$pkgdir/etc/bash_completion.d" "$pkgdir/usr/share/bash-completion/completions"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: quilt/repos/community-any/PKGBUILD (from rev 127414, quilt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-02-09 16:21:20 UTC (rev 127415)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Peter Richard Lewis <plewis at aur.archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
+
+pkgname=quilt
+pkgver=0.64
+pkgrel=1
+pkgdesc='Manage a series of patches by keeping track of the changes each patch makes'
+arch=('any')
+url='http://savannah.nongnu.org/projects/quilt'
+license=('GPL2')
+depends=(
+  'bash'
+  'bzip2'
+  'diffstat'
+  'diffutils'
+  'findutils'
+  'gawk'
+  'gettext'
+  'gzip'
+  'patch'
+  'perl'
+)
+source=("http://savannah.nongnu.org/download/quilt/${pkgname}-${pkgver}.tar.gz")
+md5sums=('fc0310db5868a0873d602d4332a76d43')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man --without-rpmbuild
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+  # move bash completion in right place
+  install -d -m 755 "$pkgdir/usr/share/bash-completion"
+  mv "$pkgdir/etc/bash_completion.d" "$pkgdir/usr/share/bash-completion/completions"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list