diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:55:50 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:55:50 +0000 |
commit | 8b2c79612264ebff1f9f3cadb54793032d8144c8 (patch) | |
tree | f4d63a95e25aacbe98fc48c44659e154bfc13e50 /app-dicts/sword-isbe | |
parent | p.mask =app-text/sword-modules-20041209 for removal (diff) | |
download | historical-8b2c79612264ebff1f9f3cadb54793032d8144c8.tar.gz historical-8b2c79612264ebff1f9f3cadb54793032d8144c8.tar.bz2 historical-8b2c79612264ebff1f9f3cadb54793032d8144c8.zip |
Initial commit
Package-Manager: portage-2.1.5
Diffstat (limited to 'app-dicts/sword-isbe')
-rw-r--r-- | app-dicts/sword-isbe/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-isbe/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-isbe/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-isbe/sword-isbe-1.5.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-isbe/ChangeLog b/app-dicts/sword-isbe/ChangeLog new file mode 100644 index 000000000000..5c481b7c5596 --- /dev/null +++ b/app-dicts/sword-isbe/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-isbe +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-isbe/ChangeLog,v 1.1 2008/05/17 02:28:56 beandog Exp $ + +*sword-isbe-1.5 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-isbe-1.5.ebuild: + Initial commit + diff --git a/app-dicts/sword-isbe/Manifest b/app-dicts/sword-isbe/Manifest new file mode 100644 index 000000000000..0d9b2d89745e --- /dev/null +++ b/app-dicts/sword-isbe/Manifest @@ -0,0 +1,4 @@ +DIST ISBE-1.5.zip 8941721 RMD160 da4ddafe01c6fe65dabe4320a4dfe9fe44de5856 SHA1 c2545d07203890aebbf5e7179ce6547cb184ef87 SHA256 53225b4684b1375ad593119d6eb1f821d75db8d8a6684b8879c324823dfc0f3e +EBUILD sword-isbe-1.5.ebuild 353 RMD160 d0762a4e4fa1dd88039ec366fc8c5bef0d488c63 SHA1 30b19d57ac0185e466cf2530d9521f6a9fc87694 SHA256 d3c0431f7ee482422f5e7599f34e99340dc6637b1f4c36b613be507e7bbb479d +MISC ChangeLog 258 RMD160 a64def704eb893bd70706b0dbea3344abe0b24f3 SHA1 ea2a21bd87df37c166dd1691494f2aa72243e081 SHA256 ab72c7f825f7039c4a96a33ebace55a6995f6804a246a71da234a8fc40167232 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-isbe/metadata.xml b/app-dicts/sword-isbe/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-isbe/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-isbe/sword-isbe-1.5.ebuild b/app-dicts/sword-isbe/sword-isbe-1.5.ebuild new file mode 100644 index 000000000000..52ca9f94fde1 --- /dev/null +++ b/app-dicts/sword-isbe/sword-isbe-1.5.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-isbe/sword-isbe-1.5.ebuild,v 1.1 2008/05/17 02:28:56 beandog Exp $ + +SWORD_MODULE="ISBE" + +inherit sword-module + +DESCRIPTION="International Standard Bible Encyclopedia" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=ISBE" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |