[arch-commits] Commit in mercurial/repos (6 files)

Christian Hesse eworm at archlinux.org
Thu Aug 10 18:53:23 UTC 2017


    Date: Thursday, August 10, 2017 @ 18:53:22
  Author: eworm
Revision: 301851

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

Added:
  mercurial/repos/testing-i686/
  mercurial/repos/testing-i686/PKGBUILD
    (from rev 301850, mercurial/trunk/PKGBUILD)
  mercurial/repos/testing-i686/mercurial.profile
    (from rev 301850, mercurial/trunk/mercurial.profile)
  mercurial/repos/testing-x86_64/
  mercurial/repos/testing-x86_64/PKGBUILD
    (from rev 301850, mercurial/trunk/PKGBUILD)
  mercurial/repos/testing-x86_64/mercurial.profile
    (from rev 301850, mercurial/trunk/mercurial.profile)

----------------------------------+
 testing-i686/PKGBUILD            |   61 +++++++++++++++++++++++++++++++++++++
 testing-i686/mercurial.profile   |    1 
 testing-x86_64/PKGBUILD          |   61 +++++++++++++++++++++++++++++++++++++
 testing-x86_64/mercurial.profile |    1 
 4 files changed, 124 insertions(+)

Copied: mercurial/repos/testing-i686/PKGBUILD (from rev 301850, mercurial/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-08-10 18:53:22 UTC (rev 301851)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=mercurial
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/"
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler <raf at durin42.com>
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
+        'mercurial.profile')
+sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
+            'SKIP'
+            '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion "${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} "${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile "${pkgdir}/etc/profile.d/mercurial.sh"
+
+  # install configuration file
+  install -m755 -d ${pkgdir}/etc/mercurial
+  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
+
+  # FS#38825 - Add certs config to package
+  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> "${pkgdir}/etc/mercurial/hgrc"
+
+  cd contrib/chg
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}

Copied: mercurial/repos/testing-i686/mercurial.profile (from rev 301850, mercurial/trunk/mercurial.profile)
===================================================================
--- testing-i686/mercurial.profile	                        (rev 0)
+++ testing-i686/mercurial.profile	2017-08-10 18:53:22 UTC (rev 301851)
@@ -0,0 +1 @@
+export HG=/usr/bin/hg

Copied: mercurial/repos/testing-x86_64/PKGBUILD (from rev 301850, mercurial/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-08-10 18:53:22 UTC (rev 301851)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=mercurial
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="A scalable distributed SCM tool"
+arch=('i686' 'x86_64')
+url="https://www.mercurial-scm.org/"
+license=('GPL')
+depends=('python2')
+optdepends=('tk: for the hgk GUI')
+backup=('etc/mercurial/hgrc')
+validpgpkeys=('2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5') # Augie Fackler <raf at durin42.com>
+source=("https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz"{,.asc}
+        'mercurial.profile')
+sha256sums=('04908fc7d89e5810edf3d2762f5aecce5b5c0cb8534f3dbff7d0d848d11ff7ac'
+            'SKIP'
+            '87427151713e689cd87dc50d50c048e0e58285815e4eb61962b50583532cbde5')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i -e 's#env python#env python2#' mercurial/lsprof.py
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/contrib/chg
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  python2 setup.py install --root="${pkgdir}/" --optimize=1
+
+  install -d ${pkgdir}/usr/share/man/{man1,man5}
+  install -m644 doc/hg.1 "${pkgdir}/usr/share/man/man1"
+  install -m644 doc/{hgrc.5,hgignore.5} "${pkgdir}/usr/share/man/man5"
+  install -m755 contrib/hgk "${pkgdir}/usr/bin"
+  install -m644 -D contrib/zsh_completion "${pkgdir}/usr/share/zsh/site-functions/_hg"
+  install -m644 -D contrib/bash_completion "${pkgdir}/usr/share/bash-completion/completions/hg"
+  install -d "${pkgdir}/usr/share/emacs/site-lisp"
+  install -m644 contrib/{mq.el,mercurial.el} "${pkgdir}/usr/share/emacs/site-lisp"
+
+  vimpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm644 contrib/vim/HGAnnotate.vim "${vimpath}/syntax/HGAnnotate.vim"
+
+  # set some variables
+  install -m755 -d ${pkgdir}/etc/profile.d
+  install -m755 ${srcdir}/mercurial.profile "${pkgdir}/etc/profile.d/mercurial.sh"
+
+  # install configuration file
+  install -m755 -d ${pkgdir}/etc/mercurial
+  # install -m644 contrib/sample.hgrc "${pkgdir}/etc/mercurial/hgrc"
+
+  # FS#38825 - Add certs config to package
+  echo -e "\n[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt\n" >> "${pkgdir}/etc/mercurial/hgrc"
+
+  cd contrib/chg
+  make DESTDIR="${pkgdir}" PREFIX=/usr install
+}

Copied: mercurial/repos/testing-x86_64/mercurial.profile (from rev 301850, mercurial/trunk/mercurial.profile)
===================================================================
--- testing-x86_64/mercurial.profile	                        (rev 0)
+++ testing-x86_64/mercurial.profile	2017-08-10 18:53:22 UTC (rev 301851)
@@ -0,0 +1 @@
+export HG=/usr/bin/hg



More information about the arch-commits mailing list