summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-02-05 02:07:19 +0000
committerMike Frysinger <vapier@gentoo.org>2004-02-05 02:07:19 +0000
commit7d6fae5aa63d5c5c541f1a9047ae8885b616ea69 (patch)
treefd5d2e5950d237c356a4b093c57e1910f68fe1d9 /games-misc/fortune-mod-debilneho
parenthello ~amd64 (diff)
downloadhistorical-7d6fae5aa63d5c5c541f1a9047ae8885b616ea69.tar.gz
historical-7d6fae5aa63d5c5c541f1a9047ae8885b616ea69.tar.bz2
historical-7d6fae5aa63d5c5c541f1a9047ae8885b616ea69.zip
initial ebuild #40281
Diffstat (limited to 'games-misc/fortune-mod-debilneho')
-rw-r--r--games-misc/fortune-mod-debilneho/ChangeLog8
-rw-r--r--games-misc/fortune-mod-debilneho/files/digest-fortune-mod-debilneho-0.11
-rw-r--r--games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild21
3 files changed, 30 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-debilneho/ChangeLog b/games-misc/fortune-mod-debilneho/ChangeLog
new file mode 100644
index 000000000000..de6b5e2aa408
--- /dev/null
+++ b/games-misc/fortune-mod-debilneho/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for games-misc/fortune-mod-debilneho
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/ChangeLog,v 1.1 2004/02/05 02:07:19 vapier Exp $
+
+*fortune-mod-debilneho-0.1 (04 Feb 2004)
+
+ 26 Jun 2003; Mike Frysinger <vapier@gentoo.org> :
+ Initial import. Ebuild submitted by Martin Mokry #40281.
diff --git a/games-misc/fortune-mod-debilneho/files/digest-fortune-mod-debilneho-0.1 b/games-misc/fortune-mod-debilneho/files/digest-fortune-mod-debilneho-0.1
new file mode 100644
index 000000000000..f70f1132105f
--- /dev/null
+++ b/games-misc/fortune-mod-debilneho/files/digest-fortune-mod-debilneho-0.1
@@ -0,0 +1 @@
+MD5 46516f5327a18a3ddfcb05e5d85c7130 fortune-debilneho.tar.bz2 16982
diff --git a/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild
new file mode 100644
index 000000000000..07aa39fdb9cd
--- /dev/null
+++ b/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-debilneho/fortune-mod-debilneho-0.1.ebuild,v 1.1 2004/02/05 02:07:19 vapier Exp $
+
+MY_PN=${PN/mod-/}
+DESCRIPTION="Quotation's by several people (mostly from Slovakia)"
+HOMEPAGE=""
+SRC_URI="http://megac.info/fortune-debilneho.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc sparc mips alpha hppa amd64"
+
+RDEPEND="games-misc/fortune-mod"
+
+S=${WORKDIR}/${MY_PN}
+
+src_install() {
+ insinto /usr/share/fortune
+ doins debilneho debilneho.dat
+}