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-clarke | |
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-clarke')
-rw-r--r-- | app-dicts/sword-clarke/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-clarke/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-clarke/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-clarke/sword-clarke-2.0.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-clarke/ChangeLog b/app-dicts/sword-clarke/ChangeLog new file mode 100644 index 000000000000..8b274871aa38 --- /dev/null +++ b/app-dicts/sword-clarke/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-clarke +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-clarke/ChangeLog,v 1.1 2008/05/17 02:24:44 beandog Exp $ + +*sword-clarke-2.0 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-clarke-2.0.ebuild: + Initial commit + diff --git a/app-dicts/sword-clarke/Manifest b/app-dicts/sword-clarke/Manifest new file mode 100644 index 000000000000..a47b1c5a05a6 --- /dev/null +++ b/app-dicts/sword-clarke/Manifest @@ -0,0 +1,4 @@ +DIST Clarke-2.0.zip 9722145 RMD160 d6df4e1d87a270971a16031523df3523e3caa524 SHA1 aef60eb10a1a8639ec8a69c81e3bccc477b37a42 SHA256 9854b6094ecfe74dd0bb868922c2dbddd29bfd6f454bccef31b71f3ac1c9535c +EBUILD sword-clarke-2.0.ebuild 353 RMD160 6438ba749016b096f50c378fd72c30d7998fe052 SHA1 1046411a4c50f0efa7e3935c80f9577be09c308a SHA256 b867f76a9e092d890e884e6b97ff16e4a41f91ed3884a28ce9146ca73aeaa6d0 +MISC ChangeLog 264 RMD160 e3d5ac31706c1cb527b006db05ecbcd4b8155762 SHA1 25fe864468087acdfd15f61f1e9cd73b21a1d160 SHA256 a00cbae57c5b96c194755c36879db5cb60006ecef8921b2ba6262fa530530dc7 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-clarke/metadata.xml b/app-dicts/sword-clarke/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-clarke/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-clarke/sword-clarke-2.0.ebuild b/app-dicts/sword-clarke/sword-clarke-2.0.ebuild new file mode 100644 index 000000000000..eb3b299217d1 --- /dev/null +++ b/app-dicts/sword-clarke/sword-clarke-2.0.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-clarke/sword-clarke-2.0.ebuild,v 1.1 2008/05/17 02:24:44 beandog Exp $ + +SWORD_MODULE="Clarke" + +inherit sword-module + +DESCRIPTION="Adam Clarke's Commentary on the Bible" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Clarke" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |