kensington 14/12/26 18:50:02 Modified: ChangeLog Added: libofx-0.9.10.ebuild Log: Version bump. (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path 1.81 dev-libs/libofx/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/ChangeLog?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/ChangeLog?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/ChangeLog?r1=1.80&r2=1.81 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- ChangeLog 21 May 2013 12:37:13 -0000 1.80 +++ ChangeLog 26 Dec 2014 18:50:02 -0000 1.81 @@ -1,6 +1,11 @@ # ChangeLog for dev-libs/libofx -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.80 2013/05/21 12:37:13 kensington Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.81 2014/12/26 18:50:02 kensington Exp $ + +*libofx-0.9.10 (26 Dec 2014) + + 26 Dec 2014; Michael Palimaka <[email protected]> +libofx-0.9.10.ebuild: + Version bump. 21 May 2013; Michael Palimaka <[email protected]> -files/libofx-0.9.4-gcc47.patch, -libofx-0.9.4.ebuild: 1.1 dev-libs/libofx/libofx-0.9.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/libofx-0.9.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libofx/libofx-0.9.10.ebuild?rev=1.1&content-type=text/plain Index: libofx-0.9.10.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.10.ebuild,v 1.1 2014/12/26 18:50:02 kensington Exp $ EAPI=5 inherit autotools-utils DESCRIPTION="A library to support the Open Financial eXchange XML format" HOMEPAGE="http://libofx.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" IUSE="static-libs test" RDEPEND=" >=app-text/opensp-1.5 dev-cpp/libxmlpp:2.6 >=net-misc/curl-7.9.7 virtual/libiconv " DEPEND="${RDEPEND} sys-apps/help2man virtual/pkgconfig test? ( app-crypt/gnupg ) " src_prepare() { autotools-utils_src_prepare # Be sure DTD gets installed in correct path after redefining docdir in install sed -i \ -e 's:$(DESTDIR)$(docdir):$(DESTDIR)$(LIBOFX_DTD_DIR):' \ dtd/Makefile.in || die # configure arguments alone don't disable everything sed -e "/^SUBDIRS/s/doc//" -i Makefile.in || die } src_install() { autotools-utils_src_install docdir="/usr/share/doc/${PF}" rm -f "${ED}"/usr/share/doc/${PF}/{COPYING,INSTALL} }
