diff options
author | Alec Warner <antarus@gentoo.org> | 2006-06-03 05:15:44 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2006-06-03 05:15:44 +0000 |
commit | 7cd581e6d2b8f48b82c997993cb64a4b94efe5f6 (patch) | |
tree | 3e6ff0f9386d7f6093c65a97f7d9e9cb9c212b10 /app-text/biblestudy | |
parent | sign is broken. sigh (diff) | |
download | gentoo-2-7cd581e6d2b8f48b82c997993cb64a4b94efe5f6.tar.gz gentoo-2-7cd581e6d2b8f48b82c997993cb64a4b94efe5f6.tar.bz2 gentoo-2-7cd581e6d2b8f48b82c997993cb64a4b94efe5f6.zip |
Add metadata.xml, fix usage of newdepend()
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'app-text/biblestudy')
-rw-r--r-- | app-text/biblestudy/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/biblestudy/biblestudy-1.0.ebuild | 9 | ||||
-rw-r--r-- | app-text/biblestudy/metadata.xml | 8 |
3 files changed, 19 insertions, 6 deletions
diff --git a/app-text/biblestudy/ChangeLog b/app-text/biblestudy/ChangeLog index 99a8fbd6b7e9..94fe36ee70d4 100644 --- a/app-text/biblestudy/ChangeLog +++ b/app-text/biblestudy/ChangeLog @@ -1,6 +1,10 @@ # 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.5 2005/04/30 16:40:42 pythonhead Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/ChangeLog,v 1.6 2006/06/03 05:15:44 antarus Exp $ + + 03 Jun 2006; Alec Warner <antarus@gentoo.org> +metadata.xml, + biblestudy-1.0.ebuild: + Add metadata.xml, fix usage of newdepend() 30 Apr 2005; Rob Cakebread <pythonhead@gentoo.org> biblestudy-1.0.ebuild: Fixed wxGTK dependency bug# 83973 diff --git a/app-text/biblestudy/biblestudy-1.0.ebuild b/app-text/biblestudy/biblestudy-1.0.ebuild index ced8cb8bba72..d385127c4306 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 +# Copyright 1999-2006 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.5 2005/04/30 16:40:42 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/biblestudy/biblestudy-1.0.ebuild,v 1.6 2006/06/03 05:15:44 antarus Exp $ IUSE="unicode" DESCRIPTION="biblestudy software based on the sword library" @@ -10,7 +10,8 @@ RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" -newdepend ">=app-text/sword-1.5.7 + +DEPEND=">=app-text/sword-1.5.7 >=app-text/sword-modules-20040503 =x11-libs/wxGTK-2.4*" @@ -19,7 +20,7 @@ src_install() { } pkg_postinst() { - if ! use unicode; then + if ! built_with_use =x11-libs/wxGTK-2.4* 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" diff --git a/app-text/biblestudy/metadata.xml b/app-text/biblestudy/metadata.xml new file mode 100644 index 000000000000..73420b6cf0f0 --- /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>maintainer-needed@gentoo.org</email> +</maintainer> +</pkgmetadata> |