[arch-commits] Commit in cowsay/repos/extra-any (5 files)

Guillaume Alaux guillaume at archlinux.org
Sat Dec 15 22:05:18 UTC 2012


    Date: Saturday, December 15, 2012 @ 17:05:18
  Author: guillaume
Revision: 173239

archrelease: copy trunk to extra-any

Added:
  cowsay/repos/extra-any/PKGBUILD
    (from rev 173238, cowsay/trunk/PKGBUILD)
  cowsay/repos/extra-any/cowsay.patch
    (from rev 173238, cowsay/trunk/cowsay.patch)
Deleted:
  cowsay/repos/extra-any/ChangeLog
  cowsay/repos/extra-any/PKGBUILD
  cowsay/repos/extra-any/cowsay.patch

--------------+
 ChangeLog    |    7 ------
 PKGBUILD     |   60 ++++++++++++++++++++++++++++-----------------------------
 cowsay.patch |   22 ++++++++++----------
 3 files changed, 41 insertions(+), 48 deletions(-)

Deleted: ChangeLog
===================================================================
--- ChangeLog	2012-12-15 22:02:11 UTC (rev 173238)
+++ ChangeLog	2012-12-15 22:05:18 UTC (rev 173239)
@@ -1,7 +0,0 @@
-2008-12-08  Eric Belanger  <eric at archlinux.org>
-
-	* cowsay 3.03-6
-	* Added license
-	* FHS man pages
-	* Added arch tag
-	* Added ChangeLog

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-15 22:02:11 UTC (rev 173238)
+++ PKGBUILD	2012-12-15 22:05:18 UTC (rev 173239)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-# Contributor: Eric Belanger <eric at archlinux.org>
-# Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=cowsay
-pkgver=3.03
-pkgrel=7
-pkgdesc="Add speaking and thinking cows (and a few other creatures) to anything"
-arch=('any')
-url="http://www.nog.net/~tony/warez/cowsay.shtml"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz
-        cowsay.patch)
-md5sums=('b29169797359420dadb998079021a494'
-         '7091f9a6d97006299a1f27a665b638b6')
-sha1sums=('cc65a9b13295c87df94a58caa8a9176ce5ec4a27'
-          '0da25fd2f80de4d92096c5d1ece2c6dcc05bea75')
-
-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
-}

Copied: cowsay/repos/extra-any/PKGBUILD (from rev 173238, cowsay/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-12-15 22:05:18 UTC (rev 173239)
@@ -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=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
+}

Deleted: cowsay.patch
===================================================================
--- cowsay.patch	2012-12-15 22:02:11 UTC (rev 173238)
+++ cowsay.patch	2012-12-15 22:05:18 UTC (rev 173239)
@@ -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 173238, cowsay/trunk/cowsay.patch)
===================================================================
--- cowsay.patch	                        (rev 0)
+++ cowsay.patch	2012-12-15 22:05:18 UTC (rev 173239)
@@ -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