diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-23 16:24:42 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2012-02-23 16:24:42 +0000 |
commit | f5b0b842e94f9089e31e43336256f818bbb12cee (patch) | |
tree | 728aad838b17c08ae7435fd36f04ff36c2f4aa97 /app-text | |
parent | Version bump. (diff) | |
download | gentoo-2-f5b0b842e94f9089e31e43336256f818bbb12cee.tar.gz gentoo-2-f5b0b842e94f9089e31e43336256f818bbb12cee.tar.bz2 gentoo-2-f5b0b842e94f9089e31e43336256f818bbb12cee.zip |
Remove the [-nodot] check that is not available in latest. Remove overshadowed.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libwps/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/libwps/libwps-0.2.2.ebuild | 39 | ||||
-rw-r--r-- | app-text/libwps/libwps-0.2.3.ebuild | 6 | ||||
-rw-r--r-- | app-text/libwps/libwps-0.2.4.ebuild | 4 |
4 files changed, 11 insertions, 45 deletions
diff --git a/app-text/libwps/ChangeLog b/app-text/libwps/ChangeLog index fa0ea20e7bd0..e23935c5ffff 100644 --- a/app-text/libwps/ChangeLog +++ b/app-text/libwps/ChangeLog @@ -1,6 +1,11 @@ # 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.15 2012/01/14 16:10:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/ChangeLog,v 1.16 2012/02/23 16:24:42 scarabeus Exp $ + + 23 Feb 2012; Tomáš Chvátal <scarabeus@gentoo.org> -libwps-0.2.2.ebuild, + libwps-0.2.3.ebuild, libwps-0.2.4.ebuild: + Remove the [-nodot] check that is not available in latest. Remove + overshadowed. 14 Jan 2012; Markus Meier <maekke@gentoo.org> libwps-0.2.4.ebuild: x86 stable, bug #393007 diff --git a/app-text/libwps/libwps-0.2.2.ebuild b/app-text/libwps/libwps-0.2.2.ebuild deleted file mode 100644 index 7b330e58d9bc..000000000000 --- a/app-text/libwps/libwps-0.2.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/libwps-0.2.2.ebuild,v 1.6 2011/10/21 13:40:59 phajdan.jr Exp $ - -EAPI="4" - -inherit autotools - -DESCRIPTION="Microsoft Works file word processor format import filter library" -HOMEPAGE="http://libwps.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="doc debug" - -RDEPEND="app-text/libwpd:0.9" -DEPEND="${RDEPEND} - doc? ( app-doc/doxygen[-nodot] ) -" - -src_prepare() { - sed -i -e 's: -Werror::' configure.in || die - eautoreconf -} - -src_configure() { - econf \ - --disable-static \ - --docdir=/usr/share/doc/${PF} \ - $(use_with doc docs) \ - $(use_enable debug) -} - -src_install() { - default - find "${ED}" -name '*.la' -delete -} diff --git a/app-text/libwps/libwps-0.2.3.ebuild b/app-text/libwps/libwps-0.2.3.ebuild index 5cd456622e0f..fff15b7bc001 100644 --- a/app-text/libwps/libwps-0.2.3.ebuild +++ b/app-text/libwps/libwps-0.2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.4 2011/12/18 20:45:39 halcy0n Exp $ +# $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 @@ -16,7 +16,7 @@ IUSE="doc debug static-libs" RDEPEND="app-text/libwpd:0.9" DEPEND="${RDEPEND} dev-util/pkgconfig - doc? ( app-doc/doxygen[-nodot] ) + doc? ( app-doc/doxygen ) " src_configure() { diff --git a/app-text/libwps/libwps-0.2.4.ebuild b/app-text/libwps/libwps-0.2.4.ebuild index 7fa2c59bc18c..b272136f6e51 100644 --- a/app-text/libwps/libwps-0.2.4.ebuild +++ b/app-text/libwps/libwps-0.2.4.ebuild @@ -1,6 +1,6 @@ # 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.4.ebuild,v 1.3 2012/01/14 16:10:22 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwps/libwps-0.2.4.ebuild,v 1.4 2012/02/23 16:24:42 scarabeus Exp $ EAPI=4 @@ -16,7 +16,7 @@ IUSE="doc debug static-libs" RDEPEND="app-text/libwpd:0.9" DEPEND="${RDEPEND} dev-util/pkgconfig - doc? ( app-doc/doxygen[-nodot] ) + doc? ( app-doc/doxygen ) " src_configure() { |