[arch-commits] Commit in sharutils/repos (8 files)
Gaetan Bisson
bisson at archlinux.org
Sun Feb 8 21:41:55 UTC 2015
Date: Sunday, February 8, 2015 @ 22:41:54
Author: bisson
Revision: 231160
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
sharutils/repos/extra-i686/PKGBUILD
(from rev 231159, sharutils/trunk/PKGBUILD)
sharutils/repos/extra-i686/install
(from rev 231159, sharutils/trunk/install)
sharutils/repos/extra-x86_64/PKGBUILD
(from rev 231159, sharutils/trunk/PKGBUILD)
sharutils/repos/extra-x86_64/install
(from rev 231159, 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-02-08 21:41:25 UTC (rev 231159)
+++ extra-i686/PKGBUILD 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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.14.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}/su-4.14.2/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d28608310666d6ac17e771b058558b29aabd9fad')
-
-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 231159, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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
+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
+}
Deleted: extra-i686/install
===================================================================
--- extra-i686/install 2015-02-08 21:41:25 UTC (rev 231159)
+++ extra-i686/install 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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 231159, sharutils/trunk/install)
===================================================================
--- extra-i686/install (rev 0)
+++ extra-i686/install 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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-02-08 21:41:25 UTC (rev 231159)
+++ extra-x86_64/PKGBUILD 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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.14.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}/su-4.14.2/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d28608310666d6ac17e771b058558b29aabd9fad')
-
-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 231159, sharutils/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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
+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
+}
Deleted: extra-x86_64/install
===================================================================
--- extra-x86_64/install 2015-02-08 21:41:25 UTC (rev 231159)
+++ extra-x86_64/install 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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 231159, sharutils/trunk/install)
===================================================================
--- extra-x86_64/install (rev 0)
+++ extra-x86_64/install 2015-02-08 21:41:54 UTC (rev 231160)
@@ -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