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-hitchcock | |
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-hitchcock')
-rw-r--r-- | app-dicts/sword-hitchcock/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-hitchcock/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-hitchcock/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-hitchcock/sword-hitchcock-1.3.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-hitchcock/ChangeLog b/app-dicts/sword-hitchcock/ChangeLog new file mode 100644 index 000000000000..281dec10df43 --- /dev/null +++ b/app-dicts/sword-hitchcock/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-hitchcock +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-hitchcock/ChangeLog,v 1.1 2008/05/17 02:28:06 beandog Exp $ + +*sword-hitchcock-1.3 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-hitchcock-1.3.ebuild: + Initial commit + diff --git a/app-dicts/sword-hitchcock/Manifest b/app-dicts/sword-hitchcock/Manifest new file mode 100644 index 000000000000..85f1d55079e3 --- /dev/null +++ b/app-dicts/sword-hitchcock/Manifest @@ -0,0 +1,4 @@ +DIST Hitchcock-1.3.zip 44959 RMD160 a9602117af99ab8b7d87875331f676505c9f41a6 SHA1 a9d65312b4eb730e4a6e96ee4245891ffde8a5bb SHA256 96d5916627b73ea1f51146af25cb6ccbb6a2a07499581ec95f76d546ec523770 +EBUILD sword-hitchcock-1.3.ebuild 345 RMD160 2d170fb1097c9ba18a9e60dcaf8428e425c09ce0 SHA1 bda37c58bd1bc015128749605a402770d33f2e42 SHA256 8d59e81e9719ed2a8c8100cddcb8e44f999e7aa1acb9ee00ef4fa802df26acc9 +MISC ChangeLog 273 RMD160 ce293a8e75fe4007945180e04ae222b8f6ac7025 SHA1 38d7f38c5fad98f7f1ef04367c9144505f2e9133 SHA256 1fbb0893887548682bcc8756a77dcaa00e01702be41caf42164764c3fcd838a7 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-hitchcock/metadata.xml b/app-dicts/sword-hitchcock/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-hitchcock/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-hitchcock/sword-hitchcock-1.3.ebuild b/app-dicts/sword-hitchcock/sword-hitchcock-1.3.ebuild new file mode 100644 index 000000000000..96940d0c01be --- /dev/null +++ b/app-dicts/sword-hitchcock/sword-hitchcock-1.3.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-hitchcock/sword-hitchcock-1.3.ebuild,v 1.1 2008/05/17 02:28:06 beandog Exp $ + +SWORD_MODULE="Hitchcock" + +inherit sword-module + +DESCRIPTION="Hitchcock's Bible Names" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Hitchcock" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |