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

Xyne xyne at nymeria.archlinux.org
Tue May 7 23:14:34 UTC 2013


    Date: Wednesday, May 8, 2013 @ 01:14:33
  Author: xyne
Revision: 90173

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-07 23:13:39 UTC (rev 90172)
+++ PKGBUILD	2013-05-07 23:14:33 UTC (rev 90173)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# 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=21.0.3
-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=('bash' 'python')
-optdepends=('python2: needed for jumpapplet')
-install=$pkgname.install
-source=(https://github.com/downloads/joelthelion/${pkgname}/${pkgname}_v${pkgver}.tar.gz)
-sha256sums=('d4d44e8413773f0d67d41f37bb02e9082de9e61275b3222dfa6be01a86ff50be')
-
-package() {
-  cd ${pkgname}_v${pkgver}
-
-  sed -i "s:/env python:/python3:g" bin/$pkgname
-
-  ./install.sh --local --prefix ${pkgdir}/usr
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 90172, autojump/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-07 23:14:33 UTC (rev 90173)
@@ -0,0 +1,26 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.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=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
+}

Deleted: autojump.install
===================================================================
--- autojump.install	2013-05-07 23:13:39 UTC (rev 90172)
+++ autojump.install	2013-05-07 23:14:33 UTC (rev 90173)
@@ -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"
-}

Copied: autojump/repos/community-any/autojump.install (from rev 90172, autojump/trunk/autojump.install)
===================================================================
--- autojump.install	                        (rev 0)
+++ autojump.install	2013-05-07 23:14:33 UTC (rev 90173)
@@ -0,0 +1,4 @@
+post_install() {
+  echo " > You need to source /etc/profile in your ~/.bashrc for this to work"
+  echo " > only guaranteed to work with bash"
+}




More information about the arch-commits mailing list