summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-05-03 20:27:51 +0000
committerJon Hood <squinky86@gentoo.org>2004-05-03 20:27:51 +0000
commit9094cc9e36544192ee82c42ea72033c7020caf28 (patch)
tree6cfb02e55e2e93c5a7ab92c312e6262aeee3a5be /app-text
parentVersion bump. Closes #49888. (diff)
downloadhistorical-9094cc9e36544192ee82c42ea72033c7020caf28.tar.gz
historical-9094cc9e36544192ee82c42ea72033c7020caf28.tar.bz2
historical-9094cc9e36544192ee82c42ea72033c7020caf28.zip
Initial commit. Closes #49885.
Diffstat (limited to 'app-text')
-rw-r--r--app-text/biblestudy/ChangeLog10
-rw-r--r--app-text/biblestudy/biblestudy-1.0.ebuild29
-rw-r--r--app-text/biblestudy/files/digest-biblestudy-1.01
-rw-r--r--app-text/biblestudy/metadata.xml8
4 files changed, 48 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/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>