From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 40031139085 for ; Sat, 17 Dec 2016 15:57:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B70FE0CE3; Sat, 17 Dec 2016 15:57:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02378E0CE3 for ; Sat, 17 Dec 2016 15:57:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E2D4340F43 for ; Sat, 17 Dec 2016 15:57:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0424D24E3 for ; Sat, 17 Dec 2016 15:57:10 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1481990155.afd0bf9dce366a32d2721ef5b29b766d6ae3d10f.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libwps/libwps-0.4.4-r1.ebuild app-text/libwps/metadata.xml X-VCS-Directories: app-text/libwps/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: afd0bf9dce366a32d2721ef5b29b766d6ae3d10f X-VCS-Branch: master Date: Sat, 17 Dec 2016 15:57:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8c5a4ee0-112b-40c2-8335-242505639b59 X-Archives-Hash: 0aa5202653744390b5b51e1415b10d83 commit: afd0bf9dce366a32d2721ef5b29b766d6ae3d10f Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Nov 26 00:24:21 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Dec 17 15:55:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd0bf9d app-text/libwps: Add USE=tools, drop eutils.eclass, update HOMEPAGE Package-Manager: portage-2.3.0 app-text/libwps/libwps-0.4.4-r1.ebuild | 11 +++++------ app-text/libwps/metadata.xml | 3 +++ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app-text/libwps/libwps-0.4.4-r1.ebuild b/app-text/libwps/libwps-0.4.4-r1.ebuild index 6f1a54b..b12d855 100644 --- a/app-text/libwps/libwps-0.4.4-r1.ebuild +++ b/app-text/libwps/libwps-0.4.4-r1.ebuild @@ -4,16 +4,14 @@ EAPI=6 -inherit eutils - DESCRIPTION="Microsoft Works file word processor format import filter library" -HOMEPAGE="http://libwps.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/p/libwps/wiki/Home/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" LICENSE="|| ( LGPL-2.1 MPL-2.0 )" SLOT="0" KEYWORDS="~alpha amd64 ~arm x86" -IUSE="doc debug static-libs" +IUSE="doc debug static-libs tools" RDEPEND=" app-text/libwpd:0.10 @@ -30,10 +28,11 @@ src_configure() { --with-sharedptr=c++11 \ $(use_enable debug) \ $(use_with doc docs) \ - $(use_enable static-libs static) + $(use_enable static-libs static) \ + $(use_enable tools) } src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die } diff --git a/app-text/libwps/metadata.xml b/app-text/libwps/metadata.xml index 75ecdaf..e942043 100644 --- a/app-text/libwps/metadata.xml +++ b/app-text/libwps/metadata.xml @@ -9,6 +9,9 @@ office@gentoo.org Gentoo Office project + + Build file conversion tools + libwps