diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:28:31 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-05-17 02:28:31 +0000 |
commit | 3411d8874cd9e069f1b0e3c13727728d24618f48 (patch) | |
tree | 4b03def880926858c3d6cd89bcb5b77de774298b /app-dicts/sword-institutes | |
parent | Initial commit (diff) | |
download | gentoo-2-3411d8874cd9e069f1b0e3c13727728d24618f48.tar.gz gentoo-2-3411d8874cd9e069f1b0e3c13727728d24618f48.tar.bz2 gentoo-2-3411d8874cd9e069f1b0e3c13727728d24618f48.zip |
Initial commit
(Portage version: 2.1.5)
Diffstat (limited to 'app-dicts/sword-institutes')
-rw-r--r-- | app-dicts/sword-institutes/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-institutes/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/sword-institutes/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-institutes/sword-institutes-1.1.ebuild | 12 |
4 files changed, 31 insertions, 0 deletions
diff --git a/app-dicts/sword-institutes/ChangeLog b/app-dicts/sword-institutes/ChangeLog new file mode 100644 index 000000000000..ff54b6011360 --- /dev/null +++ b/app-dicts/sword-institutes/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-institutes +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-institutes/ChangeLog,v 1.1 2008/05/17 02:28:31 beandog Exp $ + +*sword-institutes-1.1 (17 May 2008) + + 17 May 2008; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-institutes-1.1.ebuild: + Initial commit + diff --git a/app-dicts/sword-institutes/Manifest b/app-dicts/sword-institutes/Manifest new file mode 100644 index 000000000000..3835a2ab726f --- /dev/null +++ b/app-dicts/sword-institutes/Manifest @@ -0,0 +1,4 @@ +DIST Institutes-1.1.zip 1417932 RMD160 07628441db420e0026f791a84de18e832b3b6af6 SHA1 d928fea37de50177a5d81d4650c08503e7260d19 SHA256 ed01bdd77e561bad4000c0268bbda67404febe84b741df0babd279c53244a1f5 +EBUILD sword-institutes-1.1.ebuild 343 RMD160 7f7af6907d8ac1bfdfbb0c1bb7d17b3d5591548e SHA1 f1ca86b155a73ee64b70844ff9b92ccbb7ab4522 SHA256 6426c54ae739c8ec99f0b8cfab3a5d42ca22670e4de56921fc568eed49f0cb5f +MISC ChangeLog 276 RMD160 1c64a6f5611a24e981f28fb265b6a84666968143 SHA1 16b0ef69f05456cbf138ad4967b03e0a188670e4 SHA256 68643724f1c7f76ddb94ca233392e95f01f0dd4ce13fdc13e011ea4e4594ccb2 +MISC metadata.xml 161 RMD160 790be5e70a454fc8cc8c563afa1a8923a4a2390b SHA1 16081376a31a7d63ac0b0e23d5307f525fdcd115 SHA256 e9a0c073227269258ad9f380c7c74e26ff816861d4b6a5b918ddcb3c01bc26d0 diff --git a/app-dicts/sword-institutes/metadata.xml b/app-dicts/sword-institutes/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-institutes/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-institutes/sword-institutes-1.1.ebuild b/app-dicts/sword-institutes/sword-institutes-1.1.ebuild new file mode 100644 index 000000000000..02e56573ef37 --- /dev/null +++ b/app-dicts/sword-institutes/sword-institutes-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-institutes/sword-institutes-1.1.ebuild,v 1.1 2008/05/17 02:28:31 beandog Exp $ + +SWORD_MODULE="Institutes" + +inherit sword-module + +DESCRIPTION="Calvin's Institutes" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=Institutes" +LICENSE="public-domain" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |