diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-03-14 13:40:54 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-03-14 13:40:54 +0000 |
commit | 8da5534a596457aca5814e62099b15869a53864f (patch) | |
tree | a6bde8a8b5532966c5c72d5e5634790b4d671aff /app-dicts | |
parent | Initial commit (diff) | |
download | gentoo-2-8da5534a596457aca5814e62099b15869a53864f.tar.gz gentoo-2-8da5534a596457aca5814e62099b15869a53864f.tar.bz2 gentoo-2-8da5534a596457aca5814e62099b15869a53864f.zip |
Initial commit
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/sword-arasvd/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-arasvd/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-arasvd/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-arasvd/sword-arasvd-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-arasvd/ChangeLog b/app-dicts/sword-arasvd/ChangeLog new file mode 100644 index 000000000000..b192bde3501d --- /dev/null +++ b/app-dicts/sword-arasvd/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-arasvd +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-arasvd/ChangeLog,v 1.1 2008/03/14 13:40:54 beandog Exp $ + +*sword-arasvd-1.1 (14 Mar 2008) + + 14 Mar 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-arasvd-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-arasvd/Manifest b/app-dicts/sword-arasvd/Manifest new file mode 100644 index 000000000000..fc9e576a552d --- /dev/null +++ b/app-dicts/sword-arasvd/Manifest @@ -0,0 +1,4 @@ +DIST AraSVD-1.1.zip 1306354 RMD160 9142a798e45c7a4cf21eee182641e49e88814b25 SHA1 b1f30050f88faa2f4b83ed0c6581d5010bc40fd8 SHA256 0382cf44c296c7c528396414aeb9be2b19a7a749587d17053109170a49752920 +EBUILD sword-arasvd-1.1.ebuild 367 RMD160 c242aadfd4bf77676001566e617f981f51dda126 SHA1 521a59c1b823e254e2d0955e490862ca6ab04dea SHA256 ec95f8d306eef786b614788f7b29ec12036721ef4ae505f45bd49ef9028bc66f +MISC ChangeLog 264 RMD160 e424ccf7354489228351da0ed043f50519c52712 SHA1 b6b6df4f331ace4f85a5df94c4397a82c404cfbc SHA256 5221bd2f99a43484f1a44dd41e10f08e8da88d2118dd58bd90650c57660757f9 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-arasvd/metadata.xml b/app-dicts/sword-arasvd/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-arasvd/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-arasvd/sword-arasvd-1.1.ebuild b/app-dicts/sword-arasvd/sword-arasvd-1.1.ebuild new file mode 100644 index 000000000000..65a5bcdf329d --- /dev/null +++ b/app-dicts/sword-arasvd/sword-arasvd-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-arasvd/sword-arasvd-1.1.ebuild,v 1.1 2008/03/14 13:40:54 beandog Exp $ + +SWORD_MODULE="AraSVD" + +inherit sword-module + +DESCRIPTION="Smith and van Dyck's al-Kitab al-Muqaddas (Arabic Bible)" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=AraSVD" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |