[arch-commits] Commit in libretro-genesis-plus-gx/repos (4 files)

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


    Date: Sunday, February 5, 2017 @ 14:14:15
  Author: alucryd
Revision: 209986

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

Added:
  libretro-genesis-plus-gx/repos/community-i686/PKGBUILD
    (from rev 209985, libretro-genesis-plus-gx/trunk/PKGBUILD)
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
    (from rev 209985, libretro-genesis-plus-gx/trunk/PKGBUILD)
Deleted:
  libretro-genesis-plus-gx/repos/community-i686/PKGBUILD
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   88 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   43 ---------------------
 community-x86_64/PKGBUILD |   43 ---------------------
 3 files changed, 88 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-02-05 14:14:02 UTC (rev 209985)
+++ community-i686/PKGBUILD	2017-02-05 14:14:15 UTC (rev 209986)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
-# Contributor: prettyvanilla <prettyvanilla at posteo.at>
-# Contributor: almostalive <almostalive2003 at gmail.com>
-
-pkgname=libretro-genesis-plus-gx
-pkgver=1014
-pkgrel=1
-pkgdesc='Sega MS/GG/MD/CD core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/Genesis-Plus-GX'
-license=('BSD' 'LGPL2.1')
-groups=('libretro')
-depends=('glibc')
-makedepends=('git')
-source=('libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info')
-sha256sums=('SKIP'
-            'a60fa12ccd583e5da2a42c7bf27b24c7b38e3e2bf4565ede07efe6bf087677ee')
-
-pkgver() {
-  cd libretro-genesis-plus-gx
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-genesis-plus-gx
-
-  make -f Makefile.libretro
-}
-
-package() {
-  cd libretro-genesis-plus-gx
-
-  install -Dm 644 genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 ../genesis_plus_gx_libretro.info -t "${pkgdir}"/usr/share/libretro/info/
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-genesis-plus-gx/repos/community-i686/PKGBUILD (from rev 209985, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-02-05 14:14:15 UTC (rev 209986)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-genesis-plus-gx
+pkgver=1111
+pkgrel=1
+pkgdesc='Sega MS/GG/MD/CD core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/Genesis-Plus-GX'
+license=('BSD' 'LGPL2.1')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+_commit='afa38e3e37f542b597e000cee973acabe3b2fd9e'
+source=("libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info')
+sha256sums=('SKIP'
+            'ef74514ba5836e93dba7eb17d092590d1c34fbca644a1c3ec55a832a8d1f8717')
+
+pkgver() {
+  cd libretro-genesis-plus-gx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-genesis-plus-gx
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-genesis-plus-gx
+
+  install -Dm 644 genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 ../genesis_plus_gx_libretro.info -t "${pkgdir}"/usr/share/libretro/info/
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-02-05 14:14:02 UTC (rev 209985)
+++ community-x86_64/PKGBUILD	2017-02-05 14:14:15 UTC (rev 209986)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
-# Contributor: prettyvanilla <prettyvanilla at posteo.at>
-# Contributor: almostalive <almostalive2003 at gmail.com>
-
-pkgname=libretro-genesis-plus-gx
-pkgver=1014
-pkgrel=1
-pkgdesc='Sega MS/GG/MD/CD core'
-arch=('i686' 'x86_64')
-url='https://github.com/libretro/Genesis-Plus-GX'
-license=('BSD' 'LGPL2.1')
-groups=('libretro')
-depends=('glibc')
-makedepends=('git')
-source=('libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git'
-        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info')
-sha256sums=('SKIP'
-            'a60fa12ccd583e5da2a42c7bf27b24c7b38e3e2bf4565ede07efe6bf087677ee')
-
-pkgver() {
-  cd libretro-genesis-plus-gx
-
-  git rev-list --count HEAD
-}
-
-build() {
-  cd libretro-genesis-plus-gx
-
-  make -f Makefile.libretro
-}
-
-package() {
-  cd libretro-genesis-plus-gx
-
-  install -Dm 644 genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
-  install -Dm 644 ../genesis_plus_gx_libretro.info -t "${pkgdir}"/usr/share/libretro/info/
-
-  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD (from rev 209985, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-02-05 14:14:15 UTC (rev 209986)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Johnathan Jenkins <twodopeshaggy at gmail.com>
+# Contributor: prettyvanilla <prettyvanilla at posteo.at>
+# Contributor: almostalive <almostalive2003 at gmail.com>
+
+pkgname=libretro-genesis-plus-gx
+pkgver=1111
+pkgrel=1
+pkgdesc='Sega MS/GG/MD/CD core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/Genesis-Plus-GX'
+license=('BSD' 'LGPL2.1')
+groups=('libretro')
+depends=('glibc')
+makedepends=('git')
+_commit='afa38e3e37f542b597e000cee973acabe3b2fd9e'
+source=("libretro-genesis-plus-gx::git+https://github.com/libretro/Genesis-Plus-GX.git#commit=${_commit}"
+        'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/genesis_plus_gx_libretro.info')
+sha256sums=('SKIP'
+            'ef74514ba5836e93dba7eb17d092590d1c34fbca644a1c3ec55a832a8d1f8717')
+
+pkgver() {
+  cd libretro-genesis-plus-gx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-genesis-plus-gx
+
+  make -f Makefile.libretro
+}
+
+package() {
+  cd libretro-genesis-plus-gx
+
+  install -Dm 644 genesis_plus_gx_libretro.so -t "${pkgdir}"/usr/lib/libretro/
+  install -Dm 644 ../genesis_plus_gx_libretro.info -t "${pkgdir}"/usr/share/libretro/info/
+
+  install -Dm 644 LICENSE.txt -t "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx/
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list