diff options
author | Steve Dibb <beandog@gentoo.org> | 2009-01-11 00:11:48 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2009-01-11 00:11:48 +0000 |
commit | 47354b374825820688e99ca54da1c42b1352a6ef (patch) | |
tree | 33b5b4db7d92c4f6b54eae71ca100495803f3897 /app-dicts/sword-emtv | |
parent | Initial commit (diff) | |
download | gentoo-2-47354b374825820688e99ca54da1c42b1352a6ef.tar.gz gentoo-2-47354b374825820688e99ca54da1c42b1352a6ef.tar.bz2 gentoo-2-47354b374825820688e99ca54da1c42b1352a6ef.zip |
Initial commit
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'app-dicts/sword-emtv')
-rw-r--r-- | app-dicts/sword-emtv/ChangeLog | 10 | ||||
-rw-r--r-- | app-dicts/sword-emtv/metadata.xml | 5 | ||||
-rw-r--r-- | app-dicts/sword-emtv/sword-emtv-1.3.ebuild | 12 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-dicts/sword-emtv/ChangeLog b/app-dicts/sword-emtv/ChangeLog new file mode 100644 index 000000000000..8ac148a58dd8 --- /dev/null +++ b/app-dicts/sword-emtv/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-dicts/sword-emtv +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-emtv/ChangeLog,v 1.1 2009/01/11 00:11:48 beandog Exp $ + +*sword-emtv-1.3 (11 Jan 2009) + + 11 Jan 2009; Steve Dibb <beandog@gentoo.org> +metadata.xml, + +sword-emtv-1.3.ebuild: + Initial commit + diff --git a/app-dicts/sword-emtv/metadata.xml b/app-dicts/sword-emtv/metadata.xml new file mode 100644 index 000000000000..6545fc35e3a5 --- /dev/null +++ b/app-dicts/sword-emtv/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-emtv/sword-emtv-1.3.ebuild b/app-dicts/sword-emtv/sword-emtv-1.3.ebuild new file mode 100644 index 000000000000..c7868ecf89d4 --- /dev/null +++ b/app-dicts/sword-emtv/sword-emtv-1.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/sword-emtv/sword-emtv-1.3.ebuild,v 1.1 2009/01/11 00:11:48 beandog Exp $ + +SWORD_MODULE="EMTV" + +inherit sword-module + +DESCRIPTION="English Majority Text Version" +HOMEPAGE="http://crosswire.org/sword/modules/ModInfo.jsp?modName=EMTV" +LICENSE="freedist" +KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" |