[arch-commits] Commit in fish/repos (8 files)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sat Sep 27 17:56:22 UTC 2014
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 <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=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 <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=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"
- 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 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"
+ 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 2014-09-27 17:56:14 UTC (rev 119665)
+++ community-x86_64/PKGBUILD 2014-09-27 17:56:22 UTC (rev 119666)
@@ -1,37 +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=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-x86_64/PKGBUILD (from rev 119665, fish/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-09-27 17:56:22 UTC (rev 119666)
@@ -0,0 +1,37 @@
+# $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=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-x86_64/fish.install
===================================================================
--- community-x86_64/fish.install 2014-09-27 17:56:14 UTC (rev 119665)
+++ community-x86_64/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"
- 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 119665, fish/trunk/fish.install)
===================================================================
--- community-x86_64/fish.install (rev 0)
+++ community-x86_64/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"
+ 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