summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-04-30 16:40:42 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-04-30 16:40:42 +0000
commit47521fca0c50db2165b9c64ce82648a50050d38d (patch)
tree42eed9be97398ad66e4c822e0dcf53ed73f8fe5d /app-text
parentFixed wxGTK dependency (diff)
downloadhistorical-47521fca0c50db2165b9c64ce82648a50050d38d.tar.gz
historical-47521fca0c50db2165b9c64ce82648a50050d38d.tar.bz2
historical-47521fca0c50db2165b9c64ce82648a50050d38d.zip
Fixed wxGTK dependency bug #93973
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'app-text')
-rw-r--r--app-text/biblestudy/ChangeLog5
-rw-r--r--app-text/biblestudy/Manifest14
-rw-r--r--app-text/biblestudy/biblestudy-1.0.ebuild4
3 files changed, 18 insertions, 5 deletions
diff --git a/app-text/biblestudy/ChangeLog b/app-text/biblestudy/ChangeLog
index 3ad154b05ede..99a8fbd6b7e9 100644
--- a/app-text/biblestudy/ChangeLog
+++ b/app-text/biblestudy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/biblestudy
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.4 2005/01/01 16:03:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.5 2005/04/30 16:40:42 pythonhead Exp $
+
+ 30 Apr 2005; Rob Cakebread <pythonhead@gentoo.org> biblestudy-1.0.ebuild:
+ Fixed wxGTK dependency bug# 83973
09 May 2004; Jon Hood <squinky86@gentoo.org> :
digests changed
diff --git a/app-text/biblestudy/Manifest b/app-text/biblestudy/Manifest
index f0c2439c1b7b..26f3db44637e 100644
--- a/app-text/biblestudy/Manifest
+++ b/app-text/biblestudy/Manifest
@@ -1,4 +1,14 @@
-MD5 8b13574574f94851e5b8c9dcf2b54d4d ChangeLog 436
-MD5 050da9157ffd987b6a9fb729a48b34fe biblestudy-1.0.ebuild 914
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 410a469cb3915b0d437b3712e71e6d44 ChangeLog 549
+MD5 bd74af740ef529e01f39d7b9275fea0d biblestudy-1.0.ebuild 912
MD5 76790bc57ed641dc79ad018411b179cf metadata.xml 224
MD5 4ce3856aabaac60d563fce705a065065 files/digest-biblestudy-1.0 67
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.1 (GNU/Linux)
+
+iD8DBQFCc7Uiz2gxt1z4IGYRAoUPAKC2et+XkJsY3MlGAA1yKpBNRwn/uACfTSO0
+pn31cdKMUa7svaVs3ZBf7TA=
+=tT/1
+-----END PGP SIGNATURE-----
diff --git a/app-text/biblestudy/biblestudy-1.0.ebuild b/app-text/biblestudy/biblestudy-1.0.ebuild
index 69561ca2907f..ced8cb8bba72 100644
--- a/app-text/biblestudy/biblestudy-1.0.ebuild
+++ b/app-text/biblestudy/biblestudy-1.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# 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.4 2005/01/01 16:03:39 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.5 2005/04/30 16:40:42 pythonhead Exp $
IUSE="unicode"
DESCRIPTION="biblestudy software based on the sword library"
@@ -12,7 +12,7 @@ SLOT="0"
KEYWORDS="~x86"
newdepend ">=app-text/sword-1.5.7
>=app-text/sword-modules-20040503
- >=x11-libs/wxGTK-2.4.2"
+ =x11-libs/wxGTK-2.4*"
src_install() {
make DESTDIR=${D} install || die "install failed"