[arch-commits] Commit in libretro-yabause/repos (4 files)

Maxime Gauduin alucryd at archlinux.org
Sun Feb 5 21:17:16 UTC 2017


    Date: Sunday, February 5, 2017 @ 21:17:15
  Author: alucryd
Revision: 210119

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

Added:
  libretro-yabause/repos/community-i686/PKGBUILD
    (from rev 210118, libretro-yabause/trunk/PKGBUILD)
  libretro-yabause/repos/community-x86_64/PKGBUILD
    (from rev 210118, libretro-yabause/trunk/PKGBUILD)
Deleted:
  libretro-yabause/repos/community-i686/PKGBUILD
  libretro-yabause/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   80 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ---------------------
 community-x86_64/PKGBUILD |   39 ---------------------
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-05 21:17:00 UTC (rev 210118)
+++ community-i686/PKGBUILD	2017-02-05 21:17:15 UTC (rev 210119)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-yabause
-pkgver=2866
-pkgrel=1
-pkgdesc='Sega Saturn core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/yabause'
-license=('GPL2')
-groups=('libretro')
-depends=('glibc')
-makedepends=('git')
-source=('libretro-yabause::git+https://github.com/libretro/yabause.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info')
-sha256sums=('SKIP'
-            '64b9031e2aee5c0cb821e0b9c6c1b1f2e4ca68d23d0288054a067f730ae350d9')
-
-pkgver() {
-  cd libretro-yabause
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-yabause/libretro
-
-  make
-}
-
-package() {
-  cd libretro-yabause/libretro
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 yabause_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../../yabause_libretro.info "${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-yabause/repos/community-i686/PKGBUILD (from rev 210118, libretro-yabause/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-05 21:17:15 UTC (rev 210119)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-yabause
+pkgver=2876
+pkgrel=1
+pkgdesc='Sega Saturn core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/yabause'
+license=('GPL2')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+_commit='c8f4c5732c0ebb02c8f3aae757c6575a25d41896'
+source=("libretro-yabause::git+https://github.com/libretro/yabause.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info')
+sha256sums=('SKIP'
+            'f1a02cc5a96b87551d423c337a9f7958a70aafc1b2e95d74f3bcb0bf80e2a56b')
+
+pkgver() {
+  cd libretro-yabause
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-yabause/libretro
+
+  make
+}
+
+package() {
+  cd libretro-yabause/libretro
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 yabause_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../yabause_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-05 21:17:00 UTC (rev 210118)
+++ community-x86_64/PKGBUILD	2017-02-05 21:17:15 UTC (rev 210119)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-yabause
-pkgver=2866
-pkgrel=1
-pkgdesc='Sega Saturn core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/yabause'
-license=('GPL2')
-groups=('libretro')
-depends=('glibc')
-makedepends=('git')
-source=('libretro-yabause::git+https://github.com/libretro/yabause.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info')
-sha256sums=('SKIP'
-            '64b9031e2aee5c0cb821e0b9c6c1b1f2e4ca68d23d0288054a067f730ae350d9')
-
-pkgver() {
-  cd libretro-yabause
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-yabause/libretro
-
-  make
-}
-
-package() {
-  cd libretro-yabause/libretro
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 yabause_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../../yabause_libretro.info "${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-yabause/repos/community-x86_64/PKGBUILD (from rev 210118, libretro-yabause/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-05 21:17:15 UTC (rev 210119)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-yabause
+pkgver=2876
+pkgrel=1
+pkgdesc='Sega Saturn core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/yabause'
+license=('GPL2')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+_commit='c8f4c5732c0ebb02c8f3aae757c6575a25d41896'
+source=("libretro-yabause::git+https://github.com/libretro/yabause.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/yabause_libretro.info')
+sha256sums=('SKIP'
+            'f1a02cc5a96b87551d423c337a9f7958a70aafc1b2e95d74f3bcb0bf80e2a56b')
+
+pkgver() {
+  cd libretro-yabause
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-yabause/libretro
+
+  make
+}
+
+package() {
+  cd libretro-yabause/libretro
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 yabause_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../yabause_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list