From 61ca62b5da91f830867653ff75db472c49648555 Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Fri, 14 May 2010 19:30:41 +0000 Subject: Clean up old revisions. (Portage version: 2.2_rc67/cvs/Linux x86_64) --- app-text/libwpd/ChangeLog | 6 +++++- app-text/libwpd/libwpd-0.8.10.ebuild | 32 -------------------------------- app-text/libwpd/libwpd-0.8.9.ebuild | 32 -------------------------------- 3 files changed, 5 insertions(+), 65 deletions(-) delete mode 100644 app-text/libwpd/libwpd-0.8.10.ebuild delete mode 100644 app-text/libwpd/libwpd-0.8.9.ebuild (limited to 'app-text/libwpd') diff --git a/app-text/libwpd/ChangeLog b/app-text/libwpd/ChangeLog index 1a439c808b03..c1f5b0486d63 100644 --- a/app-text/libwpd/ChangeLog +++ b/app-text/libwpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/libwpd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.66 2010/01/02 11:28:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.67 2010/05/14 19:30:41 eva Exp $ + + 14 May 2010; Gilles Dartiguelongue -libwpd-0.8.9.ebuild, + -libwpd-0.8.10.ebuild: + Clean up old revisions. 02 Jan 2010; Christian Faulhammer libwpd-0.8.14.ebuild: Transfer Prefix keywords diff --git a/app-text/libwpd/libwpd-0.8.10.ebuild b/app-text/libwpd/libwpd-0.8.10.ebuild deleted file mode 100644 index 512de40a2e86..000000000000 --- a/app-text/libwpd/libwpd-0.8.10.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.8.10.ebuild,v 1.3 2008/08/25 09:51:16 remi Exp $ - -inherit eutils - -DESCRIPTION="WordPerfect Document import/export library" -HOMEPAGE="http://libwpd.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="doc" -RESTRICT="test" - -RDEPEND=">=dev-libs/glib-2 - >=gnome-extra/libgsf-1.6" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen )" - -src_compile() { - econf $(use_with doc docs) || die - emake || die -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc CHANGES CREDITS INSTALL README TODO -} diff --git a/app-text/libwpd/libwpd-0.8.9.ebuild b/app-text/libwpd/libwpd-0.8.9.ebuild deleted file mode 100644 index 81c4cb38a12b..000000000000 --- a/app-text/libwpd/libwpd-0.8.9.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.8.9.ebuild,v 1.12 2008/08/25 09:51:16 remi Exp $ - -inherit eutils - -DESCRIPTION="WordPerfect Document import/export library" -HOMEPAGE="http://libwpd.sf.net" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="doc" -RESTRICT="test" - -RDEPEND=">=dev-libs/glib-2 - >=gnome-extra/libgsf-1.6" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( app-doc/doxygen )" - -src_compile() { - econf $(use_with doc docs) || die - emake || die -} - -src_install() { - einstall || die - dodoc CHANGES COPYING CREDITS INSTALL README TODO -} -- cgit v1.2.3-65-gdbad