diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2010-05-14 19:30:41 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2010-05-14 19:30:41 +0000 |
commit | 61ca62b5da91f830867653ff75db472c49648555 (patch) | |
tree | b07fcf78df612799181b5f1cd1ddc98101c462cc /app-text/libwpd | |
parent | Marked ~ppc/~ppc64 for bug #289287. (diff) | |
download | gentoo-2-61ca62b5da91f830867653ff75db472c49648555.tar.gz gentoo-2-61ca62b5da91f830867653ff75db472c49648555.tar.bz2 gentoo-2-61ca62b5da91f830867653ff75db472c49648555.zip |
Clean up old revisions.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/libwpd')
-rw-r--r-- | app-text/libwpd/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/libwpd/libwpd-0.8.10.ebuild | 32 | ||||
-rw-r--r-- | app-text/libwpd/libwpd-0.8.9.ebuild | 32 |
3 files changed, 5 insertions, 65 deletions
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 <eva@gentoo.org> -libwpd-0.8.9.ebuild, + -libwpd-0.8.10.ebuild: + Clean up old revisions. 02 Jan 2010; Christian Faulhammer <fauli@gentoo.org> 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 -} |