[arch-commits] Commit in sed/repos (5 files)

Allan McRae allan at archlinux.org
Fri Nov 4 23:36:15 UTC 2011


    Date: Friday, November 4, 2011 @ 19:36:15
  Author: allan
Revision: 142078

db-move: moved sed from [testing] to [core] (x86_64)

Added:
  sed/repos/core-x86_64/PKGBUILD
    (from rev 142056, sed/repos/testing-x86_64/PKGBUILD)
  sed/repos/core-x86_64/sed.install
    (from rev 142056, sed/repos/testing-x86_64/sed.install)
Deleted:
  sed/repos/core-x86_64/PKGBUILD
  sed/repos/core-x86_64/sed.install
  sed/repos/testing-x86_64/

-------------+
 PKGBUILD    |   62 +++++++++++++++++++++++++++++++---------------------------
 sed.install |   40 ++++++++++++++++++-------------------
 2 files changed, 54 insertions(+), 48 deletions(-)

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2011-11-04 23:36:13 UTC (rev 142077)
+++ core-x86_64/PKGBUILD	2011-11-04 23:36:15 UTC (rev 142078)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=sed
-pkgver=4.2.1
-pkgrel=3
-pkgdesc="GNU stream editor"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/sed"
-license=('GPL3')
-groups=('base')
-depends=('acl' 'sh')
-makedepends=('gettext')
-install=sed.install
-source=(ftp://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.gz)
-md5sums=('f0fd4d7da574d4707e442285fd2d3b86')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --bindir=/bin --without-included-regex
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR=${pkgdir} install
-}

Copied: sed/repos/core-x86_64/PKGBUILD (from rev 142056, sed/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2011-11-04 23:36:15 UTC (rev 142078)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=sed
+pkgver=4.2.1
+pkgrel=4
+pkgdesc="GNU stream editor"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/sed"
+license=('GPL3')
+groups=('base')
+depends=('acl' 'sh')
+makedepends=('gettext')
+install=sed.install
+source=(ftp://ftp.gnu.org/pub/gnu/sed/${pkgname}-${pkgver}.tar.gz{,.sig})
+md5sums=('f0fd4d7da574d4707e442285fd2d3b86'
+         '91871b227dbf0916e019ba1fb0fbfdf3')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --bindir=/bin --without-included-regex
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: core-x86_64/sed.install
===================================================================
--- core-x86_64/sed.install	2011-11-04 23:36:13 UTC (rev 142077)
+++ core-x86_64/sed.install	2011-11-04 23:36:15 UTC (rev 142078)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(sed.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Copied: sed/repos/core-x86_64/sed.install (from rev 142056, sed/repos/testing-x86_64/sed.install)
===================================================================
--- core-x86_64/sed.install	                        (rev 0)
+++ core-x86_64/sed.install	2011-11-04 23:36:15 UTC (rev 142078)
@@ -0,0 +1,20 @@
+infodir=/usr/share/info
+filelist=(sed.info)
+
+post_install() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
+  done
+}




More information about the arch-commits mailing list