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

Maxime Gauduin alucryd at archlinux.org
Sat Jul 23 11:28:39 UTC 2016


    Date: Saturday, July 23, 2016 @ 11:28:39
  Author: alucryd
Revision: 183871

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

Added:
  libretro-genesis-plus-gx/repos/community-i686/PKGBUILD
    (from rev 183870, libretro-genesis-plus-gx/trunk/PKGBUILD)
  libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD
    (from rev 183870, 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                 |   86 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   45 -----------------------
 community-x86_64/PKGBUILD |   45 -----------------------
 3 files changed, 86 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-07-23 11:28:24 UTC (rev 183870)
+++ community-i686/PKGBUILD	2016-07-23 11:28:39 UTC (rev 183871)
@@ -1,45 +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=998
-pkgrel=1
-pkgdesc='Sega Master System/Genesis/Game Gear/CD/32X 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 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 genesis_plus_gx_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../genesis_plus_gx_libretro.info "${pkgdir}"/usr/share/libretro/info/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-genesis-plus-gx/repos/community-i686/PKGBUILD (from rev 183870, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-07-23 11:28:39 UTC (rev 183871)
@@ -0,0 +1,43 @@
+# $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:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-07-23 11:28:24 UTC (rev 183870)
+++ community-x86_64/PKGBUILD	2016-07-23 11:28:39 UTC (rev 183871)
@@ -1,45 +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=998
-pkgrel=1
-pkgdesc='Sega Master System/Genesis/Game Gear/CD/32X 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 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
-  install -m 644 genesis_plus_gx_libretro.so "${pkgdir}"/usr/lib/libretro/
-  install -m 644 ../genesis_plus_gx_libretro.info "${pkgdir}"/usr/share/libretro/info/
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git
-  install -m 644 LICENSE.txt "${pkgdir}"/usr/share/licenses/libretro-genesis-plus-gx-git/
-}
-
-# vim: ts=2 sw=2 et:

Copied: libretro-genesis-plus-gx/repos/community-x86_64/PKGBUILD (from rev 183870, libretro-genesis-plus-gx/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-07-23 11:28:39 UTC (rev 183871)
@@ -0,0 +1,43 @@
+# $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:



More information about the arch-commits mailing list