[arch-commits] Commit in fish/repos (8 files)

2017-07-03 Thread Levente Polyak
Date: Monday, July 3, 2017 @ 13:02:02
  Author: anthraxx
Revision: 242173

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 242172, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 242172, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 242172, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 242172, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   80 
 /fish.install |   26 +
 community-i686/PKGBUILD   |   40 
 community-i686/fish.install   |   13 --
 community-x86_64/PKGBUILD |   40 
 community-x86_64/fish.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-03 13:01:39 UTC (rev 242172)
+++ community-i686/PKGBUILD 2017-07-03 13:02:02 UTC (rev 242173)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Kaiting Chen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Eric Belanger 
-# Contributor: Jan Fader 
-
-pkgname=fish
-pkgver=2.5.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('1032f64987ab5632accffaf326fc56daad220d4edc66cf79b16730d9166ac61ff062f33560e5527cdd2ca0efc5299c2f736604c24ed9a3758dea30b91db70eb7')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoreconf -fiv
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 242172, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-03 13:02:02 UTC (rev 242173)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Kaiting Chen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Eric Belanger 
+# Contributor: Jan Fader 
+
+pkgname=fish
+pkgver=2.6.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('9ee9dbfee84af142c152b7b33c66aa930400e789776f38767f24c36ef0fa93d5939f6c1be0f17e01231b588d0cdc4dd622257bd61043e576de495cda0d61067c')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoreconf -fiv
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2017-07-03 13:01:39 UTC (rev 242172)
+++ community-i686/fish.install 2017-07-03 13:02:02 UTC (rev 242173)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/fish.install (from rev 242172, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2017-07-03 13:02:02 UTC (rev 242173)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -qe 

[arch-commits] Commit in fish/repos (8 files)

2017-02-03 Thread Levente Polyak
Date: Friday, February 3, 2017 @ 18:02:32
  Author: anthraxx
Revision: 209762

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 209761, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 209761, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 209761, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 209761, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   80 
 /fish.install |   26 +
 community-i686/PKGBUILD   |   40 
 community-i686/fish.install   |   13 --
 community-x86_64/PKGBUILD |   40 
 community-x86_64/fish.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-03 18:02:23 UTC (rev 209761)
+++ community-i686/PKGBUILD 2017-02-03 18:02:32 UTC (rev 209762)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Kaiting Chen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Eric Belanger 
-# Contributor: Jan Fader 
-
-pkgname=fish
-pkgver=2.4.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('c844c6c035d2e2137c6d9a8e225792b1c30bb4aacfab722097d9c0b0f7b1171b0890d627d7a376c68a245f22e92600e2d8ae7972c82b687cdcb218b54e704f18')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 209761, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-03 18:02:32 UTC (rev 209762)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Kaiting Chen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Eric Belanger 
+# Contributor: Jan Fader 
+
+pkgname=fish
+pkgver=2.5.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('1032f64987ab5632accffaf326fc56daad220d4edc66cf79b16730d9166ac61ff062f33560e5527cdd2ca0efc5299c2f736604c24ed9a3758dea30b91db70eb7')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoreconf -fiv
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2017-02-03 18:02:23 UTC (rev 209761)
+++ community-i686/fish.install 2017-02-03 18:02:32 UTC (rev 209762)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/fish.install (from rev 209761, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2017-02-03 18:02:32 UTC (rev 209762)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -qe 

[arch-commits] Commit in fish/repos (8 files)

2016-11-09 Thread Levente Polyak
Date: Wednesday, November 9, 2016 @ 22:05:08
  Author: anthraxx
Revision: 195258

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 195257, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 195257, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 195257, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 195257, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   80 
 /fish.install |   26 +
 community-i686/PKGBUILD   |   40 
 community-i686/fish.install   |   13 --
 community-x86_64/PKGBUILD |   40 
 community-x86_64/fish.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-09 22:04:57 UTC (rev 195257)
+++ community-i686/PKGBUILD 2016-11-09 22:05:08 UTC (rev 195258)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Kaiting Chen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Eric Belanger 
-# Contributor: Jan Fader 
-
-pkgname=fish
-pkgver=2.3.1
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('ec229509a777b0c20669bbad3634265f2b8a9827ca207508e10889096262f0731b31514f1523f3228b38e9be082fc72fd8efe8d9a69fe68d655325027a176674')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 195257, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-09 22:05:08 UTC (rev 195258)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Kaiting Chen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Eric Belanger 
+# Contributor: Jan Fader 
+
+pkgname=fish
+pkgver=2.4.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('c844c6c035d2e2137c6d9a8e225792b1c30bb4aacfab722097d9c0b0f7b1171b0890d627d7a376c68a245f22e92600e2d8ae7972c82b687cdcb218b54e704f18')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2016-11-09 22:04:57 UTC (rev 195257)
+++ community-i686/fish.install 2016-11-09 22:05:08 UTC (rev 195258)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/fish.install (from rev 195257, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2016-11-09 22:05:08 UTC (rev 195258)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -qe 

[arch-commits] Commit in fish/repos (8 files)

2016-07-03 Thread Levente Polyak
Date: Sunday, July 3, 2016 @ 19:48:22
  Author: anthraxx
Revision: 181916

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 181915, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 181915, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 181915, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 181915, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   80 
 /fish.install |   26 +
 community-i686/PKGBUILD   |   40 
 community-i686/fish.install   |   13 --
 community-x86_64/PKGBUILD |   40 
 community-x86_64/fish.install |   13 --
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-07-03 19:48:12 UTC (rev 181915)
+++ community-i686/PKGBUILD 2016-07-03 19:48:22 UTC (rev 181916)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Kaiting Chen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Eric Belanger 
-# Contributor: Jan Fader 
-
-pkgname=fish
-pkgver=2.3.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('32a67a825dfeac75d77099461eea6da3b49018b83873880bd44732cb92c082ccdb92f745d965c52a680dd015a856226ccc43601792b2def643a36ed5affa853f')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 181915, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-07-03 19:48:22 UTC (rev 181916)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Kaiting Chen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Eric Belanger 
+# Contributor: Jan Fader 
+
+pkgname=fish
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('ec229509a777b0c20669bbad3634265f2b8a9827ca207508e10889096262f0731b31514f1523f3228b38e9be082fc72fd8efe8d9a69fe68d655325027a176674')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2016-07-03 19:48:12 UTC (rev 181915)
+++ community-i686/fish.install 2016-07-03 19:48:22 UTC (rev 181916)
@@ -1,13 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/fish.install (from rev 181915, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2016-07-03 19:48:22 UTC (rev 181916)
@@ -0,0 +1,13 @@
+post_install() {
+  grep -qe 

[arch-commits] Commit in fish/repos (8 files)

2016-05-27 Thread Levente Polyak
Date: Friday, May 27, 2016 @ 19:27:46
  Author: anthraxx
Revision: 177313

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 177312, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 177312, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 177312, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 177312, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   80 
 /fish.install |   26 +
 community-i686/PKGBUILD   |   40 
 community-i686/fish.install   |   19 -
 community-x86_64/PKGBUILD |   40 
 community-x86_64/fish.install |   19 -
 6 files changed, 106 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-05-27 17:27:35 UTC (rev 177312)
+++ community-i686/PKGBUILD 2016-05-27 17:27:46 UTC (rev 177313)
@@ -1,40 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Kaiting Chen 
-# Contributor: Abhishek Dasgupta 
-# Contributor: Eric Belanger 
-# Contributor: Jan Fader 
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=5
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver} > version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 177312, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-05-27 17:27:46 UTC (rev 177313)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Kaiting Chen 
+# Contributor: Abhishek Dasgupta 
+# Contributor: Eric Belanger 
+# Contributor: Jan Fader 
+
+pkgname=fish
+pkgver=2.3.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('32a67a825dfeac75d77099461eea6da3b49018b83873880bd44732cb92c082ccdb92f745d965c52a680dd015a856226ccc43601792b2def643a36ed5affa853f')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver} > version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2016-05-27 17:27:35 UTC (rev 177312)
+++ community-i686/fish.install 2016-05-27 17:27:46 UTC (rev 177313)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ "$(vercmp $2 2.1.1)" -lt 0 ]]; then
-echo ":: With fish 2.1.1 release, the fishd socket has changed location 
due"
-echo "   to security concerns. To make fish pick up the changes, kill all"
-echo "   fishd processes."
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/fish.install (from rev 177312, 
fish/trunk/fish.install)

[arch-commits] Commit in fish/repos (8 files)

2015-07-18 Thread Levente Polyak
Date: Sunday, July 19, 2015 @ 01:29:39
  Author: anthraxx
Revision: 137112

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 137111, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 137111, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 137111, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 137111, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   80 
 /fish.install |   38 +++
 community-i686/PKGBUILD   |   43 -
 community-i686/fish.install   |   19 -
 community-x86_64/PKGBUILD |   43 -
 community-x86_64/fish.install |   19 -
 6 files changed, 118 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-18 23:29:30 UTC (rev 137111)
+++ community-i686/PKGBUILD 2015-07-18 23:29:39 UTC (rev 137112)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=2
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver}  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  cd fish-shell-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # remove completions which are provided by upstream
-  rm ${pkgdir}/usr/share/fish/completions/docker.fish
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 137111, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-18 23:29:39 UTC (rev 137112)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=3
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2015-07-18 23:29:30 UTC (rev 137111)
+++ community-i686/fish.install 2015-07-18 23:29:39 UTC (rev 137112)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in fish/repos (8 files)

2015-07-16 Thread Levente Polyak
Date: Friday, July 17, 2015 @ 00:26:10
  Author: anthraxx
Revision: 137027

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 137026, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 137026, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 137026, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 137026, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   86 
 /fish.install |   38 +
 community-i686/PKGBUILD   |   39 --
 community-i686/fish.install   |   19 
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/fish.install |   19 
 6 files changed, 124 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-07-16 21:44:27 UTC (rev 137026)
+++ community-i686/PKGBUILD 2015-07-16 22:26:10 UTC (rev 137027)
@@ -1,39 +0,0 @@
-# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-url='http://fishshell.com/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
-sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
-
-prepare() {
-  cd fish-shell-${pkgver}
-  echo ${pkgver}  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-${pkgver}
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-${pkgver} DESTDIR=${pkgdir} install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fish/repos/community-i686/PKGBUILD (from rev 137026, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-07-16 22:26:10 UTC (rev 137027)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak anthraxx[at]archlinux[dot]org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.2.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+url='http://fishshell.com/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/fish-shell/fish-shell/archive/${pkgver}.tar.gz)
+sha512sums=('a1108a8d5c96bcac1b1ced74e6f28287094fa68f28756811f6a6604bde2b4de88d7637da21874b602723fce129a407be7e24affecab468997158442af208308a')
+
+prepare() {
+  cd fish-shell-${pkgver}
+  echo ${pkgver}  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-${pkgver}
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  cd fish-shell-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  # remove completions which are provided by upstream
+  rm ${pkgdir}/usr/share/fish/completions/docker.fish
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2015-07-16 21:44:27 UTC (rev 137026)
+++ community-i686/fish.install 2015-07-16 22:26:10 UTC (rev 137027)
@@ -1,19 +0,0 @@
-post_install() {
-  grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -ri '\|^/usr/bin/fish$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in fish/repos (8 files)

2014-09-27 Thread Bartłomiej Piotrowski
Date: Saturday, September 27, 2014 @ 19:56:22
  Author: bpiotrowski
Revision: 119666

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 119665, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 119665, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 119665, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 119665, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   74 
 /fish.install |   34 ++
 community-i686/PKGBUILD   |   37 
 community-i686/fish.install   |   17 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/fish.install |   17 -
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-27 17:56:14 UTC (rev 119665)
+++ community-i686/PKGBUILD 2014-09-27 17:56:22 UTC (rev 119666)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.1
-pkgrel=3
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('e0cc11fbf8128d80e13a60574a05c1e9')
-
-prepare() {
-  cd fish-shell-$pkgver
-  echo $pkgver  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 119665, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-27 17:56:22 UTC (rev 119666)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=4
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('9c6e98985636b5268eae2da0ff79311d')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2014-09-27 17:56:14 UTC (rev 119665)
+++ community-i686/fish.install 2014-09-27 17:56:22 UTC (rev 119666)
@@ -1,17 +0,0 @@
-post_install() {
-  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 119665, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2014-09-27 17:56:22 UTC (rev 119666)
@@ -0,0 +1,17 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+
+  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
+echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
+echoto security 

[arch-commits] Commit in fish/repos (8 files)

2014-09-07 Thread Bartłomiej Piotrowski
Date: Sunday, September 7, 2014 @ 08:31:15
  Author: bpiotrowski
Revision: 118517

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

Added:
  fish/repos/community-testing-i686/PKGBUILD
(from rev 118516, fish/trunk/PKGBUILD)
  fish/repos/community-testing-i686/fish.install
(from rev 118516, fish/trunk/fish.install)
  fish/repos/community-testing-x86_64/PKGBUILD
(from rev 118516, fish/trunk/PKGBUILD)
  fish/repos/community-testing-x86_64/fish.install
(from rev 118516, fish/trunk/fish.install)
Deleted:
  fish/repos/community-testing-i686/PKGBUILD
  fish/repos/community-testing-i686/fish.install
  fish/repos/community-testing-x86_64/PKGBUILD
  fish/repos/community-testing-x86_64/fish.install

---+
 /PKGBUILD |   74 
 /fish.install |   34 ++
 community-testing-i686/PKGBUILD   |   37 
 community-testing-i686/fish.install   |   17 ---
 community-testing-x86_64/PKGBUILD |   37 
 community-testing-x86_64/fish.install |   17 ---
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2014-09-07 06:31:07 UTC (rev 118516)
+++ community-testing-i686/PKGBUILD 2014-09-07 06:31:15 UTC (rev 118517)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Kaiting Chen kaitocr...@gmail.com
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.1
-pkgrel=2
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
-optdepends=('python: for manual page completion parser and web configuration 
tool')
-makedepends=('doxygen')
-install=fish.install
-source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
-md5sums=('c4abceed44a2f0c133fdcaf12dd299c2')
-
-prepare() {
-  cd fish-shell-$pkgver
-  echo $pkgver  version
-  autoconf -i
-}
-
-build() {
-  cd fish-shell-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc
-  make
-}
-
-package() {
-  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
-}

Copied: fish/repos/community-testing-i686/PKGBUILD (from rev 118516, 
fish/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2014-09-07 06:31:15 UTC (rev 118517)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.1
+pkgrel=3
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses' 'which')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+makedepends=('doxygen')
+install=fish.install
+source=(https://github.com/fish-shell/fish-shell/archive/$pkgver.tar.gz)
+md5sums=('e0cc11fbf8128d80e13a60574a05c1e9')
+
+prepare() {
+  cd fish-shell-$pkgver
+  echo $pkgver  version
+  autoconf -i
+}
+
+build() {
+  cd fish-shell-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc
+  make
+}
+
+package() {
+  make -C fish-shell-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-testing-i686/fish.install
===
--- community-testing-i686/fish.install 2014-09-07 06:31:07 UTC (rev 118516)
+++ community-testing-i686/fish.install 2014-09-07 06:31:15 UTC (rev 118517)
@@ -1,17 +0,0 @@
-post_install() {
-  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-
-  if [[ $(vercmp $2 2.1.1) -lt 0 ]]; then
-echo :: With fish 2.1.1 release, the fishd socket has changed location 
due
-echoto security concerns. To make fish pick up the changes, kill all
-echofishd processes.
-  fi
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-testing-i686/fish.install (from rev 118516, 
fish/trunk/fish.install)
===
--- community-testing-i686/fish.install (rev 0)
+++ community-testing-i686/fish.install 2014-09-07 06:31:15 UTC (rev 118517)
@@ -0,0 +1,17 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo 

[arch-commits] Commit in fish/repos (8 files)

2014-03-09 Thread Bartłomiej Piotrowski
Date: Sunday, March 9, 2014 @ 18:38:13
  Author: bpiotrowski
Revision: 106894

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 106893, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 106893, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 106893, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 106893, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   62 
 /fish.install |   22 ++
 community-i686/PKGBUILD   |   35 --
 community-i686/fish.install   |   11 ---
 community-x86_64/PKGBUILD |   35 --
 community-x86_64/fish.install |   11 ---
 6 files changed, 84 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-i686/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.1.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('python2' 'inetutils')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
-md5sums=('3a29aebde522b8f52d9975d7423db99e')
-
-build() {
-  cd fish-$pkgver
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---without-xsel
-  make
-}
-
-package() {
-  cd fish-$pkgver
-  make DESTDIR=$pkgdir install
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 106893, 
fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Kaiting Chen kaitocr...@gmail.com
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('bc' 'gcc-libs' 'inetutils' 'ncurses')
+optdepends=('python: for manual page completion parser and web configuration 
tool')
+install=fish.install
+source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
+md5sums=('3a29aebde522b8f52d9975d7423db99e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--without-xsel
+  make
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2014-03-09 17:38:05 UTC (rev 106893)
+++ community-i686/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 106893, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2014-03-09 17:38:13 UTC (rev 106894)
@@ -0,0 +1,11 @@
+post_install() {
+  grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-09 17:38:05 UTC (rev 106893)
+++ community-x86_64/PKGBUILD   2014-03-09 17:38:13 UTC (rev 106894)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader 

[arch-commits] Commit in fish/repos (8 files)

2013-10-28 Thread Bartłomiej Piotrowski
Date: Monday, October 28, 2013 @ 20:00:44
  Author: bpiotrowski
Revision: 99431

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 99430, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 99430, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 99430, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 99430, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   70 
 /fish.install |   22 
 community-i686/PKGBUILD   |   37 -
 community-i686/fish.install   |   11 --
 community-x86_64/PKGBUILD |   37 -
 community-x86_64/fish.install |   11 --
 6 files changed, 92 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-28 19:00:41 UTC (rev 99430)
+++ community-i686/PKGBUILD 2013-10-28 19:00:44 UTC (rev 99431)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('python2' 'inetutils')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
-md5sums=('fe5907e6af61607d4128ce891a1f6501')
-
-build() {
-  set -x
-  cd fish
-  autoconf
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --without-xsel
-  make
-}
-
-package() {
-  cd fish
-  make DESTDIR=$pkgdir install
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 99430, fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-10-28 19:00:44 UTC (rev 99431)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('python2' 'inetutils')
+makedepends=('doxygen' 'python')
+install=fish.install
+source=(http://fishshell.com/files/$pkgver/fish-$pkgver.tar.gz)
+md5sums=('3a29aebde522b8f52d9975d7423db99e')
+
+build() {
+  cd fish-$pkgver
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--without-xsel
+  make
+}
+
+package() {
+  cd fish-$pkgver
+  make DESTDIR=$pkgdir install
+
+  # use python2
+  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2013-10-28 19:00:41 UTC (rev 99430)
+++ community-i686/fish.install 2013-10-28 19:00:44 UTC (rev 99431)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 99430, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2013-10-28 19:00:44 UTC (rev 99431)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-10-28 19:00:41 UTC (rev 99430)
+++ community-x86_64/PKGBUILD   2013-10-28 19:00:44 UTC (rev 99431)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger 

[arch-commits] Commit in fish/repos (8 files)

2013-06-02 Thread Bartłomiej Piotrowski
Date: Sunday, June 2, 2013 @ 15:25:12
  Author: bpiotrowski
Revision: 92181

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 92180, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 92180, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 92180, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 92180, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   74 
 /fish.install |   22 +++
 community-i686/PKGBUILD   |   37 
 community-i686/fish.install   |   11 -
 community-x86_64/PKGBUILD |   37 
 community-x86_64/fish.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-06-02 13:24:53 UTC (rev 92180)
+++ community-i686/PKGBUILD 2013-06-02 13:25:12 UTC (rev 92181)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://fishshell.com/'
-license=('GPL2')
-depends=('python2')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
-md5sums=('fe5907e6af61607d4128ce891a1f6501')
-
-build() {
-  set -x
-  cd fish
-  autoconf
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --without-xsel
-  make
-}
-
-package() {
-  cd fish
-  make DESTDIR=$pkgdir install
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 92180, fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-06-02 13:25:12 UTC (rev 92181)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('python2' 'inetutils')
+makedepends=('doxygen' 'python')
+install=fish.install
+source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
+md5sums=('fe5907e6af61607d4128ce891a1f6501')
+
+build() {
+  set -x
+  cd fish
+  autoconf
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --without-xsel
+  make
+}
+
+package() {
+  cd fish
+  make DESTDIR=$pkgdir install
+
+  # use python2
+  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2013-06-02 13:24:53 UTC (rev 92180)
+++ community-i686/fish.install 2013-06-02 13:25:12 UTC (rev 92181)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 92180, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2013-06-02 13:25:12 UTC (rev 92181)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-06-02 13:24:53 UTC (rev 92180)
+++ community-x86_64/PKGBUILD   2013-06-02 13:25:12 UTC (rev 92181)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: 

[arch-commits] Commit in fish/repos (8 files)

2013-05-17 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 11:36:29
  Author: bpiotrowski
Revision: 91004

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 91003, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 91003, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 91003, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 91003, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 /PKGBUILD |   74 
 /fish.install |   22 +++
 community-i686/PKGBUILD   |   36 ---
 community-i686/fish.install   |   11 -
 community-x86_64/PKGBUILD |   36 ---
 community-x86_64/fish.install |   11 -
 6 files changed, 96 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-17 09:36:08 UTC (rev 91003)
+++ community-i686/PKGBUILD 2013-05-17 09:36:29 UTC (rev 91004)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.0b2
-pkgrel=4
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://ridiculousfish.com/shell/'
-license=('GPL2')
-depends=('python2')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=($pkgname-$pkgver.tar.gz::http://ridiculousfish.com/shell/files/fishfish.tar.gz)
-md5sums=('ebe5fe17f6925b9142aadc8ebae5fba1')
-
-build() {
-  cd $srcdir/fishfish
-  autoconf
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --without-xsel
-  make
-}
-
-package() {
-  cd $srcdir/fishfish
-  make DESTDIR=$pkgdir install
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 91003, fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-17 09:36:29 UTC (rev 91004)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://fishshell.com/'
+license=('GPL2')
+depends=('python2')
+makedepends=('doxygen' 'python')
+install=fish.install
+source=(fish-$pkgver.tar.gz::http://fishshell.com/files/$pkgver/fish.tar.gz)
+md5sums=('fe5907e6af61607d4128ce891a1f6501')
+
+build() {
+  set -x
+  cd fish
+  autoconf
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --without-xsel
+  make
+}
+
+package() {
+  cd fish
+  make DESTDIR=$pkgdir install
+
+  # use python2
+  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2013-05-17 09:36:08 UTC (rev 91003)
+++ community-i686/fish.install 2013-05-17 09:36:29 UTC (rev 91004)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 91003, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2013-05-17 09:36:29 UTC (rev 91004)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-17 09:36:08 UTC (rev 91003)
+++ community-x86_64/PKGBUILD   2013-05-17 09:36:29 UTC (rev 91004)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta 

[arch-commits] Commit in fish/repos (8 files)

2013-02-16 Thread Bartłomiej Piotrowski
Date: Saturday, February 16, 2013 @ 12:41:49
  Author: bpiotrowski
Revision: 84315

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

Added:
  fish/repos/community-i686/PKGBUILD
(from rev 84314, fish/trunk/PKGBUILD)
  fish/repos/community-i686/fish.install
(from rev 84314, fish/trunk/fish.install)
  fish/repos/community-x86_64/PKGBUILD
(from rev 84314, fish/trunk/PKGBUILD)
  fish/repos/community-x86_64/fish.install
(from rev 84314, fish/trunk/fish.install)
Deleted:
  fish/repos/community-i686/PKGBUILD
  fish/repos/community-i686/fish.install
  fish/repos/community-x86_64/PKGBUILD
  fish/repos/community-x86_64/fish.install

---+
 community-i686/PKGBUILD   |   75 +++-
 community-i686/fish.install   |   22 +--
 community-x86_64/PKGBUILD |   75 +++-
 community-x86_64/fish.install |   22 +--
 4 files changed, 94 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-16 11:41:07 UTC (rev 84314)
+++ community-i686/PKGBUILD 2013-02-16 11:41:49 UTC (rev 84315)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Abhishek Dasgupta abh...@gmail.com
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Jan Fader jan.fa...@web.de
-
-pkgname=fish
-pkgver=2.0b2
-pkgrel=3
-pkgdesc='Smart and user friendly shell intended mostly for interactive use'
-arch=('i686' 'x86_64')
-url='http://ridiculousfish.com/shell/'
-license=('GPL2')
-depends=('python2')
-makedepends=('doxygen' 'python')
-install=fish.install
-source=($pkgname-$pkgver.tar.gz::http://ridiculousfish.com/shell/files/fishfish.tar.gz)
-md5sums=('ebe5fe17f6925b9142aadc8ebae5fba1')
-
-build() {
-  cd $srcdir/fishfish
-  autoconf
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --without-xsel
-  make
-}
-
-package() {
-  cd $srcdir/fishfish
-  make DESTDIR=$pkgdir install
-
-  # compress man pages
-  find $pkgdir/usr/share/fish/man/ -type f | xargs gzip -9
-
-  # use python2
-  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
-}

Copied: fish/repos/community-i686/PKGBUILD (from rev 84314, fish/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-16 11:41:49 UTC (rev 84315)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kaiting Chen kaitocr...@gmail.com
+# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
+# Contributor: Abhishek Dasgupta abh...@gmail.com
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Jan Fader jan.fa...@web.de
+
+pkgname=fish
+pkgver=2.0b2
+pkgrel=4
+pkgdesc='Smart and user friendly shell intended mostly for interactive use'
+arch=('i686' 'x86_64')
+url='http://ridiculousfish.com/shell/'
+license=('GPL2')
+depends=('python2')
+makedepends=('doxygen' 'python')
+install=fish.install
+source=($pkgname-$pkgver.tar.gz::http://ridiculousfish.com/shell/files/fishfish.tar.gz)
+md5sums=('ebe5fe17f6925b9142aadc8ebae5fba1')
+
+build() {
+  cd $srcdir/fishfish
+  autoconf
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc \
+  --without-xsel
+  make
+}
+
+package() {
+  cd $srcdir/fishfish
+  make DESTDIR=$pkgdir install
+
+  # use python2
+  find $pkgdir/usr/share/fish/tools/ -type f -exec sed -e 
1s|python|python2| -i {} \;
+}

Deleted: community-i686/fish.install
===
--- community-i686/fish.install 2013-02-16 11:41:07 UTC (rev 84314)
+++ community-i686/fish.install 2013-02-16 11:41:49 UTC (rev 84315)
@@ -1,11 +0,0 @@
-post_install() {
-   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
-}
-
-post_upgrade() {
-  post_install
-}
-
-pre_remove() {
-  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}

Copied: fish/repos/community-i686/fish.install (from rev 84314, 
fish/trunk/fish.install)
===
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2013-02-16 11:41:49 UTC (rev 84315)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -q '/usr/bin/fish' etc/shells || echo '/usr/bin/fish'  etc/shells
+}
+
+post_upgrade() {
+  post_install
+}
+
+pre_remove() {
+  sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-02-16 11:41:07 UTC (rev 84314)
+++ community-x86_64/PKGBUILD   2013-02-16 11:41:49 UTC (rev 84315)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Kaiting Chen kaitocr...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski