diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:42:43 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:42:43 +0000 |
commit | 5e1c75094d1f9af8d23204571a7fc10450b589bc (patch) | |
tree | 5d338e6b037a2266b3fa020f8386af215bf1ddb7 /app-dicts/sword-tdavid | |
parent | Initial commit (diff) | |
download | gentoo-2-5e1c75094d1f9af8d23204571a7fc10450b589bc.tar.gz gentoo-2-5e1c75094d1f9af8d23204571a7fc10450b589bc.tar.bz2 gentoo-2-5e1c75094d1f9af8d23204571a7fc10450b589bc.zip |
Initial commit
(Portage version: 2.1.5)
Diffstat (limited to 'app-dicts/sword-tdavid')
-rw-r--r-- | app-dicts/sword-tdavid/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-tdavid/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-tdavid/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-tdavid/sword-tdavid-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-tdavid/ChangeLog b/app-dicts/sword-tdavid/ChangeLog new file mode 100644 index 000000000000..0d2c8c8ea0a9 --- /dev/null +++ b/app-dicts/sword-tdavid/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-tdavid +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-tdavid/ChangeLog,v 1.1 2008/05/17 02:42:43 beandog Exp $ + +*sword-tdavid-1.1 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-tdavid-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-tdavid/Manifest b/app-dicts/sword-tdavid/Manifest new file mode 100644 index 000000000000..f6dc78ae64a8 --- /dev/null +++ b/app-dicts/sword-tdavid/Manifest @@ -0,0 +1,4 @@ +DIST TDavid-1.1.zip 4845476 RMD160 e5f57be3f0db75099707894ea7ee5a67c264c590 SHA1 dc04a0204292f97ad748712482a985fcce91c3e9 SHA256 f76afa3071527d9d80844f5795795bb1c3f4d8b81e2af995442f5d372ca54367 +EBUILD sword-tdavid-1.1.ebuild 350 RMD160 f4fde48ca39b4b45ada091db9a8c040468521dca SHA1 b90fe912ebb122b219e7e18244962e19ba3a695c SHA256 241ecba99761575c4a7a0750ed2d41c90d595c5232ede91ed2d3fbf56be6332e +MISC ChangeLog 264 RMD160 3d99d9e17315d0b9320455275fb654a04da795b9 SHA1 04eef5c2c36e3c0db97ba66eee3c35e7e78e973f SHA256 acde86077d1bc6001044a455fefdd145bf12d47384f834adcfe0ffdb82a63bec +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-tdavid/metadata.xml b/app-dicts/sword-tdavid/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-tdavid/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-tdavid/sword-tdavid-1.1.ebuild b/app-dicts/sword-tdavid/sword-tdavid-1.1.ebuild new file mode 100644 index 000000000000..ee818aa1a45c --- /dev/null +++ b/app-dicts/sword-tdavid/sword-tdavid-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-tdavid/sword-tdavid-1.1.ebuild,v 1.1 2008/05/17 02:42:43 beandog Exp $ + +SWORD_MODULE="TDavid" + +inherit sword-module + +DESCRIPTION="C. H. Spurgeon's Treasury of David" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=TDavid" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |