diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-02-27 17:29:32 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-02-27 17:29:32 +0000 |
commit | 18a87de90ec6c50ee65a3edfaf0f7a4fce0f1082 (patch) | |
tree | 1e2d61ce32d99d505736d06f34e22ca2f1268f29 /app-dicts | |
parent | Initial commit (diff) | |
download | gentoo-2-18a87de90ec6c50ee65a3edfaf0f7a4fce0f1082.tar.gz gentoo-2-18a87de90ec6c50ee65a3edfaf0f7a4fce0f1082.tar.bz2 gentoo-2-18a87de90ec6c50ee65a3edfaf0f7a4fce0f1082.zip |
Initial commit
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-strongsgreek/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-strongsgreek/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-strongsgreek/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-strongsgreek/sword-strongsgreek-1.2.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-strongsgreek/ChangeLog b/app-dicts/sword-strongsgreek/ChangeLog new file mode 100644 index 000000000000..7fafdba2250a --- /dev/null +++ b/app-dicts/sword-strongsgreek/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-strongsgreek +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-strongsgreek/ChangeLog,v 1.1 2008/02/27 17:29:32 beandog Exp $ + +*sword-strongsgreek-1.2 (27 Feb 2008) + + 27 Feb 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-strongsgreek-1.2.ebuild: + Initial commit + diff --git a/app-dicts/sword-strongsgreek/Manifest b/app-dicts/sword-strongsgreek/Manifest new file mode 100644 index 000000000000..7b2211dbabb0 --- /dev/null +++ b/app-dicts/sword-strongsgreek/Manifest @@ -0,0 +1,4 @@ +DIST StrongsGreek-1.2.zip 356388 RMD160 a2c514971ad5764927d789b69e170ca47208044f SHA1 ca5df8b6f8b65f984200a96d5bd4580986f8ba7d SHA256 26a547412f449251b2926ddb14d1254090ddbfb61eab804318ff60c0fbf8b990 +EBUILD sword-strongsgreek-1.2.ebuild 354 RMD160 48e0caa1c2f2135eced4325a7ec9959d2341e5c5 SHA1 006b2e0024bd969d812db2747c03cb3d4db0dce9 SHA256 f51db2327b995d08c06a8dfae07dedfcb02f81871ea3ea816def352113d39a0e +MISC ChangeLog 282 RMD160 acc5eb2d9ddb392f1dcaee266029c95964fa2d5a SHA1 fbf14ed0a20232e4678d04583fd1326e861432b6 SHA256 a10a5cdc75a8f264eb7fcee43d0ea02bbf281f88db06ae019a017c01b6144697 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-strongsgreek/metadata.xml b/app-dicts/sword-strongsgreek/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-strongsgreek/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-strongsgreek/sword-strongsgreek-1.2.ebuild b/app-dicts/sword-strongsgreek/sword-strongsgreek-1.2.ebuild new file mode 100644 index 000000000000..77d7a6b771ac --- /dev/null +++ b/app-dicts/sword-strongsgreek/sword-strongsgreek-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-strongsgreek/sword-strongsgreek-1.2.ebuild,v 1.1 2008/02/27 17:29:32 beandog Exp $ + +SWORD_MODULE="StrongsGreek" + +inherit sword-module + +DESCRIPTION="Strong's Greek Bible Dictionary" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=StrongsGreek" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |