diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-02-27 17:32:00 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-02-27 17:32:00 +0000 |
commit | 3a6ab03226e94b2ada132a9dcca91ecaa3eb1482 (patch) | |
tree | 4b4116452987c19f807c0e80aad9c3c9883de34a /app-dicts/sword-webstersdict | |
parent | Initial commit (diff) | |
download | gentoo-2-3a6ab03226e94b2ada132a9dcca91ecaa3eb1482.tar.gz gentoo-2-3a6ab03226e94b2ada132a9dcca91ecaa3eb1482.tar.bz2 gentoo-2-3a6ab03226e94b2ada132a9dcca91ecaa3eb1482.zip |
Initial commit
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts/sword-webstersdict')
-rw-r--r-- | app-dicts/sword-webstersdict/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-webstersdict/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-webstersdict/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-webstersdict/sword-webstersdict-1.1.ebuild | 13 |
4 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/sword-webstersdict/ChangeLog b/app-dicts/sword-webstersdict/ChangeLog new file mode 100644 index 000000000000..8dbc5958362e --- /dev/null +++ b/app-dicts/sword-webstersdict/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-webstersdict +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-webstersdict/ChangeLog,v 1.1 2008/02/27 17:32:00 beandog Exp $ + +*sword-webstersdict-1.1 (27 Feb 2008) + + 27 Feb 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-webstersdict-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-webstersdict/Manifest b/app-dicts/sword-webstersdict/Manifest new file mode 100644 index 000000000000..a7030423ad7a --- /dev/null +++ b/app-dicts/sword-webstersdict/Manifest @@ -0,0 +1,4 @@ +DIST WebstersDict-1.1.zip 14486502 RMD160 c8c12a6d679f187e1e46ec497b893001f652e3e3 SHA1 2eaacfe5e0569a6937a7e1a3b308a89c9b5d27f5 SHA256 4bf3c1c1f08ccc4dd6dcf69a8377b7addc5cad6c89e644d6e8513abee547564c +EBUILD sword-webstersdict-1.1.ebuild 376 RMD160 5336febdbbd02fa012f6c18fe0fed0fef190a13b SHA1 7274944dc69b1b8e030ddb637e783b00c11a31d9 SHA256 cbe9a1747de5032b571ed7d1bf0d02ccebcb2d2e1cf8f97b45be9ae71cc908d6 +MISC ChangeLog 282 RMD160 656a36a2e2dc445b2d7157ead66cc2df43a7cc35 SHA1 128ff50afde0a0ee9ab5ff29f71a271406aa8565 SHA256 ca620d93e3af593592eee07567834fad1a95fd40c824c746a7cbe75694a84c27 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-webstersdict/metadata.xml b/app-dicts/sword-webstersdict/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-webstersdict/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-webstersdict/sword-webstersdict-1.1.ebuild b/app-dicts/sword-webstersdict/sword-webstersdict-1.1.ebuild new file mode 100644 index 000000000000..9896b2d57d82 --- /dev/null +++ b/app-dicts/sword-webstersdict/sword-webstersdict-1.1.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-webstersdict/sword-webstersdict-1.1.ebuild,v 1.1 2008/02/27 17:32:00 beandog Exp $ + +SWORD_MODULE="WebstersDict" + +inherit sword-module + +DESCRIPTION="Webster's Revised Unabridged Dictionary of the English Language +1913" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=WebstersDict" +LICENSE="public-domain" +KEYWORDS="~amd64" |