[arch-commits] Commit in units/repos (6 files)

Sergej Pupykin spupykin at archlinux.org
Wed Apr 27 23:17:48 UTC 2016


    Date: Thursday, April 28, 2016 @ 01:17:48
  Author: spupykin
Revision: 172340

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

Added:
  units/repos/community-i686/PKGBUILD
    (from rev 172339, units/trunk/PKGBUILD)
  units/repos/community-x86_64/PKGBUILD
    (from rev 172339, units/trunk/PKGBUILD)
Deleted:
  units/repos/community-i686/PKGBUILD
  units/repos/community-i686/units.install
  units/repos/community-x86_64/PKGBUILD
  units/repos/community-x86_64/units.install

--------------------------------+
 /PKGBUILD                      |   54 +++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD        |   28 --------------------
 community-i686/units.install   |   18 -------------
 community-x86_64/PKGBUILD      |   28 --------------------
 community-x86_64/units.install |   18 -------------
 5 files changed, 54 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 23:17:33 UTC (rev 172339)
+++ community-i686/PKGBUILD	2016-04-27 23:17:48 UTC (rev 172340)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Steve Sansom <snsansom at gmail.com>
-
-pkgname=units
-pkgver=2.11
-pkgrel=3
-pkgdesc="converts between different units"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/units/units.html"
-depends=('readline' 'python' 'python-unidecode')
-license=("GPL")
-options=('!makeflags')
-install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
-md5sums=('1d83f4e68135495aa9267b848de78dc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: units/repos/community-i686/PKGBUILD (from rev 172339, units/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 23:17:48 UTC (rev 172340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Steve Sansom <snsansom at gmail.com>
+
+pkgname=units
+pkgver=2.11
+pkgrel=4
+pkgdesc="converts between different units"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/units/units.html"
+depends=('readline' 'python' 'python-unidecode')
+license=("GPL")
+options=('!makeflags')
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('1d83f4e68135495aa9267b848de78dc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-i686/units.install
===================================================================
--- community-i686/units.install	2016-04-27 23:17:33 UTC (rev 172339)
+++ community-i686/units.install	2016-04-27 23:17:48 UTC (rev 172340)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(units.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 23:17:33 UTC (rev 172339)
+++ community-x86_64/PKGBUILD	2016-04-27 23:17:48 UTC (rev 172340)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Steve Sansom <snsansom at gmail.com>
-
-pkgname=units
-pkgver=2.11
-pkgrel=3
-pkgdesc="converts between different units"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/units/units.html"
-depends=('readline' 'python' 'python-unidecode')
-license=("GPL")
-options=('!makeflags')
-install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
-md5sums=('1d83f4e68135495aa9267b848de78dc5')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: units/repos/community-x86_64/PKGBUILD (from rev 172339, units/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 23:17:48 UTC (rev 172340)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Steve Sansom <snsansom at gmail.com>
+
+pkgname=units
+pkgver=2.11
+pkgrel=4
+pkgdesc="converts between different units"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/units/units.html"
+depends=('readline' 'python' 'python-unidecode')
+license=("GPL")
+options=('!makeflags')
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('1d83f4e68135495aa9267b848de78dc5')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: community-x86_64/units.install
===================================================================
--- community-x86_64/units.install	2016-04-27 23:17:33 UTC (rev 172339)
+++ community-x86_64/units.install	2016-04-27 23:17:48 UTC (rev 172340)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(units.info)
-
-post_install() {
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}



More information about the arch-commits mailing list