diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-10-20 19:15:40 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-10-20 19:15:40 +0000 |
commit | 0e9866f6a8c90a0ccc791d4e3ec76dff881092e9 (patch) | |
tree | e7fb69bc784525f42e6e3444907183b60422d512 /games-misc/fortune-mod-mormon/fortune-mod-mormon-1.1.0.ebuild | |
parent | Mark 1.6.0 stable on alpha (diff) | |
download | historical-0e9866f6a8c90a0ccc791d4e3ec76dff881092e9.tar.gz historical-0e9866f6a8c90a0ccc791d4e3ec76dff881092e9.tar.bz2 historical-0e9866f6a8c90a0ccc791d4e3ec76dff881092e9.zip |
Initial import
Package-Manager: portage-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.ebuild | 30 |
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" +} |