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

Allan McRae allan at archlinux.org
Thu Dec 27 05:05:42 UTC 2012


    Date: Thursday, December 27, 2012 @ 00:05:41
  Author: allan
Revision: 173887

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

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

-------------------------+
 core-i686/PKGBUILD      |   72 ++++++++++++++++++++++++----------------------
 core-i686/sed.install   |   40 ++++++++++++-------------
 core-x86_64/PKGBUILD    |   72 ++++++++++++++++++++++++----------------------
 core-x86_64/sed.install |   40 ++++++++++++-------------
 4 files changed, 116 insertions(+), 108 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2012-12-27 03:34:13 UTC (rev 173886)
+++ core-i686/PKGBUILD	2012-12-27 05:05:41 UTC (rev 173887)
@@ -1,34 +0,0 @@
-# $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
-}

Copied: sed/repos/core-i686/PKGBUILD (from rev 173886, sed/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2012-12-27 05:05:41 UTC (rev 173887)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=1
+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=('4111de4faa3b9848a0686b2f260c5056'
+         '86a5ab72f414d4cb38126e8e27cf0101')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  mkdir $pkgdir/bin
+  ln -s ../usr/bin/sed $pkgdir/bin
+  
+}

Deleted: core-i686/sed.install
===================================================================
--- core-i686/sed.install	2012-12-27 03:34:13 UTC (rev 173886)
+++ core-i686/sed.install	2012-12-27 05:05:41 UTC (rev 173887)
@@ -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-i686/sed.install (from rev 173886, sed/repos/testing-i686/sed.install)
===================================================================
--- core-i686/sed.install	                        (rev 0)
+++ core-i686/sed.install	2012-12-27 05:05:41 UTC (rev 173887)
@@ -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
+}

Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD	2012-12-27 03:34:13 UTC (rev 173886)
+++ core-x86_64/PKGBUILD	2012-12-27 05:05:41 UTC (rev 173887)
@@ -1,34 +0,0 @@
-# $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
-}

Copied: sed/repos/core-x86_64/PKGBUILD (from rev 173886, sed/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD	                        (rev 0)
+++ core-x86_64/PKGBUILD	2012-12-27 05:05:41 UTC (rev 173887)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=1
+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=('4111de4faa3b9848a0686b2f260c5056'
+         '86a5ab72f414d4cb38126e8e27cf0101')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  
+  mkdir $pkgdir/bin
+  ln -s ../usr/bin/sed $pkgdir/bin
+  
+}

Deleted: core-x86_64/sed.install
===================================================================
--- core-x86_64/sed.install	2012-12-27 03:34:13 UTC (rev 173886)
+++ core-x86_64/sed.install	2012-12-27 05:05:41 UTC (rev 173887)
@@ -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 173886, sed/repos/testing-x86_64/sed.install)
===================================================================
--- core-x86_64/sed.install	                        (rev 0)
+++ core-x86_64/sed.install	2012-12-27 05:05:41 UTC (rev 173887)
@@ -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