[arch-commits] Commit in autojump/repos/community-any (3 files)

2015-01-29 Thread Jaroslav Lichtblau
Date: Thursday, January 29, 2015 @ 10:29:39
  Author: jlichtblau
Revision: 126735

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 126734, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD
  autojump/repos/community-any/autojump.install

--+
 PKGBUILD |   75 ++---
 autojump.install |6 
 2 files changed, 37 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 09:29:16 UTC (rev 126734)
+++ PKGBUILD2015-01-29 09:29:39 UTC (rev 126735)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=22.2.4
-pkgrel=1
-pkgdesc=A faster way to navigate your filesystem from the command line
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-install=$pkgname.install
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
-
-  cd ${pkgdir}/usr/share/$pkgname
-  for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i \
-  ${pkgdir}/etc/profile.d/$i
-  done
-
-#https://github.com/joelthelion/autojump/pull/339
-  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
-  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 126734, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 09:29:39 UTC (rev 126735)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=22.2.4
+pkgrel=2
+pkgdesc=A faster way to navigate your filesystem from the command line
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+
+  cd ${pkgdir}/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i \
+  ${pkgdir}/etc/profile.d/$i
+  done
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
+  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
+}

Deleted: autojump.install
===
--- autojump.install2015-01-29 09:29:16 UTC (rev 126734)
+++ autojump.install2015-01-29 09:29:39 UTC (rev 126735)
@@ -1,6 +0,0 @@
-post_install() {
-cat EOF
-   Please manually add the below line to ~/.bashrc and restart terminal 
before running autojump.
-   [[ -s /etc/profile.d/autojump.sh ]]  source /etc/profile.d/autojump.sh
-EOF
-}


[arch-commits] Commit in autojump/repos/community-any (3 files)

2014-12-18 Thread Jaroslav Lichtblau
Date: Thursday, December 18, 2014 @ 12:18:40
  Author: jlichtblau
Revision: 124077

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 124076, autojump/trunk/PKGBUILD)
  autojump/repos/community-any/autojump.install
(from rev 124076, autojump/trunk/autojump.install)
Deleted:
  autojump/repos/community-any/PKGBUILD

--+
 PKGBUILD |   65 ++---
 autojump.install |6 
 2 files changed, 44 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-18 11:18:30 UTC (rev 124076)
+++ PKGBUILD2014-12-18 11:18:40 UTC (rev 124077)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=22.2.2
-pkgrel=1
-pkgdesc=A faster way to navigate your filesystem from the command line
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 124076, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-18 11:18:40 UTC (rev 124077)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=22.2.2
+pkgrel=2
+pkgdesc=A faster way to navigate your filesystem from the command line
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+install=$pkgname.install
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('db2683a36f78af384bd0c0a48dd6b082bdfc75c23dd3b59d0eea1ecc88f01ccc')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+
+  ./install.py --destdir ${pkgdir} --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+
+  cd ${pkgdir}/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i \
+  ${pkgdir}/etc/profile.d/$i
+  done
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i s:/usr/local/:/usr/:g ${pkgdir}/etc/profile.d/$pkgname.sh
+  sed -i s:/build/autojump/pkg/autojump/:/:g 
${pkgdir}/etc/profile.d/$pkgname.sh
+}

Copied: autojump/repos/community-any/autojump.install (from rev 124076, 
autojump/trunk/autojump.install)
===
--- autojump.install(rev 0)
+++ autojump.install2014-12-18 11:18:40 UTC (rev 124077)
@@ -0,0 +1,6 @@
+post_install() {
+cat EOF
+   Please manually add the below line to ~/.bashrc and restart terminal 
before running autojump.
+   [[ -s /etc/profile.d/autojump.sh ]]  source /etc/profile.d/autojump.sh
+EOF
+}


[arch-commits] Commit in autojump/repos/community-any (3 files)

2013-05-10 Thread Xyne
Date: Friday, May 10, 2013 @ 15:45:28
  Author: xyne
Revision: 90256

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 90255, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD
  autojump/repos/community-any/autojump.install

--+
 PKGBUILD |   52 ++--
 autojump.install |4 
 2 files changed, 26 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-10 13:45:10 UTC (rev 90255)
+++ PKGBUILD2013-05-10 13:45:28 UTC (rev 90256)
@@ -1,26 +0,0 @@
-# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
-# Contributor: graysky graysky AT archlnux DOT us
-# Contributor: Geoffroy Carrier geoff...@archlinux.org
-# Contributor: Joël Schaerer joel.schae...@laposte.net
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=autojump
-pkgver=21.5.8
-pkgrel=1
-pkgdesc=A faster way to navigate your filesystem from the command line.
-arch=('any')
-url=http://wiki.github.com/joelthelion/autojump;
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('4e18585aac319da1c900f0f022a4fe8ce3e21257d440c034d7abf29ed42d4e1e')
-
-prepare() {
-  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-  ./install.sh --global --destdir ${pkgdir}
-  rm $pkgdir/_j
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 90255, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-10 13:45:28 UTC (rev 90256)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau dragonl...@aur.archlinux.org
+# Contributor: graysky graysky AT archlnux DOT us
+# Contributor: Geoffroy Carrier geoff...@archlinux.org
+# Contributor: Joël Schaerer joel.schae...@laposte.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=autojump
+pkgver=21.5.8
+pkgrel=2
+pkgdesc=A faster way to navigate your filesystem from the command line.
+arch=('any')
+url=http://wiki.github.com/joelthelion/autojump;
+license=('GPL3')
+depends=('python')
+source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
+sha256sums=('4e18585aac319da1c900f0f022a4fe8ce3e21257d440c034d7abf29ed42d4e1e')
+
+prepare() {
+  sed -i s:/env python:/python3:g 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+}
+
+package() {
+  cd ${pkgname}-release-v${pkgver}
+  ./install.sh --global --destdir ${pkgdir}
+  rm -fr $pkgdir/_j
+}

Deleted: autojump.install
===
--- autojump.install2013-05-10 13:45:10 UTC (rev 90255)
+++ autojump.install2013-05-10 13:45:28 UTC (rev 90256)
@@ -1,4 +0,0 @@
-post_install() {
-  echo   You need to source /etc/profile in your ~/.bashrc for this to work
-  echo   only guaranteed to work with bash
-}