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-webster | |
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-webster')
-rw-r--r-- | app-dicts/sword-webster/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-webster/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-webster/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-webster/sword-webster-1.2.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-webster/ChangeLog b/app-dicts/sword-webster/ChangeLog new file mode 100644 index 000000000000..78b82355e584 --- /dev/null +++ b/app-dicts/sword-webster/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-webster +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-webster/ChangeLog,v 1.1 2008/05/17 02:44:51 beandog Exp $ + +*sword-webster-1.2 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-webster-1.2.ebuild: + Initial commit + diff --git a/app-dicts/sword-webster/Manifest b/app-dicts/sword-webster/Manifest new file mode 100644 index 000000000000..c8af5cd9f9d9 --- /dev/null +++ b/app-dicts/sword-webster/Manifest @@ -0,0 +1,4 @@ +DIST Webster-1.2.zip 1481353 RMD160 89f3f141dd03d1b1609978fd88dcef78a3a00ac9 SHA1 a758507f4abf452d8eb637e1a72436b72a4007de SHA256 b5cd808f8efcbc16082a25a4587f3500184fb1f44085e75ac03a39609d9615eb +EBUILD sword-webster-1.2.ebuild 331 RMD160 34f251a2e1d9c2d9ecf31cd997954c2f60413cc7 SHA1 a81619e29cbf0956459a319c4cf652d3d220e22a SHA256 f8f1074e3dd1ccd146c1fa3bb3f26a00f76258c55b0a6c03f67ada4f74aa7f0f +MISC ChangeLog 267 RMD160 b88221c1b262d77a02a783cdca8868e931dc33c9 SHA1 63286392e5022416e9e0a40eef3ae3725311e1bd SHA256 354e1fe2c355343fa881db38d445d619cf79a9489652d0cdb11566825b90c676 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-webster/metadata.xml b/app-dicts/sword-webster/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-webster/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-webster/sword-webster-1.2.ebuild b/app-dicts/sword-webster/sword-webster-1.2.ebuild new file mode 100644 index 000000000000..4e9463c2d060 --- /dev/null +++ b/app-dicts/sword-webster/sword-webster-1.2.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-webster/sword-webster-1.2.ebuild,v 1.1 2008/05/17 02:44:51 beandog Exp $ + +SWORD_MODULE="Webster" + +inherit sword-module + +DESCRIPTION="Webster Bible" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Webster" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |