summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2008-03-14 02:16:04 +0000
committerSteve Dibb <beandog@gentoo.org>2008-03-14 02:16:04 +0000
commit271705969f3d3539596fba6be0b4729a0fc33d43 (patch)
treeaa81b5646ee3c761efe9d909f906df4f64e5d3cb /app-dicts/sword-bwe
parent- clarify exactly when EAPI > 0 should and should not be used. solar/Betelgeuse (diff)
downloadhistorical-271705969f3d3539596fba6be0b4729a0fc33d43.tar.gz
historical-271705969f3d3539596fba6be0b4729a0fc33d43.tar.bz2
historical-271705969f3d3539596fba6be0b4729a0fc33d43.zip
Initial commit
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-dicts/sword-bwe')
-rw-r--r--app-dicts/sword-bwe/ChangeLog10
-rw-r--r--app-dicts/sword-bwe/Manifest4
-rw-r--r--app-dicts/sword-bwe/metadata.xml5
-rw-r--r--app-dicts/sword-bwe/sword-bwe-1.0.ebuild12
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-bwe/ChangeLog b/app-dicts/sword-bwe/ChangeLog
new file mode 100644
index 000000000000..a216d34b1730
--- /dev/null
+++ b/app-dicts/sword-bwe/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for app-dicts/sword-bwe
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-bwe/ChangeLog,v 1.1 2008/03/14 02:13:17 beandog Exp $
+
+*sword-bwe-1.0 (14 Mar 2008)
+
+ 14 Mar 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml,
+ +sword-bwe-1.0.ebuild:
+ Initial commit
+
diff --git a/app-dicts/sword-bwe/Manifest b/app-dicts/sword-bwe/Manifest
new file mode 100644
index 000000000000..fed032af774a
--- /dev/null
+++ b/app-dicts/sword-bwe/Manifest
@@ -0,0 +1,4 @@
+DIST BWE-1.0.zip 368050 RMD160 87b1d6d9278167cd2fd474d3c2c981f82d00e6b6 SHA1 667d0217f3539fabc7dd4e08e330d84ef2548ec9 SHA256 2460e32ef689a52b0cf9379f0e5ebdf90193ebd75b64bd58c09a723d11cdd51c
+EBUILD sword-bwe-1.0.ebuild 331 RMD160 dbd2ea53ed2e36742506fb4a8cb8c7b5447677c1 SHA1 89c3882d597339dc2da9a3d5fe9eb2a90995fd11 SHA256 caa9dec5bc14d29ed1e8599f5d786a307beaeb7c2fd1bc6ff8738cbad09ec681
+MISC ChangeLog 255 RMD160 92284c3e91cc898b6bc0e1043c9072f15b591bd1 SHA1 c5b3607924024179c277f93d7bc874dc85b2923a SHA256 e9d143d14d050129928c28d4b34f3f5fb4db77595bc304d7e45a0d91c3d3a8b5
+MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0
diff --git a/app-dicts/sword-bwe/metadata.xml b/app-dicts/sword-bwe/metadata.xml
new file mode 100644
index 000000000000..6545fc35e3a5
--- /dev/null
+++ b/app-dicts/sword-bwe/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-bwe/sword-bwe-1.0.ebuild b/app-dicts/sword-bwe/sword-bwe-1.0.ebuild
new file mode 100644
index 000000000000..e9206448fb4b
--- /dev/null
+++ b/app-dicts/sword-bwe/sword-bwe-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-bwe/sword-bwe-1.0.ebuild,v 1.1 2008/03/14 02:13:17 beandog Exp $
+
+SWORD_MODULE="BWE"
+
+inherit sword-module
+
+DESCRIPTION="Bible in Worldwide English"
+HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=BWE"
+LICENSE="freedist"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd"