public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/
Date: Sat, 17 Dec 2016 15:57:09 +0000 (UTC)	[thread overview]
Message-ID: <1481990141.188b033eb5992113dcba6c2f6dac9c9fe705244e.dilfridge@gentoo> (raw)

commit:     188b033eb5992113dcba6c2f6dac9c9fe705244e
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Fri Nov 25 23:04:01 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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}
-	!<app-text/libwpd-0.8.14-r1"
 
 src_configure() {
 	econf \
@@ -29,13 +27,12 @@ src_configure() {
 		--disable-werror \
 		$(use_with doc docs) \
 		$(use_enable tools) \
-		--docdir="${EPREFIX}"/usr/share/doc/${PF} \
 		--program-suffix=-${SLOT}
 }
 
 src_install() {
 	default
-	prune_libtool_files --all
+	find "${D}" -name '*.la' -delete || die
 }
 
 pkg_postinst() {

diff --git a/app-text/libwpd/metadata.xml b/app-text/libwpd/metadata.xml
index 6965195..19419ec 100644
--- a/app-text/libwpd/metadata.xml
+++ b/app-text/libwpd/metadata.xml
@@ -6,7 +6,7 @@
 		<name>Gentoo Office project</name>
 	</maintainer>
 	<use>
-		<flag name="tools">Build miscellaneous tools</flag>
+		<flag name="tools">Build file conversion tools</flag>
 	</use>
 	<upstream>
 		<remote-id type="sourceforge">libwpd</remote-id>


             reply	other threads:[~2016-12-17 15:57 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-17 15:57 Andreas Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-08-02 16:19 [gentoo-commits] repo/gentoo:master commit in: app-text/libwpd/ Sam James
2023-01-13 19:03 Arthur Zamarin
2021-08-12  3:10 Yixun Lan
2019-07-30 20:26 Aaron Bauman
2019-02-17 22:59 Andreas Sturmlechner
2019-02-17 17:58 Mikle Kolyada
2019-02-17 15:33 Mikle Kolyada
2018-12-30 20:08 Andreas Sturmlechner
2018-11-15 23:12 Andreas Sturmlechner
2018-09-19 18:35 Matt Turner
2017-11-14 15:15 Manuel Rüger
2017-10-08 19:08 Andreas Sturmlechner
2017-10-08 14:13 Andreas Sturmlechner
2017-09-29 23:05 Thomas Deutschmann
2017-09-27 10:19 Manuel Rüger
2017-08-02  6:31 Andreas Sturmlechner
2017-07-02 15:04 Sergei Trofimovich
2017-01-29 15:24 Fabian Groffen
2016-12-04 11:50 Pacho Ramos
2016-12-04 11:50 Pacho Ramos
2016-07-03 20:27 Andreas Hüttel
2016-01-07 23:54 Manuel Rüger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1481990141.188b033eb5992113dcba6c2f6dac9c9fe705244e.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox