diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-03-14 01:37:10 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-03-14 01:37:10 +0000 |
commit | 14624b855d5aad786e02d28e0425d179d229f8ee (patch) | |
tree | 59779e930398f5ebe4f7cc2a4f075c0d1082257d /app-dicts/sword-ab | |
parent | Stable for HPPA (bug #213041). (diff) | |
download | historical-14624b855d5aad786e02d28e0425d179d229f8ee.tar.gz historical-14624b855d5aad786e02d28e0425d179d229f8ee.tar.bz2 historical-14624b855d5aad786e02d28e0425d179d229f8ee.zip |
Initial commit
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-dicts/sword-ab')
-rw-r--r-- | app-dicts/sword-ab/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-ab/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-ab/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-ab/sword-ab-1.3.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-ab/ChangeLog b/app-dicts/sword-ab/ChangeLog new file mode 100644 index 000000000000..e16e25b49908 --- /dev/null +++ b/app-dicts/sword-ab/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-ab +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-ab/ChangeLog,v 1.1 2008/03/14 01:32:53 beandog Exp $ + +*sword-ab-1.3 (14 Mar 2008) + + 14 Mar 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-ab-1.3.ebuild: + Initial commit + diff --git a/app-dicts/sword-ab/Manifest b/app-dicts/sword-ab/Manifest new file mode 100644 index 000000000000..225b06f740c0 --- /dev/null +++ b/app-dicts/sword-ab/Manifest @@ -0,0 +1,4 @@ +DIST AB-1.3.zip 1203602 RMD160 ee82484f855ef7b02c8631d877c5ff5b63eebc41 SHA1 50f5f7205d5b23a6d40b88791c26f19f7d3aa278 SHA256 851ee2bc7c73edc1a4a02ccf0c1c7b26128e77feed288cf6c92eeaa8f5f3fafc +EBUILD sword-ab-1.3.ebuild 322 RMD160 3f286fdfe75740f4195590cdce1aa31edd351cce SHA1 ac8c076a47bf696c393053a3f718ef416d09bcbb SHA256 775a813613c39c4482b49797a759458814e9122a775475672d8f7950e075e753 +MISC ChangeLog 252 RMD160 6cd927f29973d7c1bc7d04317c6d7701cf9caf4a SHA1 ddea2a5fbf0f589cd8a6eaa73abc64fe39c27f64 SHA256 6aad526a4bee948c2c5dbbbcd2cdf9620e7b0ae2f8f3ec659b15fd2dfc938965 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-ab/metadata.xml b/app-dicts/sword-ab/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-ab/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-ab/sword-ab-1.3.ebuild b/app-dicts/sword-ab/sword-ab-1.3.ebuild new file mode 100644 index 000000000000..7241f908b360 --- /dev/null +++ b/app-dicts/sword-ab/sword-ab-1.3.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-ab/sword-ab-1.3.ebuild,v 1.1 2008/03/14 01:32:53 beandog Exp $ + +SWORD_MODULE="AB" + +inherit sword-module + +DESCRIPTION="The Apostle's Bible" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=AB" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |