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

Gaetan Bisson bisson at archlinux.org
Tue Jan 1 13:05:39 UTC 2013


    Date: Tuesday, January 1, 2013 @ 08:05:38
  Author: bisson
Revision: 174014

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

Added:
  sharutils/repos/extra-i686/PKGBUILD
    (from rev 174013, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-i686/install
    (from rev 174013, sharutils/trunk/install)
  sharutils/repos/extra-x86_64/PKGBUILD
    (from rev 174013, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-x86_64/install
    (from rev 174013, 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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2013-01-01 13:05:12 UTC (rev 174013)
+++ extra-i686/PKGBUILD	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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.11.1
-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.bz2")
-sha1sums=('e9c9f869f8ecb3bcb30cc323e02e0a1266aeb109')
-
-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 174013, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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
+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.gz")
+sha1sums=('8c1531846bc397c2afbbbf2ca33c8d5fd78bbc3d')
+
+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-01-01 13:05:12 UTC (rev 174013)
+++ extra-i686/install	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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 174013, sharutils/trunk/install)
===================================================================
--- extra-i686/install	                        (rev 0)
+++ extra-i686/install	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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-01-01 13:05:12 UTC (rev 174013)
+++ extra-x86_64/PKGBUILD	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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.11.1
-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.bz2")
-sha1sums=('e9c9f869f8ecb3bcb30cc323e02e0a1266aeb109')
-
-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 174013, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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
+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.gz")
+sha1sums=('8c1531846bc397c2afbbbf2ca33c8d5fd78bbc3d')
+
+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-01-01 13:05:12 UTC (rev 174013)
+++ extra-x86_64/install	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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 174013, sharutils/trunk/install)
===================================================================
--- extra-x86_64/install	                        (rev 0)
+++ extra-x86_64/install	2013-01-01 13:05:38 UTC (rev 174014)
@@ -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