[arch-commits] Commit in sed/repos (8 files)
Sébastien Luttringer
seblu at archlinux.org
Thu May 26 00:11:17 UTC 2016
Date: Thursday, May 26, 2016 @ 02:11:17
Author: seblu
Revision: 268586
db-move: moved sed from [testing] to [core] (i686, x86_64)
Added:
sed/repos/core-i686/PKGBUILD
(from rev 268585, sed/repos/testing-i686/PKGBUILD)
sed/repos/core-x86_64/PKGBUILD
(from rev 268585, sed/repos/testing-x86_64/PKGBUILD)
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/
-------------------------+
/PKGBUILD | 74 ++++++++++++++++++++++++++++++++++++++++++++++
core-i686/PKGBUILD | 34 ---------------------
core-i686/sed.install | 20 ------------
core-x86_64/PKGBUILD | 34 ---------------------
core-x86_64/sed.install | 20 ------------
5 files changed, 74 insertions(+), 108 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2016-05-26 00:11:15 UTC (rev 268585)
+++ core-i686/PKGBUILD 2016-05-26 00:11:17 UTC (rev 268586)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=sed
-pkgver=4.2.2
-pkgrel=3
-pkgdesc="GNU stream editor"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/sed"
-license=('GPL3')
-groups=('base' 'base-devel')
-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
-}
Copied: sed/repos/core-i686/PKGBUILD (from rev 268585, sed/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2016-05-26 00:11:17 UTC (rev 268586)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=4
+pkgdesc='GNU stream editor'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/sed'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'acl' 'attr')
+makedepends=('gettext')
+# gpg key of Paolo Bonzini has been revoked in 2013, not using it
+# check if a new one is issued in the next release
+source=("ftp://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.gz")
+md5sums=('4111de4faa3b9848a0686b2f260c5056')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: core-i686/sed.install
===================================================================
--- core-i686/sed.install 2016-05-26 00:11:15 UTC (rev 268585)
+++ core-i686/sed.install 2016-05-26 00:11:17 UTC (rev 268586)
@@ -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
-}
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2016-05-26 00:11:15 UTC (rev 268585)
+++ core-x86_64/PKGBUILD 2016-05-26 00:11:17 UTC (rev 268586)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae <allan at archlinux.org>
-# Contributor: judd <jvinet at zeroflux.org>
-
-pkgname=sed
-pkgver=4.2.2
-pkgrel=3
-pkgdesc="GNU stream editor"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/sed"
-license=('GPL3')
-groups=('base' 'base-devel')
-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
-}
Copied: sed/repos/core-x86_64/PKGBUILD (from rev 268585, sed/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2016-05-26 00:11:17 UTC (rev 268586)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer <seblu at archlinux.org>
+# Contributor: Allan McRae <allan at archlinux.org>
+# Contributor: judd <jvinet at zeroflux.org>
+
+pkgname=sed
+pkgver=4.2.2
+pkgrel=4
+pkgdesc='GNU stream editor'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/sed'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'acl' 'attr')
+makedepends=('gettext')
+# gpg key of Paolo Bonzini has been revoked in 2013, not using it
+# check if a new one is issued in the next release
+source=("ftp://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.gz")
+md5sums=('4111de4faa3b9848a0686b2f260c5056')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: core-x86_64/sed.install
===================================================================
--- core-x86_64/sed.install 2016-05-26 00:11:15 UTC (rev 268585)
+++ core-x86_64/sed.install 2016-05-26 00:11:17 UTC (rev 268586)
@@ -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
-}
More information about the arch-commits
mailing list