diff options
author | Douglas Russel <puggy@gentoo.org> | 2005-10-14 11:11:41 +0000 |
---|---|---|
committer | Douglas Russel <puggy@gentoo.org> | 2005-10-14 11:11:41 +0000 |
commit | 9261928e91a424c9a00a239c9fb3b95dabf518ee (patch) | |
tree | db0ff922a3b43612ffe35d98fe499edc644fe765 | |
parent | stabilize and add dep (diff) | |
download | gentoo-2-9261928e91a424c9a00a239c9fb3b95dabf518ee.tar.gz gentoo-2-9261928e91a424c9a00a239c9fb3b95dabf518ee.tar.bz2 gentoo-2-9261928e91a424c9a00a239c9fb3b95dabf518ee.zip |
dumps
(Portage version: 2.0.53_rc5)
-rw-r--r-- | dev-libs/libofx/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/libofx/files/digest-libofx-0.7.0 | 1 | ||||
-rw-r--r-- | dev-libs/libofx/files/digest-libofx-0.8.0 | 1 | ||||
-rw-r--r-- | dev-libs/libofx/libofx-0.7.0.ebuild | 31 | ||||
-rw-r--r-- | dev-libs/libofx/libofx-0.8.0.ebuild | 31 |
5 files changed, 5 insertions, 65 deletions
diff --git a/dev-libs/libofx/ChangeLog b/dev-libs/libofx/ChangeLog index ba7777353ee8..67902d7817b7 100644 --- a/dev-libs/libofx/ChangeLog +++ b/dev-libs/libofx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/libofx # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.20 2005/10/14 11:08:44 puggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/ChangeLog,v 1.21 2005/10/14 11:11:41 puggy Exp $ + + 14 Oct 2005; Douglas Russell <puggy@gentoo.org> -libofx-0.7.0.ebuild, + -libofx-0.8.0.ebuild: + Remove broken 0.7.0 and 0.8.0 *libofx-0.8.0-r1 (14 Oct 2005) *libofx-0.7.0-r1 (14 Oct 2005) diff --git a/dev-libs/libofx/files/digest-libofx-0.7.0 b/dev-libs/libofx/files/digest-libofx-0.7.0 deleted file mode 100644 index 26adac2b65bd..000000000000 --- a/dev-libs/libofx/files/digest-libofx-0.7.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 15ab18063c552ad5d69d4481efbbd6e6 libofx-0.7.0.tar.gz 759777 diff --git a/dev-libs/libofx/files/digest-libofx-0.8.0 b/dev-libs/libofx/files/digest-libofx-0.8.0 deleted file mode 100644 index cd49d5f75368..000000000000 --- a/dev-libs/libofx/files/digest-libofx-0.8.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 8001c22445c1bdd6bebf1df3663db203 libofx-0.8.0.tar.gz 748496 diff --git a/dev-libs/libofx/libofx-0.7.0.ebuild b/dev-libs/libofx/libofx-0.7.0.ebuild deleted file mode 100644 index 16af1ac32ee6..000000000000 --- a/dev-libs/libofx/libofx-0.7.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.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" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" -IUSE="" - -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_install() { - dodir /usr/share/doc/${PF} - einstall docdir=${D}/usr/share/doc/${PF} || die -} diff --git a/dev-libs/libofx/libofx-0.8.0.ebuild b/dev-libs/libofx/libofx-0.8.0.ebuild deleted file mode 100644 index 3978696f6ac3..000000000000 --- a/dev-libs/libofx/libofx-0.8.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libofx/libofx-0.8.0.ebuild,v 1.2 2005/08/26 18:45:41 agriffis 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 ~ia64 ~ppc ~sparc ~x86" -IUSE="" - -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_install() { - dodir /usr/share/doc/${PF} - einstall docdir=${D}/usr/share/doc/${PF} || die -} |