diff options
author | 2008-03-14 01:57:00 +0000 | |
---|---|---|
committer | 2008-03-14 01:57:00 +0000 | |
commit | 0703039220b28b186653ec351abe54e4fe48ad70 (patch) | |
tree | b26ae3516d5d81891ac632adbf95aeafebad19ac /app-dicts/sword-montgomery | |
parent | Initial commit (diff) | |
download | gentoo-2-0703039220b28b186653ec351abe54e4fe48ad70.tar.gz gentoo-2-0703039220b28b186653ec351abe54e4fe48ad70.tar.bz2 gentoo-2-0703039220b28b186653ec351abe54e4fe48ad70.zip |
Initial commit
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts/sword-montgomery')
-rw-r--r-- | app-dicts/sword-montgomery/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-montgomery/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-montgomery/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-montgomery/sword-montgomery-1.3.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-montgomery/ChangeLog b/app-dicts/sword-montgomery/ChangeLog new file mode 100644 index 000000000000..488fae8357cd --- /dev/null +++ b/app-dicts/sword-montgomery/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-montgomery +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-montgomery/ChangeLog,v 1.1 2008/03/14 01:57:00 beandog Exp $ + +*sword-montgomery-1.3 (14 Mar 2008) + + 14 Mar 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-montgomery-1.3.ebuild: + Initial commit + diff --git a/app-dicts/sword-montgomery/Manifest b/app-dicts/sword-montgomery/Manifest new file mode 100644 index 000000000000..cbdfabf68b5d --- /dev/null +++ b/app-dicts/sword-montgomery/Manifest @@ -0,0 +1,4 @@ +DIST Montgomery-1.3.zip 385461 RMD160 2991618aafe89545ce514c629a621e57c4ec7d96 SHA1 b1f41e7d44bd88bced1947e3697f0a973a406305 SHA256 8defe62a0610c5360d5e1e39bc06ba0096a6bd3ad1ff121a63f88ee2f1fbb8e1 +EBUILD sword-montgomery-1.3.ebuild 343 RMD160 9fed97089c3bc3835e6227b1ec80856f6059486f SHA1 491ff4c893562a691da82687129e69634ecf0c48 SHA256 168dd6ee03d40d3b0d0a6be5427f139f2900fd4da5cc37442a8ab17038316629 +MISC ChangeLog 276 RMD160 d94f1dd44962b4e8feb1d5237d3eef23ca2be491 SHA1 95dbb682dbb61d18d5345a13a23dbd62c1d4ae65 SHA256 b291d7d7d233d23bd1eb38770ea96a364ff5b18e6081b671351c5eab6d81cf39 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-montgomery/metadata.xml b/app-dicts/sword-montgomery/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-montgomery/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-montgomery/sword-montgomery-1.3.ebuild b/app-dicts/sword-montgomery/sword-montgomery-1.3.ebuild new file mode 100644 index 000000000000..f0bf84e61038 --- /dev/null +++ b/app-dicts/sword-montgomery/sword-montgomery-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-montgomery/sword-montgomery-1.3.ebuild,v 1.1 2008/03/14 01:57:00 beandog Exp $ + +SWORD_MODULE="Montgomery" + +inherit sword-module + +DESCRIPTION="Montgomery New Testament" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Montgomery" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |