diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-03-14 13:44:16 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-03-14 13:44:16 +0000 |
commit | 1d61181a92c9ea02afadd86329a2553e77520fa9 (patch) | |
tree | b78accfddbddc38ec67efa022b7074f2ec2ad6ae /app-dicts/sword-dan | |
parent | Initial commit (diff) | |
download | gentoo-2-1d61181a92c9ea02afadd86329a2553e77520fa9.tar.gz gentoo-2-1d61181a92c9ea02afadd86329a2553e77520fa9.tar.bz2 gentoo-2-1d61181a92c9ea02afadd86329a2553e77520fa9.zip |
Initial commit
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts/sword-dan')
-rw-r--r-- | app-dicts/sword-dan/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-dan/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-dan/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-dan/sword-dan-2.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-dan/ChangeLog b/app-dicts/sword-dan/ChangeLog new file mode 100644 index 000000000000..2a6ef3b25feb --- /dev/null +++ b/app-dicts/sword-dan/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-dan +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-dan/ChangeLog,v 1.1 2008/03/14 13:44:16 beandog Exp $ + +*sword-dan-2.1 (14 Mar 2008) + + 14 Mar 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-dan-2.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-dan/Manifest b/app-dicts/sword-dan/Manifest new file mode 100644 index 000000000000..dd2ad28a6cb9 --- /dev/null +++ b/app-dicts/sword-dan/Manifest @@ -0,0 +1,4 @@ +DIST Dan-2.1.zip 1396887 RMD160 cdb8cc0d87eee64399308226692af3e6fa88dcf6 SHA1 684f90ae4b03e370dc62adca2e12eac92e362c81 SHA256 dff48dadebe8b0de17973ec482fa67577e0823ffb3e9a97a57fe6cb39dd4f3ff +EBUILD sword-dan-2.1.ebuild 322 RMD160 4e24c45f9b38fa18b35aebf1924e099a9b66a2cc SHA1 054f17c8337dd1c650b8202df43348d2df9d3fa8 SHA256 23be7f439d95cc67b988e33d751ed8b68c913d167abf9e37ecb6735d50efbde0 +MISC ChangeLog 255 RMD160 364e848892fcd6b37aa90b54a524907e4d5d019e SHA1 e25e277d28b11d77d88fc0c9bb6139b940169398 SHA256 84be2cc3fe15e3a5e8a5f2a2ec14ec87368e9384664a46f4583c42570b3a35d6 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-dan/metadata.xml b/app-dicts/sword-dan/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-dan/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-dan/sword-dan-2.1.ebuild b/app-dicts/sword-dan/sword-dan-2.1.ebuild new file mode 100644 index 000000000000..f7dcda69fa85 --- /dev/null +++ b/app-dicts/sword-dan/sword-dan-2.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-dan/sword-dan-2.1.ebuild,v 1.1 2008/03/14 13:44:16 beandog Exp $ + +SWORD_MODULE="Dan" + +inherit sword-module + +DESCRIPTION="Danske Bibel" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Dan" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |