[arch-commits] Commit in sharutils/repos (8 files)

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Apr 2 02:28:48 UTC 2013


    Date: Tuesday, April 2, 2013 @ 04:28:47
  Author: bisson
Revision: 181164

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

Added:
  sharutils/repos/extra-i686/PKGBUILD
    (from rev 181163, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-i686/install
    (from rev 181163, sharutils/trunk/install)
  sharutils/repos/extra-x86_64/PKGBUILD
    (from rev 181163, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-x86_64/install
    (from rev 181163, sharutils/trunk/install)
Deleted:
  sharutils/repos/extra-i686/PKGBUILD
  sharutils/repos/extra-i686/install
  sharutils/repos/extra-x86_64/PKGBUILD
  sharutils/repos/extra-x86_64/install

-----------------------+
 /PKGBUILD             |   64 ++++++++++++++++++++++++++++++++++++++++++++++++
 /install              |   36 +++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   32 ------------------------
 extra-i686/install    |   18 -------------
 extra-x86_64/PKGBUILD |   32 ------------------------
 extra-x86_64/install  |   18 -------------
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-04-02 02:28:06 UTC (rev 181163)
+++ extra-i686/PKGBUILD	2013-04-02 02:28:47 UTC (rev 181164)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=sharutils
-pkgver=4.13.3
-pkgrel=1
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('50582fcededd1891c47ec1caa98491e280950cbd')
-
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--infodir=/usr/share/info \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: sharutils/repos/extra-i686/PKGBUILD (from rev 181163, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-04-02 02:28:47 UTC (rev 181164)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sharutils
+pkgver=4.13.4
+pkgrel=1
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('perl' 'gettext' 'texinfo')
+source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('9becdd47dd03a6e139f29c9a2ab311a541409553')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+		--infodir=/usr/share/info \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/install
===================================================================
--- extra-i686/install	2013-04-02 02:28:06 UTC (rev 181163)
+++ extra-i686/install	2013-04-02 02:28:47 UTC (rev 181164)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
-	for file in ${filelist[@]}; do
-		install-info $infodir/$file $infodir/dir
-	done
-}
-
-post_upgrade() {
-	post_install
-}
-
-pre_remove() {
-	for file in ${filelist[@]}; do
-		install-info --delete $infodir/$file $infodir/dir
-	done
-}

Copied: sharutils/repos/extra-i686/install (from rev 181163, sharutils/trunk/install)
===================================================================
--- extra-i686/install	                        (rev 0)
+++ extra-i686/install	2013-04-02 02:28:47 UTC (rev 181164)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(sharutils.info.gz)
+
+post_install() {
+	for file in ${filelist[@]}; do
+		install-info $infodir/$file $infodir/dir
+	done
+}
+
+post_upgrade() {
+	post_install
+}
+
+pre_remove() {
+	for file in ${filelist[@]}; do
+		install-info --delete $infodir/$file $infodir/dir
+	done
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2013-04-02 02:28:06 UTC (rev 181163)
+++ extra-x86_64/PKGBUILD	2013-04-02 02:28:47 UTC (rev 181164)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=sharutils
-pkgver=4.13.3
-pkgrel=1
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl' 'gettext' 'texinfo')
-source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('50582fcededd1891c47ec1caa98491e280950cbd')
-
-install=install
-
-build() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	./configure \
-		--prefix=/usr \
-		--mandir=/usr/share/man \
-		--infodir=/usr/share/info \
-
-	make
-}
-
-package() {
-	cd "${srcdir}/${pkgname}-${pkgver}"
-	make DESTDIR="${pkgdir}" install
-}

Copied: sharutils/repos/extra-x86_64/PKGBUILD (from rev 181163, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-04-02 02:28:47 UTC (rev 181164)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=sharutils
+pkgver=4.13.4
+pkgrel=1
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('perl' 'gettext' 'texinfo')
+source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('9becdd47dd03a6e139f29c9a2ab311a541409553')
+
+install=install
+
+build() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	./configure \
+		--prefix=/usr \
+		--mandir=/usr/share/man \
+		--infodir=/usr/share/info \
+
+	make
+}
+
+package() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+	make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install	2013-04-02 02:28:06 UTC (rev 181163)
+++ extra-x86_64/install	2013-04-02 02:28:47 UTC (rev 181164)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
-	for file in ${filelist[@]}; do
-		install-info $infodir/$file $infodir/dir
-	done
-}
-
-post_upgrade() {
-	post_install
-}
-
-pre_remove() {
-	for file in ${filelist[@]}; do
-		install-info --delete $infodir/$file $infodir/dir
-	done
-}

Copied: sharutils/repos/extra-x86_64/install (from rev 181163, sharutils/trunk/install)
===================================================================
--- extra-x86_64/install	                        (rev 0)
+++ extra-x86_64/install	2013-04-02 02:28:47 UTC (rev 181164)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(sharutils.info.gz)
+
+post_install() {
+	for file in ${filelist[@]}; do
+		install-info $infodir/$file $infodir/dir
+	done
+}
+
+post_upgrade() {
+	post_install
+}
+
+pre_remove() {
+	for file in ${filelist[@]}; do
+		install-info --delete $infodir/$file $infodir/dir
+	done
+}




More information about the arch-commits mailing list