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

Sébastien Luttringer seblu at nymeria.archlinux.org
Mon Dec 9 20:56:14 UTC 2013


    Date: Monday, December 9, 2013 @ 21:56:14
  Author: seblu
Revision: 102382

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-09 20:55:59 UTC (rev 102381)
+++ PKGBUILD	2013-12-09 20:56:14 UTC (rev 102382)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-# 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.60
-pkgrel=2
-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=('058a08a9b626bdec9ec8c519dc92158c')
-
-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 ft=sh et:

Copied: quilt/repos/community-any/PKGBUILD (from rev 102381, quilt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-12-09 20:56:14 UTC (rev 102382)
@@ -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.61
+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=('24417eba5961592b64103bdda001ebf4')
+
+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