diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:39:24 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:39:24 +0000 |
commit | 92bcc12b68d886ed19cb93ce113cd6ffc8abf3ea (patch) | |
tree | 2d60a386311d51d471a52aece80d97d441ac9d38 /app-dicts/sword-saoa | |
parent | Initial commit (diff) | |
download | gentoo-2-92bcc12b68d886ed19cb93ce113cd6ffc8abf3ea.tar.gz gentoo-2-92bcc12b68d886ed19cb93ce113cd6ffc8abf3ea.tar.bz2 gentoo-2-92bcc12b68d886ed19cb93ce113cd6ffc8abf3ea.zip |
Initial commit
(Portage version: 2.1.5)
Diffstat (limited to 'app-dicts/sword-saoa')
-rw-r--r-- | app-dicts/sword-saoa/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-saoa/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-saoa/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-saoa/sword-saoa-1.0.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-saoa/ChangeLog b/app-dicts/sword-saoa/ChangeLog new file mode 100644 index 000000000000..978c4a7accd8 --- /dev/null +++ b/app-dicts/sword-saoa/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-saoa +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-saoa/ChangeLog,v 1.1 2008/05/17 02:39:24 beandog Exp $ + +*sword-saoa-1.0 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-saoa-1.0.ebuild: + Initial commit + diff --git a/app-dicts/sword-saoa/Manifest b/app-dicts/sword-saoa/Manifest new file mode 100644 index 000000000000..6ffcfa86f219 --- /dev/null +++ b/app-dicts/sword-saoa/Manifest @@ -0,0 +1,4 @@ +DIST SAOA-1.0.zip 37734 RMD160 ac8342ce16a5a2cf492763c1b78c59324ba9f3de SHA1 b05765b338ef0b60f3725b8272f85d6fd0cd44ff SHA256 90411c80116a12c75d525fda840cbcd1d17db259a4a29719b0873f93394338a9 +EBUILD sword-saoa-1.0.ebuild 341 RMD160 d86c037a0dc01a14ca12e3545499933033712828 SHA1 47d579cda4f43024babfe42b6293d5812b8983d0 SHA256 389b73a3e5e33fe7a4921a7003d358dce9c6dfd064620cbf6d8437b54b041674 +MISC ChangeLog 258 RMD160 a97b6bcd84a416ae17c1bf63164722c05d175ac4 SHA1 643a7fb663195bfa30bc2e3499c3e27bb631c5ce SHA256 a7600739f95f091a2b8a26aa19af6a64cb6925dac70ced3e011002fc6c86c534 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-saoa/metadata.xml b/app-dicts/sword-saoa/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-saoa/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-saoa/sword-saoa-1.0.ebuild b/app-dicts/sword-saoa/sword-saoa-1.0.ebuild new file mode 100644 index 000000000000..ee77147b2107 --- /dev/null +++ b/app-dicts/sword-saoa/sword-saoa-1.0.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-saoa/sword-saoa-1.0.ebuild,v 1.1 2008/05/17 02:39:24 beandog Exp $ + +SWORD_MODULE="SAOA" + +inherit sword-module + +DESCRIPTION="Scripture Alphabet Of Animals" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=SAOA" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |