diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-03-14 02:13:59 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-03-14 02:13:59 +0000 |
commit | 5cc88a8877bc13a7bb67f3527db46da61658b1e3 (patch) | |
tree | 9aaa42c4cd8e949ce2a4b5f6f02275a41eda7291 /app-dicts | |
parent | Initial commit (diff) | |
download | gentoo-2-5cc88a8877bc13a7bb67f3527db46da61658b1e3.tar.gz gentoo-2-5cc88a8877bc13a7bb67f3527db46da61658b1e3.tar.bz2 gentoo-2-5cc88a8877bc13a7bb67f3527db46da61658b1e3.zip |
Initial commit
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-bbe/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-bbe/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-bbe/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-bbe/sword-bbe-1.2.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-bbe/ChangeLog b/app-dicts/sword-bbe/ChangeLog new file mode 100644 index 000000000000..ae6dbb9de5d8 --- /dev/null +++ b/app-dicts/sword-bbe/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-bbe +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-bbe/ChangeLog,v 1.1 2008/03/14 02:13:59 beandog Exp $ + +*sword-bbe-1.2 (14 Mar 2008) + + 14 Mar 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-bbe-1.2.ebuild: + Initial commit + diff --git a/app-dicts/sword-bbe/Manifest b/app-dicts/sword-bbe/Manifest new file mode 100644 index 000000000000..3992f05ce22b --- /dev/null +++ b/app-dicts/sword-bbe/Manifest @@ -0,0 +1,4 @@ +DIST BBE-1.2.zip 1392316 RMD160 9f23412c947aab04be68e20ed73902fb0a2bf9aa SHA1 ee63a1a84a18c5a35752d4ef38e1b6ed06bc1eec SHA256 a026dde51a043a677ed61b44010c5607ff1aef35381d364b44beab3e82b992fe +EBUILD sword-bbe-1.2.ebuild 344 RMD160 6f233d76b1a6e1e7ccef59ab33e56cf4abf2d23c SHA1 18541baff8b5462175e6c5c7acbc36f1e10de01b SHA256 86343f6340d4ece6bbccb5e51a196c2ddaeb87ddee2e01de6818c4ddada41e7d +MISC ChangeLog 255 RMD160 446df7e28f233a7e6a8ad88fe08eccdecd899ce0 SHA1 f996d3f6c1b62eea432e4b96a5e2df62783bb5f7 SHA256 ac5aef6e67b44c29b87da70c59173e48248eafdb19f8170d886e786c4ee136bd +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-bbe/metadata.xml b/app-dicts/sword-bbe/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-bbe/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-bbe/sword-bbe-1.2.ebuild b/app-dicts/sword-bbe/sword-bbe-1.2.ebuild new file mode 100644 index 000000000000..1ab42fdae583 --- /dev/null +++ b/app-dicts/sword-bbe/sword-bbe-1.2.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-bbe/sword-bbe-1.2.ebuild,v 1.1 2008/03/14 02:13:59 beandog Exp $ + +SWORD_MODULE="BBE" + +inherit sword-module + +DESCRIPTION="Bible in Basic English (1949/1964)" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=BBE" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |