diff options
author | Steve Dibb <beandog@gentoo.org> | 2008-02-20 17:40:17 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2008-02-20 17:40:17 +0000 |
commit | 67b4dd3ae8d93422929e7a6d9e10a66317d7cc29 (patch) | |
tree | f88e376d538766ab99336ad55e000851c9de5514 /app-text/sword | |
parent | fix #210022 (pax) (diff) | |
download | gentoo-2-67b4dd3ae8d93422929e7a6d9e10a66317d7cc29.tar.gz gentoo-2-67b4dd3ae8d93422929e7a6d9e10a66317d7cc29.tar.bz2 gentoo-2-67b4dd3ae8d93422929e7a6d9e10a66317d7cc29.zip |
remove old
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/sword')
-rw-r--r-- | app-text/sword/sword-1.5.10-r1.ebuild | 54 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.8-r1.ebuild | 44 | ||||
-rw-r--r-- | app-text/sword/sword-1.5.9-r1.ebuild | 54 |
3 files changed, 0 insertions, 152 deletions
diff --git a/app-text/sword/sword-1.5.10-r1.ebuild b/app-text/sword/sword-1.5.10-r1.ebuild deleted file mode 100644 index 35c3fedb1f0c..000000000000 --- a/app-text/sword/sword-1.5.10-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.10-r1.ebuild,v 1.1 2008/01/07 03:19:54 beandog Exp $ - -inherit flag-o-matic - -DESCRIPTION="Library for Bible reading software." -HOMEPAGE="http://www.crosswire.org/sword/" -SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="curl debug doc icu lucene" - -DEPEND="sys-libs/zlib - curl? ( net-misc/curl ) - icu? ( dev-libs/icu ) - lucene? ( dev-cpp/clucene ) - dev-util/pkgconfig" - -src_compile() { - strip-flags - econf --with-zlib \ - --with-conf \ - $(use_enable curl) \ - $(use_enable debug) \ - $(use_with icu) \ - $(use_enable lucene) || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README - if use doc ;then - rm -rf examples/.cvsignore - rm -rf examples/cmdline/.cvsignore - rm -rf examples/cmdline/.deps - cp -R samples examples "${D}/usr/share/doc/${PF}/" - fi - # global configuration file - insinto /etc - doins "${FILESDIR}/sword.conf" -} - -pkg_postinst() { - echo - elog "Check out http://www.crosswire.org/sword/modules/" - elog "to download modules that you would like to use with SWORD." - elog "Follow module installation instructions found on" - elog "the web or in /usr/share/doc/${PF}/INSTALL.gz." - echo -} diff --git a/app-text/sword/sword-1.5.8-r1.ebuild b/app-text/sword/sword-1.5.8-r1.ebuild deleted file mode 100644 index 44d83730e6ce..000000000000 --- a/app-text/sword/sword-1.5.8-r1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.8-r1.ebuild,v 1.5 2008/01/07 06:27:30 mr_bones_ Exp $ - -inherit flag-o-matic - -DESCRIPTION="Library for Bible reading software." -HOMEPAGE="http://www.crosswire.org/sword/" -SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="curl icu debug" - -DEPEND="sys-libs/zlib - curl? ( net-misc/curl ) - icu? ( dev-libs/icu ) - dev-util/pkgconfig" - -src_compile() { - strip-flags - local myconf="--without-lucene --with-zlib --with-conf - $(use_enable debug) $(use_with curl)" - - econf ${myconf} || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README - - cp -R samples examples "${D}/usr/share/doc/${PF}/" -} - -pkg_postinst() { - echo - elog "Check out http://www.crosswire.org/sword/modules/" - elog "to download modules that you would like to use with SWORD." - elog "Follow module installation instructions found on" - elog "the web or in /usr/share/doc/${PF}/INSTALL.gz." - echo -} diff --git a/app-text/sword/sword-1.5.9-r1.ebuild b/app-text/sword/sword-1.5.9-r1.ebuild deleted file mode 100644 index 4cb46e83d225..000000000000 --- a/app-text/sword/sword-1.5.9-r1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.5.9-r1.ebuild,v 1.1 2008/01/07 03:19:54 beandog Exp $ - -inherit flag-o-matic - -DESCRIPTION="Library for Bible reading software." -HOMEPAGE="http://www.crosswire.org/sword/" -SRC_URI="http://www.crosswire.org/ftpmirror/pub/sword/source/v1.5/${P}.tar.gz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" -IUSE="curl debug doc icu lucene" - -DEPEND="sys-libs/zlib - curl? ( net-misc/curl ) - icu? ( dev-libs/icu ) - lucene? ( dev-cpp/clucene ) - dev-util/pkgconfig" - -src_compile() { - strip-flags - econf --with-zlib \ - --with-conf \ - $(use_enable curl) \ - $(use_enable debug) \ - $(use_with icu) \ - $(use_enable lucene) || die "configure failed" - emake || die "make failed" -} - -src_install() { - make DESTDIR="${D}" install || die "install failed" - dodoc AUTHORS CODINGSTYLE ChangeLog INSTALL README - if use doc ;then - rm -rf examples/.cvsignore - rm -rf examples/cmdline/.cvsignore - rm -rf examples/cmdline/.deps - cp -R samples examples "${D}/usr/share/doc/${PF}/" - fi - # global configuration file - insinto /etc - doins "${FILESDIR}/sword.conf" -} - -pkg_postinst() { - echo - elog "Check out http://www.crosswire.org/sword/modules/" - elog "to download modules that you would like to use with SWORD." - elog "Follow module installation instructions found on" - elog "the web or in /usr/share/doc/${PF}/INSTALL.gz." - echo -} |