[arch-commits] Commit in cowsay/repos/extra-any (4 files)
Guillaume Alaux
guillaume at nymeria.archlinux.org
Tue Jul 1 11:44:38 UTC 2014
Date: Tuesday, July 1, 2014 @ 13:44:38
Author: guillaume
Revision: 216019
archrelease: copy trunk to extra-any
Added:
cowsay/repos/extra-any/PKGBUILD
(from rev 216018, cowsay/trunk/PKGBUILD)
cowsay/repos/extra-any/cowsay.patch
(from rev 216018, cowsay/trunk/cowsay.patch)
Deleted:
cowsay/repos/extra-any/PKGBUILD
cowsay/repos/extra-any/cowsay.patch
--------------+
PKGBUILD | 60 ++++++++++++++++++++++++++++-----------------------------
cowsay.patch | 22 ++++++++++----------
2 files changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-01 11:36:32 UTC (rev 216018)
+++ PKGBUILD 2014-07-01 11:44:38 UTC (rev 216019)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=cowsay
-pkgver=3.03
-pkgrel=8
-pkgdesc='Configurable talking cow (and a few other creatures)'
-arch=('any')
-url='http://www.nog.net/~tony/warez/'
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
- cowsay.patch)
-sha256sums=('3406ab1634c7d4d7d3f613b56eb9f1a4da8feaac93664a188b4de9bacb036ce8'
- 'aa88442a31f01ffe5884b3ae974ed1ced23d860859d7f2234cdcd3ac437fc17f')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- patch -p1 -i $srcdir/cowsay.patch
- sed -i 's|/man/|/share/man/|' install.sh
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- echo "${pkgdir}/usr" | ./install.sh
- # This one is not a valid '.cow' file
- rm ${pkgdir}/usr/share/cows/mech-and-cow
-}
Copied: cowsay/repos/extra-any/PKGBUILD (from rev 216018, cowsay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-01 11:44:38 UTC (rev 216019)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Guillaume ALAUX <guillaume at archlinux.org>
+# Contributor: Eric Belanger <eric at archlinux.org>
+# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=cowsay
+pkgver=3.03
+pkgrel=9
+pkgdesc='Configurable talking cow (and a few other creatures)'
+arch=('any')
+url='http://www.nog.net/~tony/warez/'
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
+ cowsay.patch)
+sha256sums=('3406ab1634c7d4d7d3f613b56eb9f1a4da8feaac93664a188b4de9bacb036ce8'
+ 'aa88442a31f01ffe5884b3ae974ed1ced23d860859d7f2234cdcd3ac437fc17f')
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ patch -p1 -i $srcdir/cowsay.patch
+ sed -i 's|/man/|/share/man/|' install.sh
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ echo "${pkgdir}/usr" | ./install.sh
+ # This one is not a valid '.cow' file
+ rm ${pkgdir}/usr/share/cows/mech-and-cow
+}
Deleted: cowsay.patch
===================================================================
--- cowsay.patch 2014-07-01 11:36:32 UTC (rev 216018)
+++ cowsay.patch 2014-07-01 11:44:38 UTC (rev 216019)
@@ -1,11 +0,0 @@
---- cowsay-3.03/install.sh 1999-11-01 21:19:21.000000000 +0100
-+++ cowsay-3.03-new/install.sh 2003-08-15 17:14:23.000000000 +0200
-@@ -67,7 +67,7 @@
- echo Okay, time to install this puppy.
-
- echo s,%BANGPERL%,!$usethisperl,\; > install.pl
--echo s,%PREFIX%,$PREFIX,\; >> install.pl
-+echo s,%PREFIX%,/usr,\; >> install.pl
- set -x
- mkdir -p $PREFIX/bin || (mkdir $PREFIX; mkdir $PREFIX/bin)
- $usethisperl -p install.pl cowsay > $PREFIX/bin/cowsay
Copied: cowsay/repos/extra-any/cowsay.patch (from rev 216018, cowsay/trunk/cowsay.patch)
===================================================================
--- cowsay.patch (rev 0)
+++ cowsay.patch 2014-07-01 11:44:38 UTC (rev 216019)
@@ -0,0 +1,11 @@
+--- cowsay-3.03/install.sh 1999-11-01 21:19:21.000000000 +0100
++++ cowsay-3.03-new/install.sh 2003-08-15 17:14:23.000000000 +0200
+@@ -67,7 +67,7 @@
+ echo Okay, time to install this puppy.
+
+ echo s,%BANGPERL%,!$usethisperl,\; > install.pl
+-echo s,%PREFIX%,$PREFIX,\; >> install.pl
++echo s,%PREFIX%,/usr,\; >> install.pl
+ set -x
+ mkdir -p $PREFIX/bin || (mkdir $PREFIX; mkdir $PREFIX/bin)
+ $usethisperl -p install.pl cowsay > $PREFIX/bin/cowsay
More information about the arch-commits
mailing list