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 8EB31139085 for ; Sat, 17 Dec 2016 15:57:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C57AAE0C81; Sat, 17 Dec 2016 15:57:12 +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 9E653E0C7F for ; Sat, 17 Dec 2016 15:57:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6C8DF340F1A for ; Sat, 17 Dec 2016 15:57:11 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B3B9124DF for ; Sat, 17 Dec 2016 15:57:09 +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: <1481990141.188b033eb5992113dcba6c2f6dac9c9fe705244e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libwpd/libwpd-0.10.1.ebuild app-text/libwpd/metadata.xml X-VCS-Directories: app-text/libwpd/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 188b033eb5992113dcba6c2f6dac9c9fe705244e X-VCS-Branch: master Date: Sat, 17 Dec 2016 15:57:09 +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: 0c2fa410-4bbb-48fa-9de1-cf5ab01a9930 X-Archives-Hash: 5a7183fcb4329c0ef886a613252c6452 commit: 188b033eb5992113dcba6c2f6dac9c9fe705244e Author: Andreas Sturmlechner gmail com> AuthorDate: Fri Nov 25 23:04:01 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Dec 17 15:55:41 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188b033e app-text/libwpd: EAPI 6, drop eutils.eclass, improve metadata Gentoo-bug: 600716 Package-Manager: portage-2.3.0 app-text/libwpd/libwpd-0.10.1.ebuild | 13 +++++-------- app-text/libwpd/metadata.xml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/app-text/libwpd/libwpd-0.10.1.ebuild b/app-text/libwpd/libwpd-0.10.1.ebuild index 43b6109..d1631de 100644 --- a/app-text/libwpd/libwpd-0.10.1.ebuild +++ b/app-text/libwpd/libwpd-0.10.1.ebuild @@ -2,9 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 -inherit alternatives eutils +inherit alternatives DESCRIPTION="WordPerfect Document import/export library" HOMEPAGE="http://libwpd.sf.net" @@ -15,13 +15,11 @@ SLOT="0.10" KEYWORDS="~alpha amd64 ~arm ~hppa ~mips x86 ~x86-fbsd" IUSE="doc +tools" -COMMON_DEPEND="dev-libs/librevenge" -DEPEND="${COMMON_DEPEND} +RDEPEND="dev-libs/librevenge" +DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) " -RDEPEND="${COMMON_DEPEND} - !Gentoo Office project - Build miscellaneous tools + Build file conversion tools libwpd