diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 16:39:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-12-18 16:39:55 +0000 |
commit | 97498a3a912ab7da7d316e9181aa546d2c2f2025 (patch) | |
tree | 36c3e60221193285b3f61b1f3ee4629062991a69 /app-text/sword | |
parent | added ppc to keywords (diff) | |
download | historical-97498a3a912ab7da7d316e9181aa546d2c2f2025.tar.gz historical-97498a3a912ab7da7d316e9181aa546d2c2f2025.tar.bz2 historical-97498a3a912ab7da7d316e9181aa546d2c2f2025.zip |
Changed econf||die to econf
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/sword-1.5.4.ebuild | 19 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.5.ebuild | 19 |
2 files changed, 6 insertions, 32 deletions
diff --git a/app-text/sword/sword-1.5.4.ebuild b/app-text/sword/sword-1.5.4.ebuild index 1732b6a3c972..70c9b74c160d 100644 --- a/app-text/sword/sword-1.5.4.ebuild +++ b/app-text/sword/sword-1.5.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.4 2002/10/30 16:11:03 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.4.ebuild,v 1.5 2002/12/18 16:37:19 vapier Exp $ DESCRIPTION="library for bible reading software" HOMEPAGE="http://www.crosswire.org/sword/" @@ -10,35 +10,23 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" - DEPEND="virtual/glibc sys-libs/zlib" -S="${WORKDIR}/${P}" - src_compile() { - - econf || die "configure failed" - + econf emake || die "parallel make failed" - } src_install() { - - einstall || die "make install failed" + 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" @@ -46,5 +34,4 @@ pkg_postinst() { einfo "instructions found on the web or in INSTALL.gz found" einfo "in /usr/share/doc/${PF}" einfo "" - } diff --git a/app-text/sword/sword-1.5.5.ebuild b/app-text/sword/sword-1.5.5.ebuild index d8382b60fc2b..11e74e7db4a8 100644 --- a/app-text/sword/sword-1.5.5.ebuild +++ b/app-text/sword/sword-1.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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.5.ebuild,v 1.1 2002/11/02 19:35:53 raker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.5.ebuild,v 1.2 2002/12/18 16:38:09 vapier Exp $ DESCRIPTION="library for bible reading software" HOMEPAGE="http://www.crosswire.org/sword/" @@ -10,35 +10,23 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -IUSE="" - DEPEND="virtual/glibc sys-libs/zlib" -S="${WORKDIR}/${P}" - src_compile() { - - econf || die "configure failed" - + econf emake || die "parallel make failed" - } src_install() { - - einstall || die "make install failed" + 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" @@ -46,5 +34,4 @@ pkg_postinst() { einfo "instructions found on the web or in INSTALL.gz found" einfo "in /usr/share/doc/${PF}" einfo "" - } |