diff options
Diffstat (limited to 'app-dicts/sword-nave')
-rw-r--r-- | app-dicts/sword-nave/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-nave/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-nave/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-nave/sword-nave-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-nave/ChangeLog b/app-dicts/sword-nave/ChangeLog new file mode 100644 index 000000000000..fa112d78fc30 --- /dev/null +++ b/app-dicts/sword-nave/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-nave +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-nave/ChangeLog,v 1.1 2008/05/17 02:35:13 beandog Exp $ + +*sword-nave-1.1 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-nave-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-nave/Manifest b/app-dicts/sword-nave/Manifest new file mode 100644 index 000000000000..1bac4c05ad06 --- /dev/null +++ b/app-dicts/sword-nave/Manifest @@ -0,0 +1,4 @@ +DIST Nave-1.1.zip 662427 RMD160 b7ae8ecbf9ec7f87fbc51f7843befe850c0824d5 SHA1 8d1f74a5025502d290735701c012884e51ac2b8e SHA256 4696f60167df83768bde8cb23a01565e2d448e14a3cb8eb3be3da92a38b41ace +EBUILD sword-nave-1.1.ebuild 332 RMD160 562667a6a506280daa87f55015b78fee68c6b51a SHA1 eabfbd9357927308df047275677e2bbf5ef93c36 SHA256 c99e307a69497029c4feab0153248784118e28142d50bc6f977171aa1c05d4a0 +MISC ChangeLog 258 RMD160 4ac5d8b286367e1353fa3450b38b04ce6ddb432b SHA1 c9b20fc2a48407a34face389e41e1631630f159d SHA256 bab3fc44cbda781ec3b7b55b9c49fd04ca0e2863d8f14e171a06314626146791 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-nave/metadata.xml b/app-dicts/sword-nave/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-nave/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>theology</herd> +</pkgmetadata> diff --git a/app-dicts/sword-nave/sword-nave-1.1.ebuild b/app-dicts/sword-nave/sword-nave-1.1.ebuild new file mode 100644 index 000000000000..7c0e476de87e --- /dev/null +++ b/app-dicts/sword-nave/sword-nave-1.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-nave/sword-nave-1.1.ebuild,v 1.1 2008/05/17 02:35:13 beandog Exp $ + +SWORD_MODULE="Nave" + +inherit sword-module + +DESCRIPTION="Nave's Topical Bible" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Nave" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |