diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-10-04 20:38:35 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-10-04 20:38:35 +0000 |
commit | 184d7ad1c7a2e63407c4e9f80495a978ea1aa7be (patch) | |
tree | 8be39c3cde485f968a42346d2810fa63c634ff9d /app-text | |
parent | changelog:p (diff) | |
download | gentoo-2-184d7ad1c7a2e63407c4e9f80495a978ea1aa7be.tar.gz gentoo-2-184d7ad1c7a2e63407c4e9f80495a978ea1aa7be.tar.bz2 gentoo-2-184d7ad1c7a2e63407c4e9f80495a978ea1aa7be.zip |
changelog:p
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/bibletime/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/bibletime/Manifest | 4 | ||||
-rw-r--r-- | app-text/bibletime/bibletime-1.3.ebuild | 15 | ||||
-rw-r--r-- | app-text/bibletime/files/digest-bibletime-1.3 | 1 | ||||
-rw-r--r-- | app-text/sword/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/sword/files/digest-sword-1.5.4 | 1 | ||||
-rw-r--r-- | app-text/sword/files/digest-sword-1.5.6 | 1 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.4.ebuild | 37 |
8 files changed, 32 insertions, 42 deletions
diff --git a/app-text/bibletime/ChangeLog b/app-text/bibletime/ChangeLog index 744c90bc89fc..fc025d7809d0 100644 --- a/app-text/bibletime/ChangeLog +++ b/app-text/bibletime/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/bibletime # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.4 2003/07/16 19:34:44 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/ChangeLog,v 1.5 2003/10/04 20:38:30 lanius Exp $ + +*bibletime-1.3 (04 Oct 2003) + + 04 Oct 2003; Heinrich Wendel <lanius@gentoo.org> bibletime-1.3.ebuild: + version bump *bibletime-1.3_rc1 (16 Jul 2003) diff --git a/app-text/bibletime/Manifest b/app-text/bibletime/Manifest index 2b4268eb9f22..fdae86ab99e5 100644 --- a/app-text/bibletime/Manifest +++ b/app-text/bibletime/Manifest @@ -1,8 +1,8 @@ -MD5 6b5815db4aca12761f4fc50258f2bc36 ChangeLog 690 +MD5 ac498fe3211862d3e32cd19a9a7d1e2a ChangeLog 809 MD5 e7a220cd890a8ccf6016bd25798aabd2 bibletime-1.2.2.ebuild 922 MD5 e403e570306e89c69d81f347b2076ea2 bibletime-1.3_beta4.ebuild 542 MD5 c3afcd219e8a291c85dd5747204b55df bibletime-1.3_rc1.ebuild 544 -MD5 eed6b86ea72a81fe3fe28def2267102f bibletime-1.3.ebuild 541 +MD5 8222ee13caa9232db0f6d73108555107 bibletime-1.3.ebuild 537 MD5 0d4916f4f95d212570a03f1988e068a7 files/digest-bibletime-1.2.2 141 MD5 343f79f7a04b36c6e405aace8e3b2457 files/digest-bibletime-1.3_beta4 72 MD5 fc7368f28058e0db1e68353f42725a4b files/digest-bibletime-1.3_rc1 69 diff --git a/app-text/bibletime/bibletime-1.3.ebuild b/app-text/bibletime/bibletime-1.3.ebuild new file mode 100644 index 000000000000..8c7c6c1c03d6 --- /dev/null +++ b/app-text/bibletime/bibletime-1.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/bibletime/bibletime-1.3.ebuild,v 1.1 2003/10/04 20:38:30 lanius Exp $ + +inherit kde-base +need-kde 3 +IUSE="" +DESCRIPTION="BibleTime KDE Bible study application using the SWORD library." +HOMEPAGE="http://bibletime.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P/_/}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +S="${WORKDIR}/${P/_/}" +DEPEND=">=app-text/sword-1.5.6" diff --git a/app-text/bibletime/files/digest-bibletime-1.3 b/app-text/bibletime/files/digest-bibletime-1.3 new file mode 100644 index 000000000000..fc1f15f09022 --- /dev/null +++ b/app-text/bibletime/files/digest-bibletime-1.3 @@ -0,0 +1 @@ +MD5 941ac3217e0fe43a515011fac4167af1 bibletime-1.3.tar.gz 2163629 diff --git a/app-text/sword/ChangeLog b/app-text/sword/ChangeLog index fef112dbf19b..c3735a9f7756 100644 --- a/app-text/sword/ChangeLog +++ b/app-text/sword/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-text/sword # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.7 2003/07/16 19:33:00 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.8 2003/10/04 20:34:03 lanius Exp $ + +*sword-1.5.6 (04 Oct 2003) + + 04 Oct 2003; Heinrich Wendel <lanius@gentoo.org> sword-1.5.4.ebuild, + sword-1.5.6.ebuild: + version bump *sword-1.5.5.99 (16 Jul 2003) diff --git a/app-text/sword/files/digest-sword-1.5.4 b/app-text/sword/files/digest-sword-1.5.4 deleted file mode 100644 index c8fe76a88a6d..000000000000 --- a/app-text/sword/files/digest-sword-1.5.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 154dbd0a7c57ec175d10184d4572e4a3 sword-1.5.4.tar.gz 3536581 diff --git a/app-text/sword/files/digest-sword-1.5.6 b/app-text/sword/files/digest-sword-1.5.6 new file mode 100644 index 000000000000..5a445bad1c70 --- /dev/null +++ b/app-text/sword/files/digest-sword-1.5.6 @@ -0,0 +1 @@ +MD5 4a374e78edc8a8d8801955faf989007e sword-1.5.6.tar.gz 3427634 diff --git a/app-text/sword/sword-1.5.4.ebuild b/app-text/sword/sword-1.5.4.ebuild deleted file mode 100644 index 307e987fda7b..000000000000 --- a/app-text/sword/sword-1.5.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.6 2003/02/13 09:45:53 vapier Exp $ - -DESCRIPTION="library for bible reading software" -HOMEPAGE="http://www.crosswire.org/sword/" -SRC_URI="ftp://ftp.crosswire.org/pub/sword/source/v1.5/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/glibc - sys-libs/zlib" - -src_compile() { - econf - emake || die "parallel make failed" -} - -src_install() { - einstall - - dodoc AUTHORS CODINGSTYLE INSTALL ChangeLog README - cp -R samples examples ${D}/usr/share/doc/${PF} - dohtml doc/api-documentation/html/* -} - -pkg_postinst() { - einfo "" - einfo "Check out http://www.crosswire.org/sword/modules/" - einfo "to download modules that you would like to enhance" - einfo "the library with. Follow module installation" - einfo "instructions found on the web or in INSTALL.gz found" - einfo "in /usr/share/doc/${PF}" - einfo "" -} |