creffett    14/10/14 18:37:32

  Modified:             ChangeLog
  Added:                sword-1.7.3.ebuild
  Log:
  Version bump wrt bug 525426
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with 
key 28DB029C)

Revision  Changes    Path
1.73                 app-text/sword/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/ChangeLog?rev=1.73&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/ChangeLog?rev=1.73&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/ChangeLog?r1=1.72&r2=1.73

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog   10 Aug 2014 18:34:52 -0000      1.72
+++ ChangeLog   14 Oct 2014 18:37:32 -0000      1.73
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/sword
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.72 2014/08/10 
18:34:52 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sword/ChangeLog,v 1.73 2014/10/14 
18:37:32 creffett Exp $
+
+*sword-1.7.3 (14 Oct 2014)
+
+  14 Oct 2014; Chris Reffett <[email protected]> +sword-1.7.3.ebuild:
+  Version bump wrt bug 525426
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> sword-1.6.2.ebuild,
   sword-1.7.2.ebuild:



1.1                  app-text/sword/sword-1.7.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/sword-1.7.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/sword/sword-1.7.3.ebuild?rev=1.1&content-type=text/plain

Index: sword-1.7.3.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/sword/sword-1.7.3.ebuild,v 1.1 
2014/10/14 18:37:32 creffett Exp $

EAPI=5
inherit eutils flag-o-matic

DESCRIPTION="Library for Bible reading software"
HOMEPAGE="http://www.crosswire.org/sword/";
SRC_URI="http://www.crosswire.org/ftpmirror/pub/${PN}/source/v${PV%.*}/${P}.tar.gz";

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd ~ppc-macos"
IUSE="curl debug doc icu static-libs"

RDEPEND="sys-libs/zlib
        curl? ( net-misc/curl )
        icu? ( dev-libs/icu:= )
"
DEPEND="${RDEPEND}
        virtual/pkgconfig
"

DOCS="AUTHORS CODINGSTYLE ChangeLog README"

RESTRICT="test" #Restricting for now, see bug 313207

src_prepare() {
        sed -i \
                -e '/FLAGS/s:-g3::' -e '/FLAGS/s:-O0::' \
                -e '/FLAGS/s:-O2::' -e '/FLAGS/s:-O3::' \
                configure || die

        sed -i -e '/FLAGS/s:-Werror::' configure || die #408289
        sed -i -e '/^#inc.*curl.*types/d' src/mgr/curl*.cpp || die #378055

        cat <<-EOF > "${T}"/${PN}.conf
        [Install]
        DataPath=${EPREFIX}/usr/share/${PN}/
        EOF
}

src_configure() {
        # TODO: Why is this here and can we remove it?
        strip-flags

        econf \
                $(use_enable static-libs static) \
                $(use_enable debug) \
                --with-zlib \
                $(use_with icu) \
                --with-conf \
                $(use_with curl)
}

src_install() {
        default

        find "${ED}" -name '*.la' -exec rm -f {} +

        if use doc; then
                rm -rf examples/.cvsignore
                rm -rf examples/cmdline/.cvsignore
                rm -rf examples/cmdline/.deps
                cp -R samples examples "${ED}"/usr/share/doc/${PF}/
        fi

        insinto /etc
        doins "${T}"/${PN}.conf
}

pkg_postinst() {
        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 ${EROOT}/usr/share/doc/${PF}/"
}




Reply via email to