diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-13 21:36:54 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-13 21:36:54 +0000 |
commit | e04b13ed1e30c478262d2e1ee1df52f541acd9ba (patch) | |
tree | 4729987b379f142b60d09b94ad5544e50228c8a2 /app-dicts/sword-alb | |
parent | Revision bump with updated default config files so that we can search in glob... (diff) | |
download | historical-e04b13ed1e30c478262d2e1ee1df52f541acd9ba.tar.gz historical-e04b13ed1e30c478262d2e1ee1df52f541acd9ba.tar.bz2 historical-e04b13ed1e30c478262d2e1ee1df52f541acd9ba.zip |
Initial commit
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'app-dicts/sword-alb')
-rw-r--r-- | app-dicts/sword-alb/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-alb/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-alb/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-alb/sword-alb-1.2.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-alb/ChangeLog b/app-dicts/sword-alb/ChangeLog new file mode 100644 index 000000000000..1740487fc51d --- /dev/null +++ b/app-dicts/sword-alb/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-alb +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-alb/ChangeLog,v 1.1 2008/05/13 21:23:47 beandog Exp $ + +*sword-alb-1.2 (13 May 2008) + + 13 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-alb-1.2.ebuild: + Initial commit + diff --git a/app-dicts/sword-alb/Manifest b/app-dicts/sword-alb/Manifest new file mode 100644 index 000000000000..b885facfd5da --- /dev/null +++ b/app-dicts/sword-alb/Manifest @@ -0,0 +1,4 @@ +DIST Alb-1.2.zip 1544025 RMD160 b8f4d4824b672de4c3d7ebdfe2343743c2d843e9 SHA1 abaf4c3a97d782f41a1562f409d13d5bdb795301 SHA256 ba5b20bcb33de93417322360172a28066a07c754812fe2be0a5fc63722e60c89 +EBUILD sword-alb-1.2.ebuild 319 RMD160 dffdd429de5172ffaeaa3659a74664d33e13b42a SHA1 ac462b216acde180f0e2bc318dc9f54a79d2f9d6 SHA256 7c4320069c8ebafc7733ee8a5493e0715f169e0d45eeb5bbca9f002e76e15699 +MISC ChangeLog 255 RMD160 1c9cc5bce6da050f5d68fefb2ee7f3aeaba7fba7 SHA1 e6d2557ae6cfe986af1c49a0fb12babe9d50f2e2 SHA256 7d1476de2bfcaecf3ea1a9e18ed049ab7d2e73f4fb85b3dcbd73181d97abc589 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-alb/metadata.xml b/app-dicts/sword-alb/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-alb/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-alb/sword-alb-1.2.ebuild b/app-dicts/sword-alb/sword-alb-1.2.ebuild new file mode 100644 index 000000000000..c691c8ffaef0 --- /dev/null +++ b/app-dicts/sword-alb/sword-alb-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-alb/sword-alb-1.2.ebuild,v 1.1 2008/05/13 21:23:47 beandog Exp $ + +SWORD_MODULE="Alb" + +inherit sword-module + +DESCRIPTION="Albanian Bible" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Alb" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |