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

Alexander Rødseth arodseth at archlinux.org
Sat May 27 09:42:27 UTC 2017


    Date: Saturday, May 27, 2017 @ 09:42:26
  Author: arodseth
Revision: 230545

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

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

---------------------------+
 /PKGBUILD                 |   60 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   31 ----------------------
 community-x86_64/PKGBUILD |   31 ----------------------
 3 files changed, 60 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-27 09:40:51 UTC (rev 230544)
+++ community-i686/PKGBUILD	2017-05-27 09:42:26 UTC (rev 230545)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent B. <vb at luminar.eu.org>
-
-pkgname=opam
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='OCaml package manager'
-arch=('x86_64' 'i686')
-url='http://opam.ocaml.org/'
-license=('GPL')
-depends=('aspcud' 'ocaml')
-optdepends=('darcs: For downloading packages with darcs'
-            'git: For downloading packages with git'
-            'mercurial: For downloading packages with mercurial')
-source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
-sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
-
-build() {
-  cd "opam-full-$pkgver"
-
-  ./configure --prefix=/usr
-  make -j1 lib-ext
-  make -j1
-}
-
-package() {
-  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opam/repos/community-i686/PKGBUILD (from rev 230544, opam/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-27 09:42:26 UTC (rev 230545)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent B. <vb at luminar.eu.org>
+
+pkgname=opam
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://opam.ocaml.org/'
+license=('GPL')
+depends=('aspcud' 'ocaml' 'patch' 'unzip')
+optdepends=('darcs: For downloading packages with darcs'
+            'git: For downloading packages with git'
+            'mercurial: For downloading packages with mercurial')
+source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
+sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
+
+build() {
+  cd "opam-full-$pkgver"
+
+  ./configure --prefix=/usr
+  make -j1 lib-ext all
+}
+
+package() {
+  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-27 09:40:51 UTC (rev 230544)
+++ community-x86_64/PKGBUILD	2017-05-27 09:42:26 UTC (rev 230545)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Vincent B. <vb at luminar.eu.org>
-
-pkgname=opam
-pkgver=1.2.2
-pkgrel=2
-pkgdesc='OCaml package manager'
-arch=('x86_64' 'i686')
-url='http://opam.ocaml.org/'
-license=('GPL')
-depends=('aspcud' 'ocaml')
-optdepends=('darcs: For downloading packages with darcs'
-            'git: For downloading packages with git'
-            'mercurial: For downloading packages with mercurial')
-source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
-sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
-
-build() {
-  cd "opam-full-$pkgver"
-
-  ./configure --prefix=/usr
-  make -j1 lib-ext
-  make -j1
-}
-
-package() {
-  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: opam/repos/community-x86_64/PKGBUILD (from rev 230544, opam/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-27 09:42:26 UTC (rev 230545)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vincent B. <vb at luminar.eu.org>
+
+pkgname=opam
+pkgver=1.2.2
+pkgrel=3
+pkgdesc='OCaml package manager'
+arch=('x86_64' 'i686')
+url='http://opam.ocaml.org/'
+license=('GPL')
+depends=('aspcud' 'ocaml' 'patch' 'unzip')
+optdepends=('darcs: For downloading packages with darcs'
+            'git: For downloading packages with git'
+            'mercurial: For downloading packages with mercurial')
+source=("https://github.com/ocaml/opam/releases/download/$pkgver/opam-full-$pkgver.tar.gz")
+sha256sums=('15e617179251041f4bf3910257bbb8398db987d863dd3cfc288bdd958de58f00')
+
+build() {
+  cd "opam-full-$pkgver"
+
+  ./configure --prefix=/usr
+  make -j1 lib-ext all
+}
+
+package() {
+  make -C "opam-full-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list