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

Alexander Rødseth arodseth at nymeria.archlinux.org
Sat Apr 12 18:24:06 UTC 2014


    Date: Saturday, April 12, 2014 @ 20:24:06
  Author: arodseth
Revision: 109263

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

Added:
  erlang-sdl/repos/community-i686/PKGBUILD
    (from rev 109262, erlang-sdl/trunk/PKGBUILD)
  erlang-sdl/repos/community-x86_64/PKGBUILD
    (from rev 109262, erlang-sdl/trunk/PKGBUILD)
Deleted:
  erlang-sdl/repos/community-i686/PKGBUILD
  erlang-sdl/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-04-12 18:23:54 UTC (rev 109262)
+++ community-i686/PKGBUILD	2014-04-12 18:24:06 UTC (rev 109263)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: kappa <kappacurve at gmail.com>
-
-pkgname=erlang-sdl
-pkgver=l.3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl')
-makedepends=('mesa-libgl' 'rebar' 'git')
-# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
-source=("esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
-md5sums=('SKIP')
-
-build() {
-  cd esdl
-
-  find -type f -print0 | xargs -0 chmod 644
-  CFLAGS="$CFLAGS -Wno-deprecated-declarations" rebar compile
-}
-
-package() {
-  cd esdl
-
-  install -d "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver"
-  cp -ruv c_src doc ebin include priv src \
-    "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/"
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-i686/PKGBUILD (from rev 109262, erlang-sdl/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-04-12 18:24:06 UTC (rev 109263)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: kappa <kappacurve at gmail.com>
+
+pkgname=erlang-sdl
+pkgver=1.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')
+makedepends=('mesa-libgl' 'rebar' 'git')
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
+source=("esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
+md5sums=('SKIP')
+
+build() {
+  cd esdl
+
+  find -type f -print0 | xargs -0 chmod 644
+  CFLAGS="$CFLAGS -Wno-deprecated-declarations" rebar compile
+}
+
+package() {
+  cd esdl
+
+  install -d "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver"
+  cp -ruv c_src doc ebin include priv src \
+    "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/"
+  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-04-12 18:23:54 UTC (rev 109262)
+++ community-x86_64/PKGBUILD	2014-04-12 18:24:06 UTC (rev 109263)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: kappa <kappacurve at gmail.com>
-
-pkgname=erlang-sdl
-pkgver=l.3.1
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='SDL and OpenGL bindings for Erlang'
-url='http://github.com/dgud/esdl/'
-license=('custom')
-depends=('erlang' 'sdl' 'glu' 'libgl')
-makedepends=('mesa-libgl' 'rebar' 'git')
-# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
-source=("esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
-md5sums=('SKIP')
-
-build() {
-  cd esdl
-
-  find -type f -print0 | xargs -0 chmod 644
-  CFLAGS="$CFLAGS -Wno-deprecated-declarations" rebar compile
-}
-
-package() {
-  cd esdl
-
-  install -d "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver"
-  cp -ruv c_src doc ebin include priv src \
-    "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/"
-  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: erlang-sdl/repos/community-x86_64/PKGBUILD (from rev 109262, erlang-sdl/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-04-12 18:24:06 UTC (rev 109263)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: kappa <kappacurve at gmail.com>
+
+pkgname=erlang-sdl
+pkgver=1.3.1
+pkgrel=1
+arch=('x86_64' 'i686')
+pkgdesc='SDL and OpenGL bindings for Erlang'
+url='http://github.com/dgud/esdl/'
+license=('custom')
+depends=('erlang' 'sdl' 'glu' 'libgl')
+makedepends=('mesa-libgl' 'rebar' 'git')
+# tag=esdl-1.3.1 fails mysteriously. Using commit instead.
+source=("esdl::git://github.com/dgud/esdl.git#commit=dbd8ce9228aa36828091df2e8706c364094a3e22")
+md5sums=('SKIP')
+
+build() {
+  cd esdl
+
+  find -type f -print0 | xargs -0 chmod 644
+  CFLAGS="$CFLAGS -Wno-deprecated-declarations" rebar compile
+}
+
+package() {
+  cd esdl
+
+  install -d "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver"
+  cp -ruv c_src doc ebin include priv src \
+    "$pkgdir/usr/lib/erlang/lib/esdl-$pkgver/"
+  install -Dm644 license.terms "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list