Date: Sunday, March 5, 2023 @ 20:38:17
Author: seblu
Revision: 470270
db-move: moved sed from [testing] to [core] (x86_64)
Added:
sed/repos/core-x86_64/PKGBUILD
(from rev 470269, sed/repos/testing-x86_64/PKGBUILD)
sed/repos/core-x86_64/keys/
Deleted:
sed/repos/core-x86_64/PKGBUILD
sed/repos/core-x86_64/keys/
sed/repos/testing-x86_64/
----------------------+
/PKGBUILD | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
core-x86_64/PKGBUILD | 48 ------------------------------------------------
2 files changed, 48 insertions(+), 48 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2023-03-05 20:38:15 UTC (rev 470269)
+++ core-x86_64/PKGBUILD 2023-03-05 20:38:17 UTC (rev 470270)
@@ -1,48 +0,0 @@
-# Maintainer: Sébastien "Seblu" Luttringer <[email protected]>
-# Contributor: Allan McRae <[email protected]>
-# Contributor: judd <[email protected]>
-
-pkgname=sed
-pkgver=4.9
-pkgrel=2
-pkgdesc='GNU stream editor'
-arch=('x86_64')
-url='https://www.gnu.org/software/sed/'
-license=('GPL3')
-depends=('glibc' 'acl' 'attr')
-makedepends=('gettext')
-source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') #Jim Meyering
<[email protected]>
-sha256sums=('6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181'
- 'SKIP')
-
-prepare() {
- cd $pkgname-$pkgver
- # apply patch from the source array (should be a pacman feature)
- local src
- for src in "${source[@]}"; do
- src="${src%%::*}"
- src="${src##*/}"
- [[ $src = *.patch ]] || continue
- msg2 "Applying patch $src..."
- patch -Np1 < "../$src"
- done
-}
-
-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:
Copied: sed/repos/core-x86_64/PKGBUILD (from rev 470269,
sed/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2023-03-05 20:38:17 UTC (rev 470270)
@@ -0,0 +1,48 @@
+# Maintainer: Sébastien "Seblu" Luttringer <[email protected]>
+# Contributor: Allan McRae <[email protected]>
+# Contributor: judd <[email protected]>
+
+pkgname=sed
+pkgver=4.9
+pkgrel=3
+pkgdesc='GNU stream editor'
+arch=('x86_64')
+url='https://www.gnu.org/software/sed/'
+license=('GPL3')
+depends=('glibc' 'acl')
+makedepends=('gettext')
+source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') #Jim Meyering
<[email protected]>
+sha256sums=('6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181'
+ 'SKIP')
+
+prepare() {
+ cd $pkgname-$pkgver
+ # apply patch from the source array (should be a pacman feature)
+ local src
+ for src in "${source[@]}"; do
+ src="${src%%::*}"
+ src="${src##*/}"
+ [[ $src = *.patch ]] || continue
+ msg2 "Applying patch $src..."
+ patch -Np1 < "../$src"
+ done
+}
+
+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: