summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2006-10-20 19:15:40 +0000
committerSteve Dibb <beandog@gentoo.org>2006-10-20 19:15:40 +0000
commit6307479cc33c4698b624c298523f6beb11095ef6 (patch)
treeb6791c66506bdc1d3e67c5929c50063ebfd8b2c9 /games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild
parentStable on Alpha. (diff)
downloadgentoo-2-6307479cc33c4698b624c298523f6beb11095ef6.tar.gz
gentoo-2-6307479cc33c4698b624c298523f6beb11095ef6.tar.bz2
gentoo-2-6307479cc33c4698b624c298523f6beb11095ef6.zip
Initial import
(Portage version: 2.1.1-r1)
Diffstat (limited to 'games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild')
-rw-r--r--games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild b/games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild
new file mode 100644
index 000000000000..7976af722785
--- /dev/null
+++ b/games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2006-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild,v 1.1 2006/10/20 19:15:40 beandog Exp $
+
+DESCRIPTION="Fortune modules from the LDS scriptures (KJV Bible, Book of Mormon,
+D&C, PGP)"
+HOMEPAGE="http://scriptures.nephi.org/"
+SRC_URI="mirror://sourceforge/mormon/${P}.tar.bz2"
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86
+~x86-fbsd"
+IUSE=""
+RDEPEND="games-misc/fortune-mod
+ games-misc/fortune-mod-scriptures"
+SLOT="0"
+
+src_install() {
+ dodoc ChangeLog README
+ insinto /usr/share/fortune
+ doins mods/dc mods/dc.dat mods/mormon mods/mormon.dat mods/pgp mods/scriptures.dat mods/scriptures
+}
+
+pkg_postinst() {
+ einfo "This package contains four fortune modules:"
+ einfo "dc - Doctrine and Covenants"
+ einfo "mormon - The Book of Mormon"
+ einfo "pgp - The Pearl of Great Price"
+ einfo "scriptures - All above plus KJV Bible"
+}