diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-05-03 20:27:51 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-05-03 20:27:51 +0000 |
commit | 188d164924f1e2b7575630a237ec9f6042d9fe5e (patch) | |
tree | d9beb82c2985c038622e736d471933128728dc29 /app-text/biblestudy | |
parent | Version bump. Closes #49888. (Manifest recommit) (diff) | |
download | gentoo-2-188d164924f1e2b7575630a237ec9f6042d9fe5e.tar.gz gentoo-2-188d164924f1e2b7575630a237ec9f6042d9fe5e.tar.bz2 gentoo-2-188d164924f1e2b7575630a237ec9f6042d9fe5e.zip |
Initial commit. Closes #49885.
Diffstat (limited to 'app-text/biblestudy')
-rw-r--r-- | app-text/biblestudy/ChangeLog | 10 | ||||
-rw-r--r-- | app-text/biblestudy/Manifest | 2 | ||||
-rw-r--r-- | app-text/biblestudy/biblestudy-1.0.ebuild | 29 | ||||
-rw-r--r-- | app-text/biblestudy/files/digest-biblestudy-1.0 | 1 | ||||
-rw-r--r-- | app-text/biblestudy/metadata.xml | 8 |
5 files changed, 50 insertions, 0 deletions
diff --git a/app-text/biblestudy/ChangeLog b/app-text/biblestudy/ChangeLog new file mode 100644 index 000000000000..3c9f8431796b --- /dev/null +++ b/app-text/biblestudy/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-text/biblestudy +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.1 2004/05/03 20:27:51 squinky86 Exp $ + +*biblestudy-1.0 (03 May 2004) + + 03 May 2004; Jon Hood <squinky86@gentoo.org> +metadata.xml, + +biblestudy-1.0.ebuild: + Initial commit. Closes #49885. + diff --git a/app-text/biblestudy/Manifest b/app-text/biblestudy/Manifest new file mode 100644 index 000000000000..ad92b947df1a --- /dev/null +++ b/app-text/biblestudy/Manifest @@ -0,0 +1,2 @@ +MD5 8395555518933f4bb465739424c6625e biblestudy-1.0.ebuild 549 +MD5 3b2ce223d7a77f952dec98466f26979c files/digest-biblestudy-1.0 67 diff --git a/app-text/biblestudy/biblestudy-1.0.ebuild b/app-text/biblestudy/biblestudy-1.0.ebuild new file mode 100644 index 000000000000..049d62922203 --- /dev/null +++ b/app-text/biblestudy/biblestudy-1.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.1 2004/05/03 20:27:51 squinky86 Exp $ + +IUSE="unicode" +DESCRIPTION="biblestudy software based on the " +HOMEPAGE="http://www.whensdinner.com/" +SRC_URI="mirror://sourceforge/christiangame/${P}.tar.bz2" +RESTRICT="nomirror" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +newdepend ">=app-text/sword-1.5.7 + >=app-text/sword-modules-20040503 + >=x11-libs/wxGTK-2.4.2" + +src_install() { + make DESTDIR=${D} install || die "install failed" +} + +pkg_postinst() { + if ! use unicode; then + ewarn + ewarn "You do not have unicode support enabled. This means that wxWindows" + ewarn "was probably not built with unicode support. This can cause some" + ewarn "warnings in biblestudy, though the software is still useable." + ewarn + fi +} diff --git a/app-text/biblestudy/files/digest-biblestudy-1.0 b/app-text/biblestudy/files/digest-biblestudy-1.0 new file mode 100644 index 000000000000..181a55d28437 --- /dev/null +++ b/app-text/biblestudy/files/digest-biblestudy-1.0 @@ -0,0 +1 @@ +MD5 4154c2406a30eb0e8802efcb9df62efb biblestudy-1.0.tar.bz2 275748 diff --git a/app-text/biblestudy/metadata.xml b/app-text/biblestudy/metadata.xml new file mode 100644 index 000000000000..ce513cd34050 --- /dev/null +++ b/app-text/biblestudy/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> + <email>squinky86@gentoo.org</email> +</maintainer> +</pkgmetadata> |