[arch-commits] Commit in mercurial/repos/extra-x86_64 (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Nov 3 17:26:48 UTC 2020
Date: Tuesday, November 3, 2020 @ 17:26:47
Author: arojas
Revision: 399215
archrelease: copy trunk to extra-x86_64
Added:
mercurial/repos/extra-x86_64/PKGBUILD
(from rev 399214, mercurial/trunk/PKGBUILD)
mercurial/repos/extra-x86_64/mercurial.profile
(from rev 399214, mercurial/trunk/mercurial.profile)
Deleted:
mercurial/repos/extra-x86_64/PKGBUILD
mercurial/repos/extra-x86_64/mercurial.profile
-------------------+
PKGBUILD | 146 ++++++++++++++++++++++++++--------------------------
mercurial.profile | 2
2 files changed, 74 insertions(+), 74 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-03 17:26:34 UTC (rev 399214)
+++ PKGBUILD 2020-11-03 17:26:47 UTC (rev 399215)
@@ -1,73 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=mercurial
-pkgver=5.5.2
-pkgrel=1
-pkgdesc='A scalable distributed SCM tool'
-arch=(x86_64)
-url="https://www.mercurial-scm.org/"
-license=(GPL)
-depends=(python)
-makedepends=('python-docutils')
-optdepends=('tk: for the hgk GUI')
-#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 'unzip')
-
-# ToDo:
-# check included contrib/packaging/mercurial.spec and how BLFS/Gentoo/Debian/Fedora do it
-# the following should be either makedepends or checkdepends when running tests
-# 'python-gnupg' 'python-pygments' 'python-pyflakes' 'python-pyopenssl'
-# 'openssh' 'rust' 'subversion' 'breezy' 'cvs' 'git')
-
-backup=(etc/mercurial/hgrc)
-validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
- 3A8155163D0E20A530FCB78647A67FFAA346AACE
- EB851395B4223EE2F7BA0B28DA54740BF08732BA) # Pulkit Goyal <7895pulkit at gmail.com>
-source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
- mercurial.profile)
-sha512sums=('e154592deed6168a32e7fd075fa034908ca72826ae49a92c84a6ad82b820753906578f064ac623018442d83d125a551eecc057179e66ac7217398a192e903629'
- 'SKIP'
- '710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
-
-build() {
- cd $pkgname-$pkgver
- make
- make -C contrib/chg
-}
-
-check() {
- cd $pkgname-$pkgver/tests
- # TODO - disabled for now - to many tests fail
- #python run-tests.py # -j48 || :
-}
-
-package() {
- cd $pkgname-$pkgver
- python setup.py install --root="$pkgdir" --optimize=1
- make DESTDIR="${pkgdir}" PREFIX=/usr install
-
- 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"
-
- make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
- install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
- install -m755 contrib/hgk "$pkgdir/usr/bin"
-
- install -d "$pkgdir/usr/share/emacs/site-lisp"
- install -m644 contrib/{mq.el,mercurial.el} "$pkgdir/usr/share/emacs/site-lisp"
-
- install -Dm644 contrib/vim/HGAnnotate.vim \
- "$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
-
- # set some variables
- install -m755 -d "$pkgdir/etc/profile.d"
- install -m755 "$srcdir/mercurial.profile" "$pkgdir/etc/profile.d/mercurial.sh"
-
- # FS#38825 - Add certs config to package
- install -m755 -d "$pkgdir/etc/mercurial"
- cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
- [web]
- cacerts = /etc/ssl/certs/ca-certificates.crt
- EOF
-}
Copied: mercurial/repos/extra-x86_64/PKGBUILD (from rev 399214, mercurial/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-03 17:26:47 UTC (rev 399215)
@@ -0,0 +1,73 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=mercurial
+pkgver=5.6
+pkgrel=1
+pkgdesc='A scalable distributed SCM tool'
+arch=(x86_64)
+url="https://www.mercurial-scm.org/"
+license=(GPL)
+depends=(python)
+makedepends=('python-docutils')
+optdepends=('tk: for the hgk GUI')
+#checkdepends=('breezy' 'cvs' 'git' 'git-lfs' 'python-docutils' 'subversion' 'unzip')
+
+# ToDo:
+# check included contrib/packaging/mercurial.spec and how BLFS/Gentoo/Debian/Fedora do it
+# the following should be either makedepends or checkdepends when running tests
+# 'python-gnupg' 'python-pygments' 'python-pyflakes' 'python-pyopenssl'
+# 'openssh' 'rust' 'subversion' 'breezy' 'cvs' 'git')
+
+backup=(etc/mercurial/hgrc)
+validpgpkeys=(2BCCE14F5C6725AA2EA8AEB7B9C9DC824AA5BDD5
+ 3A8155163D0E20A530FCB78647A67FFAA346AACE
+ EB851395B4223EE2F7BA0B28DA54740BF08732BA) # Pulkit Goyal <7895pulkit at gmail.com>
+source=(https://www.mercurial-scm.org/release/${pkgname}-${pkgver}.tar.gz{,.asc}
+ mercurial.profile)
+sha512sums=('fb0dcbeda972ec7c74d88d3a525e36d07d0b0c20809d58552d9187482863eb079b8f3e374cba3bde24685bde8a603cd5a580cf3cf52acdafcc841b05c81c0f81'
+ 'SKIP'
+ '710dcddb24d928efc97370e869d9caa083107929ed9a1086dd2a3ae0caaf2c71e2f29060597e29315b6b15b1616251c42412e268ce737109c48ae4d7aa1b9555')
+
+build() {
+ cd $pkgname-$pkgver
+ make
+ make -C contrib/chg
+}
+
+check() {
+ cd $pkgname-$pkgver/tests
+ # TODO - disabled for now - to many tests fail
+ #python run-tests.py # -j48 || :
+}
+
+package() {
+ cd $pkgname-$pkgver
+ python setup.py install --root="$pkgdir" --optimize=1
+ make DESTDIR="${pkgdir}" PREFIX=/usr install
+
+ 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"
+
+ make -C contrib/chg DESTDIR="$pkgdir" PREFIX=/usr install
+ install -m755 contrib/hg-ssh "$pkgdir/usr/bin"
+ install -m755 contrib/hgk "$pkgdir/usr/bin"
+
+ install -d "$pkgdir/usr/share/emacs/site-lisp"
+ install -m644 contrib/{mq.el,mercurial.el} "$pkgdir/usr/share/emacs/site-lisp"
+
+ install -Dm644 contrib/vim/HGAnnotate.vim \
+ "$pkgdir/usr/share/vim/vimfiles/syntax/HGAnnotate.vim"
+
+ # set some variables
+ install -m755 -d "$pkgdir/etc/profile.d"
+ install -m755 "$srcdir/mercurial.profile" "$pkgdir/etc/profile.d/mercurial.sh"
+
+ # FS#38825 - Add certs config to package
+ install -m755 -d "$pkgdir/etc/mercurial"
+ cat <<-EOF > "$pkgdir/etc/mercurial/hgrc"
+ [web]
+ cacerts = /etc/ssl/certs/ca-certificates.crt
+ EOF
+}
Deleted: mercurial.profile
===================================================================
--- mercurial.profile 2020-11-03 17:26:34 UTC (rev 399214)
+++ mercurial.profile 2020-11-03 17:26:47 UTC (rev 399215)
@@ -1 +0,0 @@
-export HG=/usr/bin/hg
Copied: mercurial/repos/extra-x86_64/mercurial.profile (from rev 399214, mercurial/trunk/mercurial.profile)
===================================================================
--- mercurial.profile (rev 0)
+++ mercurial.profile 2020-11-03 17:26:47 UTC (rev 399215)
@@ -0,0 +1 @@
+export HG=/usr/bin/hg
More information about the arch-commits
mailing list