diff options
author | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-01-26 21:34:59 +0000 |
---|---|---|
committer | Charlie Shepherd <masterdriverz@gentoo.org> | 2007-01-26 21:34:59 +0000 |
commit | 386bc0ee2539f698cecca929a15cbb8927c8ce41 (patch) | |
tree | 2469a4e20e8a807dbb9205ad0a1b0c7833829ad0 /dev-libs/libofx | |
parent | Updating 6.0.x to dep on tomcat-servlet-api. Modified patch to no longer buil... (diff) | |
download | gentoo-2-386bc0ee2539f698cecca929a15cbb8927c8ce41.tar.gz gentoo-2-386bc0ee2539f698cecca929a15cbb8927c8ce41.tar.bz2 gentoo-2-386bc0ee2539f698cecca929a15cbb8927c8ce41.zip |
Re-add necessary version
(Portage version: 2.1.2_rc4-r3)
Diffstat (limited to 'dev-libs/libofx')
-rw-r--r-- | dev-libs/libofx/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libofx/files/digest-libofx-0.7.0-r1 | 3 | ||||
-rw-r--r-- | dev-libs/libofx/libofx-0.7.0-r1.ebuild | 32 |
3 files changed, 40 insertions, 1 deletions
diff --git a/dev-libs/libofx/ChangeLog b/dev-libs/libofx/ChangeLog index 54ee0c7a8a67..ade4fb6a467d 100644 --- a/dev-libs/libofx/ChangeLog +++ b/dev-libs/libofx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libofx # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.30 2007/01/23 19:30:44 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.31 2007/01/26 21:34:59 masterdriverz Exp $ + + 26 Jan 2007; Charlie Shepherd <masterdriverz@gentoo.org> + +libofx-0.7.0-r1.ebuild: + Re-add necessary version *libofx-0.8.3 (23 Jan 2007) diff --git a/dev-libs/libofx/files/digest-libofx-0.7.0-r1 b/dev-libs/libofx/files/digest-libofx-0.7.0-r1 new file mode 100644 index 000000000000..ad9c5e423c99 --- /dev/null +++ b/dev-libs/libofx/files/digest-libofx-0.7.0-r1 @@ -0,0 +1,3 @@ +MD5 15ab18063c552ad5d69d4481efbbd6e6 libofx-0.7.0.tar.gz 759777 +RMD160 4b0b33daa21c55c613ac10b553662374447eeb29 libofx-0.7.0.tar.gz 759777 +SHA256 24c7910d5ee0cce9322b7c91014d531d3307e0fe8a7a7aaa0ed7c9f527ee4792 libofx-0.7.0.tar.gz 759777 diff --git a/dev-libs/libofx/libofx-0.7.0-r1.ebuild b/dev-libs/libofx/libofx-0.7.0-r1.ebuild new file mode 100644 index 000000000000..8b172c6e41c0 --- /dev/null +++ b/dev-libs/libofx/libofx-0.7.0-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.7.0-r1.ebuild,v 1.3 2007/01/26 21:34:59 masterdriverz Exp $ + +DESCRIPTION="Library to support the Open Financial eXchange XML Format" +HOMEPAGE="http://libofx.sourceforge.net/" +SRC_URI="mirror://sourceforge/libofx/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 hppa ppc sparc x86" +IUSE="" + +RDEPEND=">=app-text/opensp-1.5 + >=net-misc/curl-7.9.7" +DEPEND="${RDEPEND} + >=sys-apps/sed-4" + +src_unpack() { + unpack ${A} + + # because we redefine docdir in src_install, we need to make sure the + # dtd's go to the right place, LIBOFX_DTD_DIR + cd ${S}/dtd + sed -i -e 's/$(DESTDIR)$(docdir)/$(DESTDIR)$(LIBOFX_DTD_DIR)/g' \ + Makefile.in +} + +src_install() { + dodir /usr/share/doc/${PF} + einstall docdir=${D}/usr/share/doc/${PF} || die +} |