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

Maxime Gauduin alucryd at archlinux.org
Mon Jul 4 11:32:35 UTC 2016


    Date: Monday, July 4, 2016 @ 11:32:35
  Author: alucryd
Revision: 182178

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-04 11:32:19 UTC (rev 182177)
+++ community-i686/PKGBUILD	2016-07-04 11:32:35 UTC (rev 182178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=626
-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'
-            'eea21d5c2fb0fe95c2f84c8e957b18a7898699a3899e784f94feb87f68c847b1')
-
-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 182177, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-04 11:32:35 UTC (rev 182178)
@@ -0,0 +1,39 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-04 11:32:19 UTC (rev 182177)
+++ community-x86_64/PKGBUILD	2016-07-04 11:32:35 UTC (rev 182178)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-
-pkgname=libretro-nestopia
-pkgver=626
-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'
-            'eea21d5c2fb0fe95c2f84c8e957b18a7898699a3899e784f94feb87f68c847b1')
-
-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 182177, libretro-nestopia/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-04 11:32:35 UTC (rev 182178)
@@ -0,0 +1,39 @@
+# $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:



More information about the arch-commits mailing list