diff options
author | 2008-05-17 02:25:36 +0000 | |
---|---|---|
committer | 2008-05-17 02:25:36 +0000 | |
commit | 6cdb936a65edfc4a5593fdfca60b9d01d2b09c76 (patch) | |
tree | 166fe40fed9faeb34fa505043852813b99045cea /app-dicts/sword-diaglott | |
parent | Initial commit (diff) | |
download | gentoo-2-6cdb936a65edfc4a5593fdfca60b9d01d2b09c76.tar.gz gentoo-2-6cdb936a65edfc4a5593fdfca60b9d01d2b09c76.tar.bz2 gentoo-2-6cdb936a65edfc4a5593fdfca60b9d01d2b09c76.zip |
Initial commit
(Portage version: 2.1.5)
Diffstat (limited to 'app-dicts/sword-diaglott')
-rw-r--r-- | app-dicts/sword-diaglott/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-diaglott/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-diaglott/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-diaglott/sword-diaglott-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-diaglott/ChangeLog b/app-dicts/sword-diaglott/ChangeLog new file mode 100644 index 000000000000..61468effc024 --- /dev/null +++ b/app-dicts/sword-diaglott/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-diaglott +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-diaglott/ChangeLog,v 1.1 2008/05/17 02:25:36 beandog Exp $ + +*sword-diaglott-1.1 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-diaglott-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-diaglott/Manifest b/app-dicts/sword-diaglott/Manifest new file mode 100644 index 000000000000..77f533b1fc2f --- /dev/null +++ b/app-dicts/sword-diaglott/Manifest @@ -0,0 +1,4 @@ +DIST Diaglott-1.1.zip 364870 RMD160 fc19f33cf76a6b1b7afd9dbf4f46d72e0f446b6e SHA1 69c14b02b4c0307ed4d8cc858ec16c501fba0869 SHA256 ef5e60b3d9bd7027b6b48f29e583e9179ab34eac7df3c82ba1415250649b7eef +EBUILD sword-diaglott-1.1.ebuild 341 RMD160 b5487e297f27a2cc28fd887ac3f7dc067d5a99d1 SHA1 615f8ae17179aece35cae29c34b6289155148eef SHA256 dffa70c493facc3e8778f8958a99312216137e51a651a7bda71cb247bf8fbe3e +MISC ChangeLog 270 RMD160 b19cc1e1cb4a222498a1eb764d1a5fe69ff208e1 SHA1 85cb263de06d1a45d5e284fc95ce2a3258377eb1 SHA256 cb98017df5e61f19c6540bdcc5513cca5333eb63018858dbfaf734f34e9eda23 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-diaglott/metadata.xml b/app-dicts/sword-diaglott/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-diaglott/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-diaglott/sword-diaglott-1.1.ebuild b/app-dicts/sword-diaglott/sword-diaglott-1.1.ebuild new file mode 100644 index 000000000000..a0870060dddf --- /dev/null +++ b/app-dicts/sword-diaglott/sword-diaglott-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-diaglott/sword-diaglott-1.1.ebuild,v 1.1 2008/05/17 02:25:36 beandog Exp $ + +SWORD_MODULE="Diaglott" + +inherit sword-module + +DESCRIPTION="The Emphatic Diaglott" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Diaglott" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |