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

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Mar 31 11:41:19 UTC 2014


    Date: Monday, March 31, 2014 @ 13:41:19
  Author: spupykin
Revision: 108661

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

Added:
  units/repos/community-i686/PKGBUILD
    (from rev 108660, units/trunk/PKGBUILD)
  units/repos/community-i686/units.install
    (from rev 108660, units/trunk/units.install)
  units/repos/community-x86_64/PKGBUILD
    (from rev 108660, units/trunk/PKGBUILD)
  units/repos/community-x86_64/units.install
    (from rev 108660, units/trunk/units.install)
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                      |   56 +++++++++++++++++++++++++++++++++++++++
 /units.install                 |   36 +++++++++++++++++++++++++
 community-i686/PKGBUILD        |   29 --------------------
 community-i686/units.install   |   18 ------------
 community-x86_64/PKGBUILD      |   29 --------------------
 community-x86_64/units.install |   18 ------------
 6 files changed, 92 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-31 11:41:07 UTC (rev 108660)
+++ community-i686/PKGBUILD	2014-03-31 11:41:19 UTC (rev 108661)
@@ -1,29 +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.01
-pkgrel=2
-pkgdesc="converts between different units"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/units/units.html"
-depends=('readline')
-license=("GPL")
-options=('!makeflags')
-install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
-md5sums=('81bf85937c56fbbd04b16f2f3f9d8526')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' units_cur
-  ./configure --prefix=/usr --datadir=/usr/share
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: units/repos/community-i686/PKGBUILD (from rev 108660, units/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-31 11:41:19 UTC (rev 108661)
@@ -0,0 +1,28 @@
+# $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.10
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/units/units.html"
+depends=('readline')
+license=("GPL")
+options=('!makeflags')
+install=units.install
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('08dc084526a879dd04b64ef46db2b80d')
+
+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	2014-03-31 11:41:07 UTC (rev 108660)
+++ community-i686/units.install	2014-03-31 11:41:19 UTC (rev 108661)
@@ -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
-}

Copied: units/repos/community-i686/units.install (from rev 108660, units/trunk/units.install)
===================================================================
--- community-i686/units.install	                        (rev 0)
+++ community-i686/units.install	2014-03-31 11:41:19 UTC (rev 108661)
@@ -0,0 +1,18 @@
+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	2014-03-31 11:41:07 UTC (rev 108660)
+++ community-x86_64/PKGBUILD	2014-03-31 11:41:19 UTC (rev 108661)
@@ -1,29 +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.01
-pkgrel=2
-pkgdesc="converts between different units"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/units/units.html"
-depends=('readline')
-license=("GPL")
-options=('!makeflags')
-install=units.install
-source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
-md5sums=('81bf85937c56fbbd04b16f2f3f9d8526')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|/usr/bin/python|/usr/bin/python2|' units_cur
-  ./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 108660, units/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-31 11:41:19 UTC (rev 108661)
@@ -0,0 +1,28 @@
+# $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.10
+pkgrel=1
+pkgdesc="converts between different units"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/units/units.html"
+depends=('readline')
+license=("GPL")
+options=('!makeflags')
+install=units.install
+source=(http://ftp.gnu.org/gnu/units/$pkgname-$pkgver.tar.gz)
+md5sums=('08dc084526a879dd04b64ef46db2b80d')
+
+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	2014-03-31 11:41:07 UTC (rev 108660)
+++ community-x86_64/units.install	2014-03-31 11:41:19 UTC (rev 108661)
@@ -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
-}

Copied: units/repos/community-x86_64/units.install (from rev 108660, units/trunk/units.install)
===================================================================
--- community-x86_64/units.install	                        (rev 0)
+++ community-x86_64/units.install	2014-03-31 11:41:19 UTC (rev 108661)
@@ -0,0 +1,18 @@
+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