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-practice | |
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-practice')
-rw-r--r-- | app-dicts/sword-practice/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-practice/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-practice/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-practice/sword-practice-1.0.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-practice/ChangeLog b/app-dicts/sword-practice/ChangeLog new file mode 100644 index 000000000000..bab242e99621 --- /dev/null +++ b/app-dicts/sword-practice/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-practice +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-practice/ChangeLog,v 1.1 2008/05/17 02:38:09 beandog Exp $ + +*sword-practice-1.0 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-practice-1.0.ebuild: + Initial commit + diff --git a/app-dicts/sword-practice/Manifest b/app-dicts/sword-practice/Manifest new file mode 100644 index 000000000000..725b8a100423 --- /dev/null +++ b/app-dicts/sword-practice/Manifest @@ -0,0 +1,4 @@ +DIST Practice-1.0.zip 24766 RMD160 7a9cf1af519c4f493aeb33dfe8d8d4713fb171c3 SHA1 bd4508b50a0d2a016928a95ff0db88672d3d2fa9 SHA256 9c67d48a9997872e96654d50a1a43b03952a2c64a9ff8a62e334a8492640807a +EBUILD sword-practice-1.0.ebuild 432 RMD160 327c145814ff94a9f04d29a333c4d8073d2ede7c SHA1 3bbb1735d59fd35e5342ef5343e67a449f596a4d SHA256 491a4d2fbadeb46eb2ff934a82a5849629192d80056737077f0de7878b41a00d +MISC ChangeLog 270 RMD160 007ba42238d6f104b66c60d4c765c6fc2d6acffb SHA1 939cd9b6ac2788e5a40c59b179438a311095632c SHA256 323af6c26e3e3d4d65707870987697f6a537853a2208bbea4a5dcb1f8a8f3b83 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-practice/metadata.xml b/app-dicts/sword-practice/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-practice/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-practice/sword-practice-1.0.ebuild b/app-dicts/sword-practice/sword-practice-1.0.ebuild new file mode 100644 index 000000000000..02ea4d1b1894 --- /dev/null +++ b/app-dicts/sword-practice/sword-practice-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-practice/sword-practice-1.0.ebuild,v 1.1 2008/05/17 02:38:09 beandog Exp $ + +SWORD_MODULE="Practice" + +inherit sword-module + +DESCRIPTION="The Practice of the Presence of God: The Best Rule of Holy Life by Brother Lawrence (Nicholas Herman, 1605-1691)" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Practice" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |