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-jst | |
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-jst')
-rw-r--r-- | app-dicts/sword-jst/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-jst/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-jst/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-jst/sword-jst-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-jst/ChangeLog b/app-dicts/sword-jst/ChangeLog new file mode 100644 index 000000000000..5daccd192e9d --- /dev/null +++ b/app-dicts/sword-jst/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-jst +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-jst/ChangeLog,v 1.1 2008/05/17 02:30:40 beandog Exp $ + +*sword-jst-1.1 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-jst-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-jst/Manifest b/app-dicts/sword-jst/Manifest new file mode 100644 index 000000000000..8274b2891901 --- /dev/null +++ b/app-dicts/sword-jst/Manifest @@ -0,0 +1,4 @@ +DIST JST-1.1.zip 1446738 RMD160 52ca12e8d6bff636ccd460f7bcc8807d6d1e7b50 SHA1 95fee432b262813bc127ffd284424efdb86fd848 SHA256 12239164568f5dc469f00195e15e0063712e3964f41c75ddea150f7cd819b318 +EBUILD sword-jst-1.1.ebuild 334 RMD160 9496555ff902670a928d9dea6f8aeaee819f5850 SHA1 66db9e556ad8e0905c66e5464d38de5dc089a50e SHA256 9320e62a1e7a8c3a4abcb3bd915b311ec827dc2aab87035fe1d362d6d9865502 +MISC ChangeLog 255 RMD160 7e51b2c802453bfa2d9842515acbd62062b5e1bf SHA1 0bebc49b8dd1559fc0d5ad7016b3dc7b1d99c799 SHA256 7c661b6c61098f9ad830d5b42334e4e713ea9acec11881ed82e6c3153268c5a6 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-jst/metadata.xml b/app-dicts/sword-jst/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-jst/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-jst/sword-jst-1.1.ebuild b/app-dicts/sword-jst/sword-jst-1.1.ebuild new file mode 100644 index 000000000000..c3775c2bedfb --- /dev/null +++ b/app-dicts/sword-jst/sword-jst-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-jst/sword-jst-1.1.ebuild,v 1.1 2008/05/17 02:30:40 beandog Exp $ + +SWORD_MODULE="JST" + +inherit sword-module + +DESCRIPTION="Joseph Smith Translation" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=JST" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |