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-pnt | |
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-pnt')
-rw-r--r-- | app-dicts/sword-pnt/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-pnt/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-pnt/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-pnt/sword-pnt-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-pnt/ChangeLog b/app-dicts/sword-pnt/ChangeLog new file mode 100644 index 000000000000..e1e02749d72b --- /dev/null +++ b/app-dicts/sword-pnt/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-pnt +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-pnt/ChangeLog,v 1.1 2008/05/17 02:37:44 beandog Exp $ + +*sword-pnt-1.1 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-pnt-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-pnt/Manifest b/app-dicts/sword-pnt/Manifest new file mode 100644 index 000000000000..b35291f933d0 --- /dev/null +++ b/app-dicts/sword-pnt/Manifest @@ -0,0 +1,4 @@ +DIST PNT-1.1.zip 871337 RMD160 08889f6c65608b6a6d62de9ee139ced8c3496365 SHA1 4268f002714f6b0f0b92e77a84b2bb992279a122 SHA256 727d81c54c368e32b6c080f8ed8e56efc236ef6aed5726278ed77f5286726a4c +EBUILD sword-pnt-1.1.ebuild 336 RMD160 8e65188b31a17cbf762fe27df36d16b8cedca2f3 SHA1 378bf1bdf8694db28a607b7d91dfb173ce0f62d5 SHA256 fb6fa284cb74145065c20f0acd7de9cd0629bdbc0d16c90e2f864d766ffe4a5e +MISC ChangeLog 255 RMD160 5a8812c4f89297b643ed2a35f2d7c8405061aced SHA1 b133fa87bfb5a7e94b1bd1ae7c39fa5fb6709709 SHA256 ac31fcad4dd3e520594a69e52b82fdb7e76326af818f7c0c48fc89cf7377e8a3 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-pnt/metadata.xml b/app-dicts/sword-pnt/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-pnt/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-pnt/sword-pnt-1.1.ebuild b/app-dicts/sword-pnt/sword-pnt-1.1.ebuild new file mode 100644 index 000000000000..cbf7aca7f453 --- /dev/null +++ b/app-dicts/sword-pnt/sword-pnt-1.1.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-pnt/sword-pnt-1.1.ebuild,v 1.1 2008/05/17 02:37:44 beandog Exp $ + +SWORD_MODULE="PNT" + +inherit sword-module + +DESCRIPTION="The People's New Testament" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=PNT" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |