summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-12-20 14:31:06 +0000
committerMike Frysinger <vapier@gentoo.org>2004-12-20 14:31:06 +0000
commit8c605ae0961641f4a2504cce09ff9d2fc8a2232f (patch)
tree2245c3ec29acf749bac378334ba8d1e2379fb41b /dev-libs
parentversion bump (Manifest recommit) (diff)
downloadgentoo-2-8c605ae0961641f4a2504cce09ff9d2fc8a2232f.tar.gz
gentoo-2-8c605ae0961641f4a2504cce09ff9d2fc8a2232f.tar.bz2
gentoo-2-8c605ae0961641f4a2504cce09ff9d2fc8a2232f.zip
hppa KEYWORDS #69527
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libofx/libofx-0.6.6.ebuild16
-rw-r--r--dev-libs/libofx/libofx-0.7.0.ebuild16
2 files changed, 12 insertions, 20 deletions
diff --git a/dev-libs/libofx/libofx-0.6.6.ebuild b/dev-libs/libofx/libofx-0.6.6.ebuild
index d66d52f4191a..4e873c4a9104 100644
--- a/dev-libs/libofx/libofx-0.6.6.ebuild
+++ b/dev-libs/libofx/libofx-0.6.6.ebuild
@@ -1,33 +1,29 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.6.6.ebuild,v 1.7 2004/12/12 05:06:51 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.6.6.ebuild,v 1.8 2004/12/20 14:31:06 vapier Exp $
DESCRIPTION="Library to support the Open Financial eXchange XML Format"
HOMEPAGE="http://libofx.sourceforge.net/"
SRC_URI="mirror://sourceforge/libofx/${P}.tar.gz"
-RESTRICT="nomirror"
-LICENSE="GPL-2"
+LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ppc alpha sparc ~amd64"
+KEYWORDS="alpha ~amd64 hppa ppc sparc ~x86"
IUSE=""
-DEPEND=">=app-text/opensp-1.5
+
+RDEPEND=">=app-text/opensp-1.5"
+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_compile() {
- econf || die "econf failed"
- emake || die
-}
src_install() {
dodir /usr/share/doc/${PF}
diff --git a/dev-libs/libofx/libofx-0.7.0.ebuild b/dev-libs/libofx/libofx-0.7.0.ebuild
index c1404e049815..16af1ac32ee6 100644
--- a/dev-libs/libofx/libofx-0.7.0.ebuild
+++ b/dev-libs/libofx/libofx-0.7.0.ebuild
@@ -1,33 +1,29 @@
# Copyright 1999-2004 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.ebuild,v 1.1 2004/10/29 18:34:19 carlo Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.7.0.ebuild,v 1.2 2004/12/20 14:31:06 vapier Exp $
DESCRIPTION="Library to support the Open Financial eXchange XML Format"
HOMEPAGE="http://libofx.sourceforge.net/"
SRC_URI="mirror://sourceforge/libofx/${P}.tar.gz"
-RESTRICT="nomirror"
-LICENSE="GPL-2"
+LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~ppc ~alpha ~sparc ~amd64"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE=""
-DEPEND=">=app-text/opensp-1.5
+
+RDEPEND=">=app-text/opensp-1.5"
+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_compile() {
- econf || die "econf failed"
- emake || die
-}
src_install() {
dodir /usr/share/doc/${PF}