diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:41:04 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:41:04 +0000 |
commit | f784f7002e34ebd325dde7680ce215ceba445893 (patch) | |
tree | b70d1258dbd8ed98bc11496a77bd95de82b6cb46 /app-dicts/sword-spurious | |
parent | Initial commit (diff) | |
download | gentoo-2-f784f7002e34ebd325dde7680ce215ceba445893.tar.gz gentoo-2-f784f7002e34ebd325dde7680ce215ceba445893.tar.bz2 gentoo-2-f784f7002e34ebd325dde7680ce215ceba445893.zip |
Initial commit
(Portage version: 2.1.5)
Diffstat (limited to 'app-dicts/sword-spurious')
-rw-r--r-- | app-dicts/sword-spurious/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-spurious/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-spurious/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-spurious/sword-spurious-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-spurious/ChangeLog b/app-dicts/sword-spurious/ChangeLog new file mode 100644 index 000000000000..d3a4fcca4e61 --- /dev/null +++ b/app-dicts/sword-spurious/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-spurious +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-spurious/ChangeLog,v 1.1 2008/05/17 02:41:04 beandog Exp $ + +*sword-spurious-1.1 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-spurious-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-spurious/Manifest b/app-dicts/sword-spurious/Manifest new file mode 100644 index 000000000000..622ad801ca74 --- /dev/null +++ b/app-dicts/sword-spurious/Manifest @@ -0,0 +1,4 @@ +DIST Spurious-1.1.zip 4825 RMD160 bcc9a3da66323ee1dff139255f2ed21d0b228db6 SHA1 c3480d69c6f613a25665ca84b84de5a14499f082 SHA256 973cdea61cfb15220f288e3a20c22407c0405d13ca66fc3b9757b38715ba601f +EBUILD sword-spurious-1.1.ebuild 362 RMD160 ccad5609ea9d35b63d6d1600e9e4beb74314398e SHA1 a075a7b16ad8cf498c845f69015bdb05f0bcdfd5 SHA256 ef3b8fd2b7d8a7c1897f0f11c002e1b39fbf7033013b5793db7306a916f8f4a9 +MISC ChangeLog 270 RMD160 757d49832c9a22f1672b79a00ec900aabb799e1d SHA1 de412ad1f5a0b2cf681f1230d8b971611bda0af1 SHA256 9684f58f73451ee5c7297b9449b7d41895a1d8710bfa678c814face9858695f4 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-spurious/metadata.xml b/app-dicts/sword-spurious/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-spurious/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-spurious/sword-spurious-1.1.ebuild b/app-dicts/sword-spurious/sword-spurious-1.1.ebuild new file mode 100644 index 000000000000..1b9407a105fa --- /dev/null +++ b/app-dicts/sword-spurious/sword-spurious-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-spurious/sword-spurious-1.1.ebuild,v 1.1 2008/05/17 02:41:04 beandog Exp $ + +SWORD_MODULE="Spurious" + +inherit sword-module + +DESCRIPTION="Tischendorf's Spurious Passages of the GNT" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Spurious" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |