[arch-commits] Commit in fish/repos (12 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Fri Feb 27 05:13:31 UTC 2015
Date: Friday, February 27, 2015 @ 06:13:30
Author: bpiotrowski
Revision: 128334
archrelease: copy trunk to community-i686, community-x86_64
Added:
fish/repos/community-i686/PKGBUILD
(from rev 128333, fish/trunk/PKGBUILD)
fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch
(from rev 128333, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
fish/repos/community-i686/fish.install
(from rev 128333, fish/trunk/fish.install)
fish/repos/community-x86_64/PKGBUILD
(from rev 128333, fish/trunk/PKGBUILD)
fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
(from rev 128333, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
fish/repos/community-x86_64/fish.install
(from rev 128333, fish/trunk/fish.install)
Deleted:
fish/repos/community-i686/PKGBUILD
fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch
fish/repos/community-i686/fish.install
fish/repos/community-x86_64/PKGBUILD
fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
fish/repos/community-x86_64/fish.install
--------------------------------------------------------------+
/PKGBUILD | 82 ++++++++++
/fish-2.1.1-grep-options-is-deprecated.patch | 30 +++
/fish.install | 34 ++++
community-i686/PKGBUILD | 41 -----
community-i686/fish-2.1.1-grep-options-is-deprecated.patch | 15 -
community-i686/fish.install | 17 --
community-x86_64/PKGBUILD | 41 -----
community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch | 15 -
community-x86_64/fish.install | 17 --
9 files changed, 146 insertions(+), 146 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-27 05:13:17 UTC (rev 128333)
+++ community-i686/PKGBUILD 2015-02-27 05:13:30 UTC (rev 128334)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan Fader <jan.fader at web.de>
-
-pkgname=fish
-pkgver=2.1.1
-pkgrel=5
-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
- fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('9c6e98985636b5268eae2da0ff79311d'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
-
-prepare() {
- cd fish-shell-$pkgver
- patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
- 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 128333, fish/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-27 05:13:30 UTC (rev 128334)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan Fader <jan.fader at web.de>
+
+pkgname=fish
+pkgver=2.1.2
+pkgrel=1
+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
+ fish-2.1.1-grep-options-is-deprecated.patch)
+md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
+ '0c94b1ca8c54ed1a03b551f9b84160e5')
+
+prepare() {
+ cd fish-shell-$pkgver
+ patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
+
+ 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-2.1.1-grep-options-is-deprecated.patch
===================================================================
--- community-i686/fish-2.1.1-grep-options-is-deprecated.patch 2015-02-27 05:13:17 UTC (rev 128333)
+++ community-i686/fish-2.1.1-grep-options-is-deprecated.patch 2015-02-27 05:13:30 UTC (rev 128334)
@@ -1,15 +0,0 @@
-diff --git a/share/functions/grep.fish b/share/functions/grep.fish
-index b0dc958..cd7c31b 100644
---- a/share/functions/grep.fish
-+++ b/share/functions/grep.fish
-@@ -6,8 +6,8 @@ if command grep --color=auto --help 1>/dev/null 2>/dev/null
- if not set -q GREP_COLOR
- set -gx GREP_COLOR '97;45'
- end
-- if not set -q GREP_OPTIONS
-- set -gx GREP_OPTIONS --color=auto
-+ function grep
-+ command grep --color=auto $argv
- end
- end
-
Copied: fish/repos/community-i686/fish-2.1.1-grep-options-is-deprecated.patch (from rev 128333, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
===================================================================
--- community-i686/fish-2.1.1-grep-options-is-deprecated.patch (rev 0)
+++ community-i686/fish-2.1.1-grep-options-is-deprecated.patch 2015-02-27 05:13:30 UTC (rev 128334)
@@ -0,0 +1,15 @@
+diff --git a/share/functions/grep.fish b/share/functions/grep.fish
+index b0dc958..cd7c31b 100644
+--- a/share/functions/grep.fish
++++ b/share/functions/grep.fish
+@@ -6,8 +6,8 @@ if command grep --color=auto --help 1>/dev/null 2>/dev/null
+ if not set -q GREP_COLOR
+ set -gx GREP_COLOR '97;45'
+ end
+- if not set -q GREP_OPTIONS
+- set -gx GREP_OPTIONS --color=auto
++ function grep
++ command grep --color=auto $argv
+ end
+ end
+
Deleted: community-i686/fish.install
===================================================================
--- community-i686/fish.install 2015-02-27 05:13:17 UTC (rev 128333)
+++ community-i686/fish.install 2015-02-27 05:13:30 UTC (rev 128334)
@@ -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"
- echo " to security concerns. To make fish pick up the changes, kill all"
- echo " fishd processes."
- fi
-}
-
-pre_remove() {
- sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}
Copied: fish/repos/community-i686/fish.install (from rev 128333, fish/trunk/fish.install)
===================================================================
--- community-i686/fish.install (rev 0)
+++ community-i686/fish.install 2015-02-27 05:13:30 UTC (rev 128334)
@@ -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"
+ echo " to security concerns. To make fish pick up the changes, kill all"
+ echo " fishd processes."
+ fi
+}
+
+pre_remove() {
+ sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-27 05:13:17 UTC (rev 128333)
+++ community-x86_64/PKGBUILD 2015-02-27 05:13:30 UTC (rev 128334)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Jan Fader <jan.fader at web.de>
-
-pkgname=fish
-pkgver=2.1.1
-pkgrel=5
-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
- fish-2.1.1-grep-options-is-deprecated.patch)
-md5sums=('9c6e98985636b5268eae2da0ff79311d'
- '0c94b1ca8c54ed1a03b551f9b84160e5')
-
-prepare() {
- cd fish-shell-$pkgver
- patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
-
- 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-x86_64/PKGBUILD (from rev 128333, fish/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-27 05:13:30 UTC (rev 128334)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Kaiting Chen <kaitocracy at gmail.com>
+# Contributor: Abhishek Dasgupta <abhidg at gmail.com>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Jan Fader <jan.fader at web.de>
+
+pkgname=fish
+pkgver=2.1.2
+pkgrel=1
+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
+ fish-2.1.1-grep-options-is-deprecated.patch)
+md5sums=('855389f9ed4cbe9290ca8d45b9b23093'
+ '0c94b1ca8c54ed1a03b551f9b84160e5')
+
+prepare() {
+ cd fish-shell-$pkgver
+ patch -p1 -i ../fish-2.1.1-grep-options-is-deprecated.patch
+
+ 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-x86_64/fish-2.1.1-grep-options-is-deprecated.patch
===================================================================
--- community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch 2015-02-27 05:13:17 UTC (rev 128333)
+++ community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch 2015-02-27 05:13:30 UTC (rev 128334)
@@ -1,15 +0,0 @@
-diff --git a/share/functions/grep.fish b/share/functions/grep.fish
-index b0dc958..cd7c31b 100644
---- a/share/functions/grep.fish
-+++ b/share/functions/grep.fish
-@@ -6,8 +6,8 @@ if command grep --color=auto --help 1>/dev/null 2>/dev/null
- if not set -q GREP_COLOR
- set -gx GREP_COLOR '97;45'
- end
-- if not set -q GREP_OPTIONS
-- set -gx GREP_OPTIONS --color=auto
-+ function grep
-+ command grep --color=auto $argv
- end
- end
-
Copied: fish/repos/community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch (from rev 128333, fish/trunk/fish-2.1.1-grep-options-is-deprecated.patch)
===================================================================
--- community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch (rev 0)
+++ community-x86_64/fish-2.1.1-grep-options-is-deprecated.patch 2015-02-27 05:13:30 UTC (rev 128334)
@@ -0,0 +1,15 @@
+diff --git a/share/functions/grep.fish b/share/functions/grep.fish
+index b0dc958..cd7c31b 100644
+--- a/share/functions/grep.fish
++++ b/share/functions/grep.fish
+@@ -6,8 +6,8 @@ if command grep --color=auto --help 1>/dev/null 2>/dev/null
+ if not set -q GREP_COLOR
+ set -gx GREP_COLOR '97;45'
+ end
+- if not set -q GREP_OPTIONS
+- set -gx GREP_OPTIONS --color=auto
++ function grep
++ command grep --color=auto $argv
+ end
+ end
+
Deleted: community-x86_64/fish.install
===================================================================
--- community-x86_64/fish.install 2015-02-27 05:13:17 UTC (rev 128333)
+++ community-x86_64/fish.install 2015-02-27 05:13:30 UTC (rev 128334)
@@ -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"
- echo " to security concerns. To make fish pick up the changes, kill all"
- echo " fishd processes."
- fi
-}
-
-pre_remove() {
- sed -i '/^\/usr\/bin\/fish/d' /etc/shells
-}
Copied: fish/repos/community-x86_64/fish.install (from rev 128333, fish/trunk/fish.install)
===================================================================
--- community-x86_64/fish.install (rev 0)
+++ community-x86_64/fish.install 2015-02-27 05:13:30 UTC (rev 128334)
@@ -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"
+ echo " to security concerns. To make fish pick up the changes, kill all"
+ echo " fishd processes."
+ fi
+}
+
+pre_remove() {
+ sed -i '/^\/usr\/bin\/fish/d' /etc/shells
+}
More information about the arch-commits
mailing list