summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-09-10 18:14:05 +0000
committerMike Frysinger <vapier@gentoo.org>2003-09-10 18:14:05 +0000
commit5ce29dab6b88b9202c19ea19f36ea07ca2f4a16f (patch)
treef83f1d87bba32c391118e84f21fa0335fd7f26a5 /games-misc/cowsay
parentstable on x86/alpha (diff)
downloadhistorical-5ce29dab6b88b9202c19ea19f36ea07ca2f4a16f.tar.gz
historical-5ce29dab6b88b9202c19ea19f36ea07ca2f4a16f.tar.bz2
historical-5ce29dab6b88b9202c19ea19f36ea07ca2f4a16f.zip
games-misc
Diffstat (limited to 'games-misc/cowsay')
-rw-r--r--games-misc/cowsay/ChangeLog15
-rw-r--r--games-misc/cowsay/Manifest3
-rw-r--r--games-misc/cowsay/cowsay-3.03.ebuild36
-rw-r--r--games-misc/cowsay/files/digest-cowsay-3.031
4 files changed, 55 insertions, 0 deletions
diff --git a/games-misc/cowsay/ChangeLog b/games-misc/cowsay/ChangeLog
new file mode 100644
index 000000000000..ce6cbffda10d
--- /dev/null
+++ b/games-misc/cowsay/ChangeLog
@@ -0,0 +1,15 @@
+# ChangeLog for app-games/cowsay
+# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/cowsay/ChangeLog,v 1.1 2003/09/10 18:14:04 vapier Exp $
+
+ 06 Jun 2003; <msterret@gentoo.org> cowsay-3.03.ebuild:
+ DEPEND on sed >=4
+
+*cowsay-3.03 (15 Jul 2002)
+
+ 13 May 2003; Martin Holzer <mholzer@gentoo.org> cowsay-3.03.ebuild:
+ Fixing man page. Closes #20929.
+
+ 15 Jul 2002; Maik Schreiber <blizzy@gentoo.org> :
+ Initial import, closes bug #4778.
+ ebuild submitted by Marcin Jessa <yazzy@yazzy.org>
diff --git a/games-misc/cowsay/Manifest b/games-misc/cowsay/Manifest
new file mode 100644
index 000000000000..326e897762ca
--- /dev/null
+++ b/games-misc/cowsay/Manifest
@@ -0,0 +1,3 @@
+MD5 2e5e04a0c30b4e7e3dab7781049e7d99 files/digest-cowsay-3.03 62
+MD5 50a6ba8e53381d13d50cd169618568ac cowsay-3.03.ebuild 1083
+MD5 8c41be354c88daa3a3fff35d21e7f677 ChangeLog 568
diff --git a/games-misc/cowsay/cowsay-3.03.ebuild b/games-misc/cowsay/cowsay-3.03.ebuild
new file mode 100644
index 000000000000..aeca89c71320
--- /dev/null
+++ b/games-misc/cowsay/cowsay-3.03.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/cowsay/cowsay-3.03.ebuild,v 1.1 2003/09/10 18:14:04 vapier Exp $
+
+DESCRIPTION="configurable talking ASCII cow (and other characters)"
+HOMEPAGE="http://www.nog.net/~tony/warez/cowsay.shtml"
+SRC_URI="http://www.nog.net/~tony/warez/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc"
+
+DEPEND=">=sys-apps/sed-4"
+RDEPEND=">=dev-lang/perl-5"
+
+src_install() {
+ ./install.sh ${D}/usr || "install problem"
+
+ dodir /usr/share/${P}
+ mv ${D}/usr/share/cows ${D}/usr/share/${P}
+
+ cd ${D}/usr/bin
+ sed -i "s|${D}/usr/share/cows|/usr/share/${P}/cows|g" cowsay || \
+ die "sed cowsay failed"
+ chmod 755 cowsay
+
+ # Oh what an ugly hack. install.sh installs into /usr/man so just
+ # "use that energy" and kill it off after doman is done with it.
+ cd ${D}/usr/man/man1
+ sed -i "s|${D}/usr/share/cows|/usr/share/${P}/cows|g" cowsay.1
+ doman cowsay.1
+ cd ${D}/usr/share/man/man1
+ ln -s cowsay.1.gz cowthink.1.gz
+ rm -rf ${D}/usr/man
+
+}
diff --git a/games-misc/cowsay/files/digest-cowsay-3.03 b/games-misc/cowsay/files/digest-cowsay-3.03
new file mode 100644
index 000000000000..889178f936d7
--- /dev/null
+++ b/games-misc/cowsay/files/digest-cowsay-3.03
@@ -0,0 +1 @@
+MD5 b29169797359420dadb998079021a494 cowsay-3.03.tar.gz 15189