summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-04-06 10:26:38 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-04-06 10:26:38 +0000
commitfa0838ef4756fe7abcb6d752c20245bc06947f5c (patch)
treed76ccfd8b7a94ecfc6834426b1634924e32fb8fc /app-text/libwps
parentRemove old (diff)
downloadhistorical-fa0838ef4756fe7abcb6d752c20245bc06947f5c.tar.gz
historical-fa0838ef4756fe7abcb6d752c20245bc06947f5c.tar.bz2
historical-fa0838ef4756fe7abcb6d752c20245bc06947f5c.zip
Remove old.
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'app-text/libwps')
-rw-r--r--app-text/libwps/ChangeLog5
-rw-r--r--app-text/libwps/libwps-0.2.3.ebuild34
2 files changed, 4 insertions, 35 deletions
diff --git a/app-text/libwps/ChangeLog b/app-text/libwps/ChangeLog
index 7990f22b0203..d58a24ad8441 100644
--- a/app-text/libwps/ChangeLog
+++ b/app-text/libwps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/libwps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.18 2012/03/26 15:50:47 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.19 2012/04/06 10:26:38 scarabeus Exp $
+
+ 06 Apr 2012; Tomáš Chvátal <scarabeus@gentoo.org> -libwps-0.2.3.ebuild:
+ Remove old.
26 Mar 2012; Brent Baude <ranger@gentoo.org> libwps-0.2.4.ebuild:
Marking libwps-0.2.4 ~ppc64 for bug 398521
diff --git a/app-text/libwps/libwps-0.2.3.ebuild b/app-text/libwps/libwps-0.2.3.ebuild
deleted file mode 100644
index fff15b7bc001..000000000000
--- a/app-text/libwps/libwps-0.2.3.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/libwps-0.2.3.ebuild,v 1.5 2012/02/23 16:24:42 scarabeus Exp $
-
-EAPI=4
-
-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"
-SLOT="0"
-KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc debug static-libs"
-
-RDEPEND="app-text/libwpd:0.9"
-DEPEND="${RDEPEND}
- dev-util/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
- find "${ED}" -name '*.la' -delete
-}