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

2017-10-04 Thread Sergej Pupykin
Date: Wednesday, October 4, 2017 @ 14:08:19
  Author: spupykin
Revision: 261454

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

Added:
  nestopia/repos/community-i686/ChangeLog
(from rev 261453, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
(from rev 261453, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
(from rev 261453, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
(from rev 261453, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
(from rev 261453, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
(from rev 261453, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

--+
 /ChangeLog   |   24 
 /PKGBUILD|   70 +
 /build-fix.patch |   36 +++
 community-i686/ChangeLog |   12 --
 community-i686/PKGBUILD  |   34 -
 community-i686/build-fix.patch   |   18 -
 community-x86_64/ChangeLog   |   12 --
 community-x86_64/PKGBUILD|   34 -
 community-x86_64/build-fix.patch |   18 -
 9 files changed, 130 insertions(+), 128 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2017-10-04 14:07:59 UTC (rev 261453)
+++ community-i686/ChangeLog2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  
-
-   * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  
-
-   * PKGBUILD (source): Package adopted.
-   Variable/version cleanup.
-   Patch to remove bogus error messages on program exit.
-   New dependency: mesa.
-   Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 261453, 
nestopia/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  
+
+   * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  
+
+   * PKGBUILD (source): Package adopted.
+   Variable/version cleanup.
+   Patch to remove bogus error messages on program exit.
+   New dependency: mesa.
+   Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-10-04 14:07:59 UTC (rev 261453)
+++ community-i686/PKGBUILD 2017-10-04 14:08:19 UTC (rev 261454)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tiago Pierezan Camargo 
-# Contributor: robb_force 
-
-pkgname=nestopia
-pkgver=1.47
-pkgrel=1
-pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
-makedepends=('unzip' 'mesa' 'xdg-utils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
-   "build-fix.patch")
-md5sums=('ea879cfc8693613dc42c0a7503cd9144'
- '4a852d8e484c2fe214377ec18a68356f')
-
-prepare() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 <$srcdir/build-fix.patch
-}
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 261453, 
nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-04 14:08:19 UTC (rev 261454)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tiago Pierezan Camargo 
+# Contributor: robb_force 
+
+pkgname=nestopia
+pkgver=1.48
+pkgrel=1
+pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
+url='http://0ldsk00l.ca/nestopia/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 

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

2016-01-11 Thread Sergej Pupykin
Date: Monday, January 11, 2016 @ 13:54:38
  Author: spupykin
Revision: 155991

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

Added:
  nestopia/repos/community-i686/ChangeLog
(from rev 155990, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
(from rev 155990, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
(from rev 155990, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
(from rev 155990, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
(from rev 155990, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
(from rev 155990, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

--+
 /ChangeLog   |   24 +
 /PKGBUILD|   68 +
 /build-fix.patch |   36 +++
 community-i686/ChangeLog |   12 --
 community-i686/PKGBUILD  |   34 --
 community-i686/build-fix.patch   |   18 -
 community-x86_64/ChangeLog   |   12 --
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/build-fix.patch |   18 -
 9 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-01-11 12:54:22 UTC (rev 155990)
+++ community-i686/ChangeLog2016-01-11 12:54:38 UTC (rev 155991)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  
-
-   * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  
-
-   * PKGBUILD (source): Package adopted.
-   Variable/version cleanup.
-   Patch to remove bogus error messages on program exit.
-   New dependency: mesa.
-   Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 155990, 
nestopia/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-01-11 12:54:38 UTC (rev 155991)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  
+
+   * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  
+
+   * PKGBUILD (source): Package adopted.
+   Variable/version cleanup.
+   Patch to remove bogus error messages on program exit.
+   New dependency: mesa.
+   Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-11 12:54:22 UTC (rev 155990)
+++ community-i686/PKGBUILD 2016-01-11 12:54:38 UTC (rev 155991)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Tiago Pierezan Camargo 
-# Contributor: robb_force 
-
-pkgname=nestopia
-pkgver=1.46.2
-pkgrel=2
-pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
-makedepends=('unzip' 'mesa' 'xdg-utils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
-   "build-fix.patch")
-md5sums=('3af8ed8ce084803a50a2d058b6d77e6e'
- '4a852d8e484c2fe214377ec18a68356f')
-
-prepare() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 <$srcdir/build-fix.patch
-}
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 155990, 
nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-11 12:54:38 UTC (rev 155991)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Tiago Pierezan Camargo 
+# Contributor: robb_force 
+
+pkgname=nestopia
+pkgver=1.47
+pkgrel=1
+pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
+url='http://0ldsk00l.ca/nestopia/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 

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

2014-10-14 Thread Sergej Pupykin
Date: Tuesday, October 14, 2014 @ 13:36:10
  Author: spupykin
Revision: 120641

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

Added:
  nestopia/repos/community-i686/ChangeLog
(from rev 120640, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
(from rev 120640, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
(from rev 120640, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
(from rev 120640, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
(from rev 120640, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
(from rev 120640, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

--+
 /ChangeLog   |   24 +
 /PKGBUILD|   68 +
 /build-fix.patch |   36 +++
 community-i686/ChangeLog |   12 --
 community-i686/PKGBUILD  |   34 --
 community-i686/build-fix.patch   |   18 -
 community-x86_64/ChangeLog   |   12 --
 community-x86_64/PKGBUILD|   34 --
 community-x86_64/build-fix.patch |   18 -
 9 files changed, 128 insertions(+), 128 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-10-14 11:35:55 UTC (rev 120640)
+++ community-i686/ChangeLog2014-10-14 11:36:10 UTC (rev 120641)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD (source): Package adopted.
-   Variable/version cleanup.
-   Patch to remove bogus error messages on program exit.
-   New dependency: mesa.
-   Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 120640, 
nestopia/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-10-14 11:36:10 UTC (rev 120641)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD (source): Package adopted.
+   Variable/version cleanup.
+   Patch to remove bogus error messages on program exit.
+   New dependency: mesa.
+   Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-14 11:35:55 UTC (rev 120640)
+++ community-i686/PKGBUILD 2014-10-14 11:36:10 UTC (rev 120641)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=nestopia
-pkgver=1.46.1
-pkgrel=1
-pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
-makedepends=('unzip' 'mesa' 'xdg-utils')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
-   build-fix.patch)
-md5sums=('0300523641d62b0b034bd2e16d0435e6'
- '4a852d8e484c2fe214377ec18a68356f')
-
-prepare() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 $srcdir/build-fix.patch
-}
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  make PREFIX=/usr
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 120640, 
nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-14 11:36:10 UTC (rev 120641)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=nestopia
+pkgver=1.46.2
+pkgrel=1
+pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
+url='http://0ldsk00l.ca/nestopia/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')

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

2014-09-02 Thread Sergej Pupykin
Date: Tuesday, September 2, 2014 @ 17:01:43
  Author: spupykin
Revision: 118193

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

Added:
  nestopia/repos/community-i686/ChangeLog
(from rev 118192, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
(from rev 118192, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
(from rev 118192, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
(from rev 118192, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
(from rev 118192, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
(from rev 118192, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

--+
 /ChangeLog   |   24 +
 /PKGBUILD|   68 +
 /build-fix.patch |   36 +++
 community-i686/ChangeLog |   12 --
 community-i686/PKGBUILD  |   31 
 community-i686/build-fix.patch   |   18 -
 community-x86_64/ChangeLog   |   12 --
 community-x86_64/PKGBUILD|   31 
 community-x86_64/build-fix.patch |   18 -
 9 files changed, 128 insertions(+), 122 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2014-09-02 15:01:17 UTC (rev 118192)
+++ community-i686/ChangeLog2014-09-02 15:01:43 UTC (rev 118193)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD (source): Package adopted.
-   Variable/version cleanup.
-   Patch to remove bogus error messages on program exit.
-   New dependency: mesa.
-   Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 118192, 
nestopia/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2014-09-02 15:01:43 UTC (rev 118193)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD (source): Package adopted.
+   Variable/version cleanup.
+   Patch to remove bogus error messages on program exit.
+   New dependency: mesa.
+   Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-02 15:01:17 UTC (rev 118192)
+++ community-i686/PKGBUILD 2014-09-02 15:01:43 UTC (rev 118193)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=nestopia
-pkgver=1.45
-pkgrel=1
-pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sdl' 'alsa-lib' 'gtk3' 'glu' 'libarchive')
-makedepends=('unzip' 'mesa')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
-   build-fix.patch)
-md5sums=('f34aa327011af7c149ec679db5b53362'
- '4a852d8e484c2fe214377ec18a68356f')
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 $srcdir/build-fix.patch
-  export LDFLAGS=-lX11
-  make PREFIX=/usr -j1
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 118192, 
nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-02 15:01:43 UTC (rev 118193)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=nestopia
+pkgver=1.46
+pkgrel=1
+pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
+url='http://0ldsk00l.ca/nestopia/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sdl2' 'alsa-lib' 'gtk3' 'glu' 'libarchive' 'libao')
+makedepends=('unzip' 'mesa' 'xdg-utils')

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

2013-07-30 Thread Sergej Pupykin
Date: Tuesday, July 30, 2013 @ 12:05:36
  Author: spupykin
Revision: 94780

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

Added:
  nestopia/repos/community-i686/ChangeLog
(from rev 94779, nestopia/trunk/ChangeLog)
  nestopia/repos/community-i686/PKGBUILD
(from rev 94779, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-i686/build-fix.patch
(from rev 94779, nestopia/trunk/build-fix.patch)
  nestopia/repos/community-x86_64/ChangeLog
(from rev 94779, nestopia/trunk/ChangeLog)
  nestopia/repos/community-x86_64/PKGBUILD
(from rev 94779, nestopia/trunk/PKGBUILD)
  nestopia/repos/community-x86_64/build-fix.patch
(from rev 94779, nestopia/trunk/build-fix.patch)
Deleted:
  nestopia/repos/community-i686/ChangeLog
  nestopia/repos/community-i686/PKGBUILD
  nestopia/repos/community-i686/build-fix.patch
  nestopia/repos/community-x86_64/ChangeLog
  nestopia/repos/community-x86_64/PKGBUILD
  nestopia/repos/community-x86_64/build-fix.patch

--+
 /ChangeLog   |   24 ++
 /PKGBUILD|   62 +
 /build-fix.patch |   36 +
 community-i686/ChangeLog |   12 ---
 community-i686/PKGBUILD  |   31 --
 community-i686/build-fix.patch   |   18 --
 community-x86_64/ChangeLog   |   12 ---
 community-x86_64/PKGBUILD|   31 --
 community-x86_64/build-fix.patch |   18 --
 9 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2013-07-30 10:05:13 UTC (rev 94779)
+++ community-i686/ChangeLog2013-07-30 10:05:36 UTC (rev 94780)
@@ -1,12 +0,0 @@
-2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD: Minor corrections.
-
-2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
-
-   * PKGBUILD (source): Package adopted.
-   Variable/version cleanup.
-   Patch to remove bogus error messages on program exit.
-   New dependency: mesa.
-   Renamed executable to nestopia.
-

Copied: nestopia/repos/community-i686/ChangeLog (from rev 94779, 
nestopia/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2013-07-30 10:05:36 UTC (rev 94780)
@@ -0,0 +1,12 @@
+2008-12-16  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD: Minor corrections.
+
+2008-12-04  Tiago Pierezan Camargo  tcama...@gmail.com
+
+   * PKGBUILD (source): Package adopted.
+   Variable/version cleanup.
+   Patch to remove bogus error messages on program exit.
+   New dependency: mesa.
+   Renamed executable to nestopia.
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-30 10:05:13 UTC (rev 94779)
+++ community-i686/PKGBUILD 2013-07-30 10:05:36 UTC (rev 94780)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-# Contributor: robb_force robb_fo...@holybuffalo.net
-
-pkgname=nestopia
-pkgver=1.44
-pkgrel=1
-pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
-url='http://0ldsk00l.ca/nestopia.html'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('sdl' 'alsa-lib' 'gtk3' 'glu')
-makedepends=('unzip' 'mesa')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rdanbrook/nestopia/tarball/$pkgver;
-   build-fix.patch)
-md5sums=('ea59be039dfc50ae32a6decf905f04b8'
- '4a852d8e484c2fe214377ec18a68356f')
-
-build() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  patch -p1 $srcdir/build-fix.patch
-  export LDFLAGS=-lX11
-  make PREFIX=/usr -j1
-}
-
-package() {
-  cd ${srcdir}/rdanbrook-nestopia-*
-  mkdir -p $pkgdir/usr/{bin,share/nestopia}
-  make install PREFIX=$pkgdir/usr
-}

Copied: nestopia/repos/community-i686/PKGBUILD (from rev 94779, 
nestopia/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-07-30 10:05:36 UTC (rev 94780)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=nestopia
+pkgver=1.45
+pkgrel=1
+pkgdesc='An NES emulator featuring cycle exact emulation, a ridiculous number 
of mappers, and lots of custom sound chips.'
+url='http://0ldsk00l.ca/nestopia.html'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sdl' 'alsa-lib' 'gtk3' 'glu' 'libarchive')
+makedepends=('unzip' 'mesa')