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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Jan 29 09:29:39 UTC 2015


    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
===================================================================
--- PKGBUILD	2015-01-29 09:29:16 UTC (rev 126734)
+++ PKGBUILD	2015-01-29 09:29:39 UTC (rev 126735)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: graysky <graysky AT archlnux DOT us>
-# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
-# Contributor: Joël Schaerer <joel.schaerer at laposte.net>
-# Contributor: Daniel J Griffiths <ghost1227 at 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)
+++ PKGBUILD	2015-01-29 09:29:39 UTC (rev 126735)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: graysky <graysky AT archlnux DOT us>
+# Contributor: Geoffroy Carrier <geoffroy at archlinux.org>
+# Contributor: Joël Schaerer <joel.schaerer at laposte.net>
+# Contributor: Daniel J Griffiths <ghost1227 at 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.install	2015-01-29 09:29:16 UTC (rev 126734)
+++ autojump.install	2015-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
-}



More information about the arch-commits mailing list