diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-13 21:31:32 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-13 21:31:32 +0000 |
commit | bea7f7ed415889773ab794dcf4881fcb7d62fcab (patch) | |
tree | da6f1f9f5a3d9b78fad5476f48fe2ae023e1d01e /app-dicts | |
parent | Initial commit (diff) | |
download | gentoo-2-bea7f7ed415889773ab794dcf4881fcb7d62fcab.tar.gz gentoo-2-bea7f7ed415889773ab794dcf4881fcb7d62fcab.tar.bz2 gentoo-2-bea7f7ed415889773ab794dcf4881fcb7d62fcab.zip |
Initial commit
(Portage version: 2.1.5_rc10)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-norsk/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-norsk/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-norsk/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-norsk/sword-norsk-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-norsk/ChangeLog b/app-dicts/sword-norsk/ChangeLog new file mode 100644 index 000000000000..92b80bc4e19e --- /dev/null +++ b/app-dicts/sword-norsk/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-norsk +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-norsk/ChangeLog,v 1.1 2008/05/13 21:31:32 beandog Exp $ + +*sword-norsk-1.1 (13 May 2008) + + 13 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-norsk-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-norsk/Manifest b/app-dicts/sword-norsk/Manifest new file mode 100644 index 000000000000..b4b794fa4392 --- /dev/null +++ b/app-dicts/sword-norsk/Manifest @@ -0,0 +1,4 @@ +DIST Norsk-1.1.zip 1409042 RMD160 bb7e76feff8629c68e07eebce320b41f94979434 SHA1 f481e0de6503625e2687dc8107608b78775e14d0 SHA256 f98e9f7aeb8d97b8be46d335ed87d3e5805163c8cb912553a3b5b4bbae126617 +EBUILD sword-norsk-1.1.ebuild 332 RMD160 919c9c5acc71fc49f9fae2ab66c697ec67c196f9 SHA1 52021cd36a8f7bbfbfce940a59fdf2b1c52d1fed SHA256 b9013a5cca10f5acffd82be1f702568d077007f2e8079e7a7c5192bf81cbb4c6 +MISC ChangeLog 261 RMD160 6285710a21dab56bc091f4cf3794d1f7e5a355a1 SHA1 a25ecbe25c56b6f31fa33879bc323945d4a6e60c SHA256 f2e45149fc7420427ad6a3eff8080b02f0c3dc6b0278c5dd1dbee6f7e295e3ac +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-norsk/metadata.xml b/app-dicts/sword-norsk/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-norsk/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-norsk/sword-norsk-1.1.ebuild b/app-dicts/sword-norsk/sword-norsk-1.1.ebuild new file mode 100644 index 000000000000..2037b4594772 --- /dev/null +++ b/app-dicts/sword-norsk/sword-norsk-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-norsk/sword-norsk-1.1.ebuild,v 1.1 2008/05/13 21:31:32 beandog Exp $ + +SWORD_MODULE="Norsk" + +inherit sword-module + +DESCRIPTION="Den Norske Bibelen" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Norsk" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |