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

Alexander Rødseth arodseth at archlinux.org
Sat Apr 2 12:16:07 UTC 2016


    Date: Saturday, April 2, 2016 @ 14:16:06
  Author: arodseth
Revision: 169212

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-02 12:15:54 UTC (rev 169211)
+++ community-i686/PKGBUILD	2016-04-02 12:16:06 UTC (rev 169212)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
-
-pkgname=libx86emu
-pkgver=1.6_1
-_fn="$pkgname-${pkgver/_/-}.1.src.rpm"
-pkgrel=1
-pkgdesc='x86 emulation library'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('BSD')
-depends=('glibc')
-makedepends=('rpmextract')
-source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$_fn")
-sha256sums=('113f2bf0b42edd8fdf7622beef004590d5596097abc0739f6ee94decaa174084')
-
-prepare() {
-  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh "$_fn"
-  tar Jxf "${_fn%-*.*}.tar.xz"
-}
-
-build() {
-  make -C "${_fn%-*.*}" LIBDIR=/usr/lib
-}
-
-package() {
-  make -C "${_fn%-*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname-${pkgver%_*}/LICENSE" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libx86emu/repos/community-i686/PKGBUILD (from rev 169211, libx86emu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-02 12:16:06 UTC (rev 169212)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
+
+pkgname=libx86emu
+pkgver=1.7_1
+_fn="$pkgname-${pkgver/_/-}.1.src.rpm"
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('BSD')
+depends=('glibc')
+makedepends=('rpmextract')
+source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$_fn")
+sha256sums=('1ec2f7e01221997631e17ba49df3c7c384d42f9e5a5f3955ca10069dbc8623eb')
+
+prepare() {
+  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
+  rpmextract.sh "$_fn"
+  tar Jxf "${_fn%-*.*}.tar.xz"
+}
+
+build() {
+  make -C "${_fn%-*.*}" LIBDIR=/usr/lib
+}
+
+package() {
+  make -C "${_fn%-*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname-${pkgver%_*}/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-02 12:15:54 UTC (rev 169211)
+++ community-x86_64/PKGBUILD	2016-04-02 12:16:06 UTC (rev 169212)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
-
-pkgname=libx86emu
-pkgver=1.6_1
-_fn="$pkgname-${pkgver/_/-}.1.src.rpm"
-pkgrel=1
-pkgdesc='x86 emulation library'
-arch=('x86_64' 'i686')
-url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
-license=('BSD')
-depends=('glibc')
-makedepends=('rpmextract')
-source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$_fn")
-sha256sums=('113f2bf0b42edd8fdf7622beef004590d5596097abc0739f6ee94decaa174084')
-
-prepare() {
-  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
-  rpmextract.sh "$_fn"
-  tar Jxf "${_fn%-*.*}.tar.xz"
-}
-
-build() {
-  make -C "${_fn%-*.*}" LIBDIR=/usr/lib
-}
-
-package() {
-  make -C "${_fn%-*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
-  install -Dm644 "$pkgname-${pkgver%_*}/LICENSE" \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 169211, libx86emu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-02 12:16:06 UTC (rev 169212)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Gergely Imreh <imrehgATgmailDOTcom>
+
+pkgname=libx86emu
+pkgver=1.7_1
+_fn="$pkgname-${pkgver/_/-}.1.src.rpm"
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=('x86_64' 'i686')
+url='http://download.opensuse.org/source/factory/repo/oss/suse/src/'
+license=('BSD')
+depends=('glibc')
+makedepends=('rpmextract')
+source=("http://download.opensuse.org/source/factory/repo/oss/suse/src/$_fn")
+sha256sums=('1ec2f7e01221997631e17ba49df3c7c384d42f9e5a5f3955ca10069dbc8623eb')
+
+prepare() {
+  # Wish they would just provide a normal $pkgname-$pkgver.tar.gz...
+  rpmextract.sh "$_fn"
+  tar Jxf "${_fn%-*.*}.tar.xz"
+}
+
+build() {
+  make -C "${_fn%-*.*}" LIBDIR=/usr/lib
+}
+
+package() {
+  make -C "${_fn%-*.*}" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname-${pkgver%_*}/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list