diff options
author | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-27 21:21:38 +0000 |
---|---|---|
committer | Gregorio Guidi <greg_g@gentoo.org> | 2005-07-27 21:21:38 +0000 |
commit | 459926bd22a104e7e07b8d06ae2add2547baf059 (patch) | |
tree | 5633cc4a5e1fea79e818c066ea5e6114cd6a29c7 /app-text/bibletime | |
parent | "unstable" to "stable" after testing on amd64 and x86. (diff) | |
download | gentoo-2-459926bd22a104e7e07b8d06ae2add2547baf059.tar.gz gentoo-2-459926bd22a104e7e07b8d06ae2add2547baf059.tar.bz2 gentoo-2-459926bd22a104e7e07b8d06ae2add2547baf059.zip |
New version (#94873). Ebuild cleanup.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'app-text/bibletime')
-rw-r--r-- | app-text/bibletime/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-1.4.2_pre1.ebuild | 4 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-1.5.ebuild | 32 | ||||
-rw-r--r-- | app-text/bibletime/files/digest-bibletime-1.5 | 1 | ||||
-rw-r--r-- | app-text/bibletime/metadata.xml | 3 |
5 files changed, 42 insertions, 6 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog index ef6a846e20c5..affe02066e5a 100644 --- a/app-text/bibletime/ChangeLog +++ b/app-text/bibletime/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/bibletime # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.19 2005/03/24 00:42:37 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.20 2005/07/27 21:21:38 greg_g Exp $ + +*bibletime-1.5 (27 Jul 2005) + + 27 Jul 2005; Gregorio Guidi <greg_g@gentoo.org> metadata.xml, + bibletime-1.4.2_pre1.ebuild, +bibletime-1.5.ebuild: + New version (#94873). Ebuild cleanup. 24 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> bibletime-1.4.2_pre1.ebuild: diff --git a/app-text/bibletime/bibletime-1.4.2_pre1.ebuild b/app-text/bibletime/bibletime-1.4.2_pre1.ebuild index 4af16fd29ef3..68a8a8770b5e 100644 --- a/app-text/bibletime/bibletime-1.4.2_pre1.ebuild +++ b/app-text/bibletime/bibletime-1.4.2_pre1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.4.2_pre1.ebuild,v 1.9 2005/03/24 00:42:37 luckyduck Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.4.2_pre1.ebuild,v 1.10 2005/07/27 21:21:38 greg_g Exp $ inherit kde eutils -DESCRIPTION="BibleTime KDE Bible study application using the SWORD library." +DESCRIPTION="KDE Bible study application using the SWORD library." HOMEPAGE="http://bibletime.sourceforge.net/" SRC_URI="http://dev.gentoo.org/~squinky86/files/${P}.tar.bz2" diff --git a/app-text/bibletime/bibletime-1.5.ebuild b/app-text/bibletime/bibletime-1.5.ebuild new file mode 100644 index 000000000000..7335b9d85031 --- /dev/null +++ b/app-text/bibletime/bibletime-1.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.5.ebuild,v 1.1 2005/07/27 21:21:38 greg_g Exp $ + +inherit kde eutils + +DESCRIPTION="KDE Bible study application using the SWORD library." +HOMEPAGE="http://www.bibletime.info/" +SRC_URI="mirror://sourceforge/bibletime/${P}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +DEPEND=">=app-text/sword-1.5.8" + +need-kde 3 + +pkg_setup() { + if ! built_with_use app-text/sword curl; then + echo + ewarn "The SWORD library may not have been compiled with curl support." + ewarn "If you wish to use BibleTime's ability to download modules" + ewarn "straight from the SWORD website, please make sure app-text/sword" + ewarn "was compiled with USE=\"curl\"." + ewarn "Press ctrl+c to abort the merge of BibleTime if you want to" + ewarn "recompile SWORD with curl support." + echo + ebeep 5 + fi +} diff --git a/app-text/bibletime/files/digest-bibletime-1.5 b/app-text/bibletime/files/digest-bibletime-1.5 new file mode 100644 index 000000000000..01c80ebc03d3 --- /dev/null +++ b/app-text/bibletime/files/digest-bibletime-1.5 @@ -0,0 +1 @@ +MD5 e760378bfd64890875437cd2fbf90428 bibletime-1.5.tar.bz2 1179773 diff --git a/app-text/bibletime/metadata.xml b/app-text/bibletime/metadata.xml index 326abe1787b2..77a5f0d95899 100644 --- a/app-text/bibletime/metadata.xml +++ b/app-text/bibletime/metadata.xml @@ -2,9 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>kde</herd> -<maintainer> - <email>squinky86@gentoo.org</email> -</maintainer> <longdescription> BibleTime is a Bible study application for Linux. It is based on the K Desktop Environment and uses the SWORD programming library to work |