summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/libwps')
-rw-r--r--app-text/libwps/ChangeLog5
-rw-r--r--app-text/libwps/libwps-0.2.8.ebuild39
2 files changed, 4 insertions, 40 deletions
diff --git a/app-text/libwps/ChangeLog b/app-text/libwps/ChangeLog
index bf672617ee31..1525f871df41 100644
--- a/app-text/libwps/ChangeLog
+++ b/app-text/libwps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwps
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.51 2014/04/19 17:43:22 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.52 2014/04/23 20:57:59 pacho Exp $
+
+ 23 Apr 2014; Pacho Ramos <pacho@gentoo.org> -libwps-0.2.8.ebuild:
+ Drop old
19 Apr 2014; Agostino Sarubbo <ago@gentoo.org> libwps-0.2.9.ebuild:
Stable for sparc, wrt bug #507568
diff --git a/app-text/libwps/libwps-0.2.8.ebuild b/app-text/libwps/libwps-0.2.8.ebuild
deleted file mode 100644
index a68ee85fc638..000000000000
--- a/app-text/libwps/libwps-0.2.8.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/libwps-0.2.8.ebuild,v 1.8 2013/05/07 17:51:44 ago Exp $
-
-EAPI=5
-
-inherit base eutils
-
-DESCRIPTION="Microsoft Works file word processor format import filter library"
-HOMEPAGE="http://libwps.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz"
-
-LICENSE="|| ( LGPL-2.1 MPL-2.0 )"
-SLOT="0"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="doc debug static-libs"
-
-RDEPEND="
- app-text/libwpd:0.9
- dev-libs/boost
-"
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )
-"
-
-src_configure() {
- econf \
- --disable-werror \
- $(use_enable static-libs static) \
- --docdir=/usr/share/doc/${PF} \
- $(use_with doc docs) \
- $(use_enable debug)
-}
-
-src_install() {
- default
- prune_libtool_files --all
-}