public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libofx: ChangeLog libofx-0.9.0.ebuild libofx-0.7.0-r1.ebuild
@ 2008-03-23 11:31 Tiziano Mueller (dev-zero)
  0 siblings, 0 replies; only message in thread
From: Tiziano Mueller (dev-zero) @ 2008-03-23 11:31 UTC (permalink / raw
  To: gentoo-commits

dev-zero    08/03/23 11:31:52

  Modified:             ChangeLog
  Added:                libofx-0.9.0.ebuild
  Removed:              libofx-0.7.0-r1.ebuild
  Log:
  Version bump, dropped old version and old patch. Fixed dependencies.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.40                 dev-libs/libofx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	9 Feb 2008 12:32:44 -0000	1.39
+++ ChangeLog	23 Mar 2008 11:31:51 -0000	1.40
@@ -1,6 +1,13 @@
 # ChangeLog for dev-libs/libofx
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.39 2008/02/09 12:32:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.40 2008/03/23 11:31:51 dev-zero Exp $
+
+*libofx-0.9.0 (22 Mar 2008)
+
+  22 Mar 2008; Tiziano Müller <dev-zero@gentoo.org>
+  -files/libofx-0.6.4-gcc2.patch, -libofx-0.7.0-r1.ebuild,
+  +libofx-0.9.0.ebuild:
+  Version bump, dropped old version and old patch. Fixed dependencies.
 
   09 Feb 2008; Raúl Porcel <armin76@gentoo.org> libofx-0.8.3.ebuild:
   alpha/ia64 stable



1.1                  dev-libs/libofx/libofx-0.9.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild?rev=1.1&content-type=text/plain

Index: libofx-0.9.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.9.0.ebuild,v 1.1 2008/03/23 11:31:51 dev-zero Exp $

EAPI="1"

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="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"

DEPEND=">=app-text/opensp-1.5
	 >=net-misc/curl-7.9.7
	dev-cpp/libxmlpp:0
	dev-libs/libxml2"
RDEPEND="${DEPEND}"

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
	sed -i \
		-e 's/$(DESTDIR)$(docdir)/$(DESTDIR)$(LIBOFX_DTD_DIR)/g' \
		"${S}/dtd/Makefile.in" || die "sed failed"

	# We don't want those files
	sed -i \
		-e '/^  COPYING/d' -e '/^  INSTALL/d' \
		"${S}/Makefile.in" || die "sed failed"

	if ! use doc; then
		sed -i \
			-e 's|^\(SUBDIRS = .*\) doc|\1|' \
			"${S}/Makefile.in" || die "sed failed"
	fi
}

src_install() {
	dodir /usr/share/doc/${PF}
	emake install DESTDIR="${D}" docdir="/usr/share/doc/${PF}" || die 'install failed'
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-23 11:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-23 11:31 [gentoo-commits] gentoo-x86 commit in dev-libs/libofx: ChangeLog libofx-0.9.0.ebuild libofx-0.7.0-r1.ebuild Tiziano Mueller (dev-zero)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox