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

Gaetan Bisson bisson at archlinux.org
Sun May 31 21:07:25 UTC 2015


    Date: Sunday, May 31, 2015 @ 23:07:24
  Author: bisson
Revision: 239970

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

Added:
  sharutils/repos/extra-i686/PKGBUILD
    (from rev 239969, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-i686/install
    (from rev 239969, sharutils/trunk/install)
  sharutils/repos/extra-x86_64/PKGBUILD
    (from rev 239969, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-x86_64/install
    (from rev 239969, 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	2015-05-31 21:06:52 UTC (rev 239969)
+++ extra-i686/PKGBUILD	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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.15
-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=('900e85249b53e34cc55c061d809d31f14c83b210')
-
-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 239969, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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.15.2
+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=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
+
+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	2015-05-31 21:06:52 UTC (rev 239969)
+++ extra-i686/install	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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 239969, sharutils/trunk/install)
===================================================================
--- extra-i686/install	                        (rev 0)
+++ extra-i686/install	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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	2015-05-31 21:06:52 UTC (rev 239969)
+++ extra-x86_64/PKGBUILD	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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.15
-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=('900e85249b53e34cc55c061d809d31f14c83b210')
-
-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 239969, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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.15.2
+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=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
+
+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	2015-05-31 21:06:52 UTC (rev 239969)
+++ extra-x86_64/install	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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 239969, sharutils/trunk/install)
===================================================================
--- extra-x86_64/install	                        (rev 0)
+++ extra-x86_64/install	2015-05-31 21:07:24 UTC (rev 239970)
@@ -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