[arch-commits] Commit in mednafen/repos (8 files)

Jonathan Steel jsteel at nymeria.archlinux.org
Thu Mar 27 20:02:12 UTC 2014


    Date: Thursday, March 27, 2014 @ 21:02:12
  Author: jsteel
Revision: 108527

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

Added:
  mednafen/repos/community-i686/PKGBUILD
    (from rev 108526, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-i686/mednafen.install
    (from rev 108526, mednafen/trunk/mednafen.install)
  mednafen/repos/community-x86_64/PKGBUILD
    (from rev 108526, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-x86_64/mednafen.install
    (from rev 108526, mednafen/trunk/mednafen.install)
Deleted:
  mednafen/repos/community-i686/PKGBUILD
  mednafen/repos/community-i686/mednafen.install
  mednafen/repos/community-x86_64/PKGBUILD
  mednafen/repos/community-x86_64/mednafen.install

-----------------------------------+
 /PKGBUILD                         |   70 ++++++++++++++++++++++++++++++++++++
 /mednafen.install                 |   12 ++++++
 community-i686/PKGBUILD           |   35 ------------------
 community-i686/mednafen.install   |    6 ---
 community-x86_64/PKGBUILD         |   35 ------------------
 community-x86_64/mednafen.install |    6 ---
 6 files changed, 82 insertions(+), 82 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-03-27 20:01:50 UTC (rev 108526)
+++ community-i686/PKGBUILD	2014-03-27 20:02:12 UTC (rev 108527)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: megadriver <megadriver at gmx dot com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: kagan <juanynie at mi.madritel.es>
-# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
-
-pkgname=mednafen
-pkgver=0.9.33.1
-pkgrel=1
-pkgdesc="A command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
-makedepends=('mesa' 'glu')
-replaces=('mednafen-wip')
-install="$pkgname.install"
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('3e67483927baa71fe77c441c42216daa')
-
-build() {
-  cd "$srcdir"/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 108526, mednafen/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-03-27 20:02:12 UTC (rev 108527)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: kagan <juanynie at mi.madritel.es>
+# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
+
+pkgname=mednafen
+pkgver=0.9.33.2
+pkgrel=1
+pkgdesc="A command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install="$pkgname.install"
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('5ad015c5cbbefbf6b52fd6b972809b6a')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir"/ install
+}

Deleted: community-i686/mednafen.install
===================================================================
--- community-i686/mednafen.install	2014-03-27 20:01:50 UTC (rev 108526)
+++ community-i686/mednafen.install	2014-03-27 20:02:12 UTC (rev 108527)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  if  [ "$(vercmp 0.9 "$2")" -eq 1 ]; then
-    echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x
-    also the configuration file name has changed to "mednafen-09x.cfg"'
-  fi
-}

Copied: mednafen/repos/community-i686/mednafen.install (from rev 108526, mednafen/trunk/mednafen.install)
===================================================================
--- community-i686/mednafen.install	                        (rev 0)
+++ community-i686/mednafen.install	2014-03-27 20:02:12 UTC (rev 108527)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if  [ "$(vercmp 0.9 "$2")" -eq 1 ]; then
+    echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x
+    also the configuration file name has changed to "mednafen-09x.cfg"'
+  fi
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-03-27 20:01:50 UTC (rev 108526)
+++ community-x86_64/PKGBUILD	2014-03-27 20:02:12 UTC (rev 108527)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
-# Contributor: megadriver <megadriver at gmx dot com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: kagan <juanynie at mi.madritel.es>
-# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
-
-pkgname=mednafen
-pkgver=0.9.33.1
-pkgrel=1
-pkgdesc="A command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
-makedepends=('mesa' 'glu')
-replaces=('mednafen-wip')
-install="$pkgname.install"
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('3e67483927baa71fe77c441c42216daa')
-
-build() {
-  cd "$srcdir"/$pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 108526, mednafen/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-03-27 20:02:12 UTC (rev 108527)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: megadriver <megadriver at gmx dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
+# Contributor: kagan <juanynie at mi.madritel.es>
+# Contributor: Hans-Kristian Arntzen <maister at archlinux.us>
+
+pkgname=mednafen
+pkgver=0.9.33.2
+pkgrel=1
+pkgdesc="A command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib')
+makedepends=('mesa' 'glu')
+replaces=('mednafen-wip')
+install="$pkgname.install"
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('5ad015c5cbbefbf6b52fd6b972809b6a')
+
+build() {
+  cd "$srcdir"/$pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+
+  make DESTDIR="$pkgdir"/ install
+}

Deleted: community-x86_64/mednafen.install
===================================================================
--- community-x86_64/mednafen.install	2014-03-27 20:01:50 UTC (rev 108526)
+++ community-x86_64/mednafen.install	2014-03-27 20:02:12 UTC (rev 108527)
@@ -1,6 +0,0 @@
-post_upgrade() {
-  if  [ "$(vercmp 0.9 "$2")" -eq 1 ]; then
-    echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x
-    also the configuration file name has changed to "mednafen-09x.cfg"'
-  fi
-}

Copied: mednafen/repos/community-x86_64/mednafen.install (from rev 108526, mednafen/trunk/mednafen.install)
===================================================================
--- community-x86_64/mednafen.install	                        (rev 0)
+++ community-x86_64/mednafen.install	2014-03-27 20:02:12 UTC (rev 108527)
@@ -0,0 +1,6 @@
+post_upgrade() {
+  if  [ "$(vercmp 0.9 "$2")" -eq 1 ]; then
+    echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x
+    also the configuration file name has changed to "mednafen-09x.cfg"'
+  fi
+}




More information about the arch-commits mailing list