Date: Friday, October 20, 2017 @ 16:06:35
  Author: spupykin
Revision: 263739

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

Added:
  musl/repos/community-i686/PKGBUILD
    (from rev 263738, musl/trunk/PKGBUILD)
  musl/repos/community-x86_64/PKGBUILD
    (from rev 263738, musl/trunk/PKGBUILD)
Deleted:
  musl/repos/community-i686/PKGBUILD
  musl/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   72 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 ----------------------
 community-x86_64/PKGBUILD |   36 ----------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-10-20 16:06:14 UTC (rev 263738)
+++ community-i686/PKGBUILD     2017-10-20 16:06:35 UTC (rev 263739)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <arch+...@sergej.pp.ru>
-# Contributor: TJ Vanderpoel <tj@rubyists>
-
-pkgname=musl
-pkgver=1.1.16
-pkgrel=2
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
-source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
-            'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
-    --exec-prefix=/usr \
-    --enable-wrapper=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-i686/PKGBUILD (from rev 263738, 
musl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-10-20 16:06:35 UTC (rev 263739)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <arch+...@sergej.pp.ru>
+# Contributor: TJ Vanderpoel <tj@rubyists>
+
+pkgname=musl
+pkgver=1.1.17
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+    --exec-prefix=/usr \
+    --enable-wrapper=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib/
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2017-10-20 16:06:14 UTC (rev 263738)
+++ community-x86_64/PKGBUILD   2017-10-20 16:06:35 UTC (rev 263739)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin <arch+...@sergej.pp.ru>
-# Contributor: TJ Vanderpoel <tj@rubyists>
-
-pkgname=musl
-pkgver=1.1.16
-pkgrel=2
-pkgdesc='Lightweight implementation of C standard library'
-arch=('i686' 'x86_64')
-url='http://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
-source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('937185a5e5d721050306cf106507a006c3f1f86d86cd550024ea7be909071011'
-            'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
-    --exec-prefix=/usr \
-    --enable-wrapper=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -dm755 "$pkgdir"/usr/lib/
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-x86_64/PKGBUILD (from rev 263738, 
musl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-10-20 16:06:35 UTC (rev 263739)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer:  Sergej Pupykin <arch+...@sergej.pp.ru>
+# Contributor: TJ Vanderpoel <tj@rubyists>
+
+pkgname=musl
+pkgver=1.1.17
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('i686' 'x86_64')
+url='http://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('c8aa51c747a600704bed169340bf3e03742ceee027ea0051dd4b6cc3c5f51464'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+    --exec-prefix=/usr \
+    --enable-wrapper=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -dm755 "$pkgdir"/usr/lib/
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}

Reply via email to