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

Alexander Rødseth arodseth at archlinux.org
Tue Aug 16 16:16:52 UTC 2016


    Date: Tuesday, August 16, 2016 @ 16:16:51
  Author: arodseth
Revision: 186865

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-16 16:15:22 UTC (rev 186864)
+++ community-i686/PKGBUILD	2016-08-16 16:16:51 UTC (rev 186865)
@@ -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.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:

Copied: libx86emu/repos/community-i686/PKGBUILD (from rev 186864, libx86emu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-16 16:16:51 UTC (rev 186865)
@@ -0,0 +1,27 @@
+# $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.11
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=('x86_64' 'i686')
+url='https://github.com/wfeldt/libx86emu'
+license=('BSD')
+makedepends=('git')
+source=("git://github.com/wfeldt/libx86emu#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" LIBDIR=/usr/lib
+}
+
+package() {
+  make -C "$pkgname" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-16 16:15:22 UTC (rev 186864)
+++ community-x86_64/PKGBUILD	2016-08-16 16:16:51 UTC (rev 186865)
@@ -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.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:

Copied: libx86emu/repos/community-x86_64/PKGBUILD (from rev 186864, libx86emu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-16 16:16:51 UTC (rev 186865)
@@ -0,0 +1,27 @@
+# $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.11
+pkgrel=1
+pkgdesc='x86 emulation library'
+arch=('x86_64' 'i686')
+url='https://github.com/wfeldt/libx86emu'
+license=('BSD')
+makedepends=('git')
+source=("git://github.com/wfeldt/libx86emu#tag=$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" LIBDIR=/usr/lib
+}
+
+package() {
+  make -C "$pkgname" LIBDIR=/usr/lib DESTDIR="$pkgdir" install
+  install -Dm644 "$pkgname/LICENSE" \
+    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list