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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Feb 16 11:41:49 UTC 2013


    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 <kaitocracy at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# 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.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 <kaitocracy at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# 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.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 <kaitocracy at gmail.com>
-# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# 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.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-x86_64/PKGBUILD (from rev 84314, fish/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-02-16 11:41:49 UTC (rev 84315)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Kaiting Chen <kaitocracy at gmail.com>
+# Maintainer:  Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# 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.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-x86_64/fish.install
===================================================================
--- community-x86_64/fish.install	2013-02-16 11:41:07 UTC (rev 84314)
+++ community-x86_64/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-x86_64/fish.install (from rev 84314, fish/trunk/fish.install)
===================================================================
--- community-x86_64/fish.install	                        (rev 0)
+++ community-x86_64/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
+}




More information about the arch-commits mailing list