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

Jonathan Steel jsteel at archlinux.org
Sun Feb 22 09:49:13 UTC 2015


    Date: Sunday, February 22, 2015 @ 10:49:12
  Author: jsteel
Revision: 128103

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-02-22 09:48:50 UTC (rev 128102)
+++ community-i686/PKGBUILD	2015-02-22 09:49:12 UTC (rev 128103)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at 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.38.2
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net"
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-           README{,.DOS,.PORTING} TODO; do
-    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 128102, mednafen/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-22 09:49:12 UTC (rev 128103)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at 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.38.2
+pkgrel=2
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+           README{,.DOS,.PORTING} TODO; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-02-22 09:48:50 UTC (rev 128102)
+++ community-x86_64/PKGBUILD	2015-02-22 09:49:12 UTC (rev 128103)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at 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.38.2
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="http://mednafen.sourceforge.net"
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libcdio' 'libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
-md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-           README{,.DOS,.PORTING} TODO; do
-    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 128102, mednafen/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-22 09:49:12 UTC (rev 128103)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at 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.38.2
+pkgrel=2
+pkgdesc="Command-line multi-system gaming emulator"
+url="http://mednafen.sourceforge.net"
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2)
+md5sums=('6b09560fdbc698f75dec4dd3fbc8743c')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+           README{,.DOS,.PORTING} TODO; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}



More information about the arch-commits mailing list