diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:50:16 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:50:16 +0000 |
commit | fca3708125eec3a374123fdc9cdecf86aa9eefa5 (patch) | |
tree | 77da9227e6486a1033666d60cc6380e63a47ee81 /app-dicts/sword-common | |
parent | Initial commit (diff) | |
download | gentoo-2-fca3708125eec3a374123fdc9cdecf86aa9eefa5.tar.gz gentoo-2-fca3708125eec3a374123fdc9cdecf86aa9eefa5.tar.bz2 gentoo-2-fca3708125eec3a374123fdc9cdecf86aa9eefa5.zip |
Initial commit
(Portage version: 2.1.5)
Diffstat (limited to 'app-dicts/sword-common')
-rw-r--r-- | app-dicts/sword-common/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-common/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-common/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-common/sword-common-1.2.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-common/ChangeLog b/app-dicts/sword-common/ChangeLog new file mode 100644 index 000000000000..0b0965faa7a5 --- /dev/null +++ b/app-dicts/sword-common/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-common +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-common/ChangeLog,v 1.1 2008/05/17 02:50:16 beandog Exp $ + +*sword-common-1.2 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-common-1.2.ebuild: + Initial commit + diff --git a/app-dicts/sword-common/Manifest b/app-dicts/sword-common/Manifest new file mode 100644 index 000000000000..5a593115d3ad --- /dev/null +++ b/app-dicts/sword-common/Manifest @@ -0,0 +1,4 @@ +DIST Common-1.2.zip 357293 RMD160 e4b33ff868562502e42aed60e89e95e6567350ca SHA1 59351e41402420fdf024d53eb09f7b3111d41874 SHA256 89e977cb8a6f4718c89236b396b3219336e55b674e7837982142b08c3ee2d12c +EBUILD sword-common-1.2.ebuild 348 RMD160 8bc287248a4e2880784b13c32ef00b9c4c0f8c24 SHA1 8513d8d8a44f26a0e126bc61732c4bc9a17ffaeb SHA256 808ae26eb3127b1da1a1d81768bb8b6f65ce97527b699ed3cf117ffa8445f1a4 +MISC ChangeLog 264 RMD160 c8e2fe7acd43e9366271a423babcde13c4c0fa1a SHA1 f944dfb106946e1aaaf032dc26180ef8bee9e203 SHA256 8256c7df22a306cc6663019fcb9a5f7380cf4116961d754beb490fb4058180e7 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-common/metadata.xml b/app-dicts/sword-common/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-common/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-common/sword-common-1.2.ebuild b/app-dicts/sword-common/sword-common-1.2.ebuild new file mode 100644 index 000000000000..1ecd14e2ee31 --- /dev/null +++ b/app-dicts/sword-common/sword-common-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-common/sword-common-1.2.ebuild,v 1.1 2008/05/17 02:50:16 beandog Exp $ + +SWORD_MODULE="Common" + +inherit sword-module + +DESCRIPTION="The Common Edition: New Testament" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Common" +LICENSE="free-noncomm" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |