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

Maxime Gauduin alucryd at archlinux.org
Sun Feb 5 20:07:48 UTC 2017


    Date: Sunday, February 5, 2017 @ 20:07:47
  Author: alucryd
Revision: 210107

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

Added:
  libretro-nestopia/repos/community-i686/PKGBUILD
    (from rev 210106, libretro-nestopia/trunk/PKGBUILD)
  libretro-nestopia/repos/community-x86_64/PKGBUILD
    (from rev 210106, libretro-nestopia/trunk/PKGBUILD)
Deleted:
  libretro-nestopia/repos/community-i686/PKGBUILD
  libretro-nestopia/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 20:07:35 UTC (rev 210106)
+++ community-i686/PKGBUILD	2017-02-05 20:07:47 UTC (rev 210107)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=646
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/nestopia'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc')
-makedepends=('git')
-source=('libretro-nestopia::git+https://github.com/libretro/nestopia.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
-sha256sums=('SKIP'
-            '72585a62b7cefa3b8a5e050f696c3d174b798f21fa69131643bb62a0a1acd937')
-
-pkgver() {
-  cd libretro-nestopia
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-nestopia/libretro
-
-  make
-}
-
-package() {
-  cd libretro-nestopia/libretro
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../../nestopia_libretro.info "${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-nestopia/repos/community-i686/PKGBUILD (from rev 210106, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-05 20:07:47 UTC (rev 210107)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=721
+pkgrel=1
+pkgdesc='Nintendo Entertainment System core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/nestopia'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git')
+_commit='ebd462bda72ba3a5227afc1c73db604a4eb850e0'
+source=("libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
+sha256sums=('SKIP'
+            '95d5e5503de7129e349cff84a0da6047f8181cab3232ec963cef1a9af69b2cec')
+
+pkgver() {
+  cd libretro-nestopia
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-nestopia/libretro
+
+  make
+}
+
+package() {
+  cd libretro-nestopia/libretro
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../nestopia_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 20:07:35 UTC (rev 210106)
+++ community-x86_64/PKGBUILD	2017-02-05 20:07:47 UTC (rev 210107)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=646
-pkgrel=1
-pkgdesc='Nintendo Entertainment System core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/nestopia'
-license=('GPL2')
-groups=('libretro')
-depends=('gcc-libs' 'glibc')
-makedepends=('git')
-source=('libretro-nestopia::git+https://github.com/libretro/nestopia.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
-sha256sums=('SKIP'
-            '72585a62b7cefa3b8a5e050f696c3d174b798f21fa69131643bb62a0a1acd937')
-
-pkgver() {
-  cd libretro-nestopia
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-nestopia/libretro
-
-  make
-}
-
-package() {
-  cd libretro-nestopia/libretro
-
-  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../../nestopia_libretro.info "${pkgdir}"/usr/share/libretro/info/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-nestopia/repos/community-x86_64/PKGBUILD (from rev 210106, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-05 20:07:47 UTC (rev 210107)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+
+pkgname=libretro-nestopia
+pkgver=721
+pkgrel=1
+pkgdesc='Nintendo Entertainment System core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/nestopia'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git')
+_commit='ebd462bda72ba3a5227afc1c73db604a4eb850e0'
+source=("libretro-nestopia::git+https://github.com/libretro/nestopia.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/nestopia_libretro.info')
+sha256sums=('SKIP'
+            '95d5e5503de7129e349cff84a0da6047f8181cab3232ec963cef1a9af69b2cec')
+
+pkgver() {
+  cd libretro-nestopia
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-nestopia/libretro
+
+  make
+}
+
+package() {
+  cd libretro-nestopia/libretro
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 nestopia_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../../nestopia_libretro.info "${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list