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: media-libs/libvisio/
Date: Sat, 17 Dec 2016 15:57:10 +0000 (UTC)	[thread overview]
Message-ID: <1481990194.c301068003ba53a52918ee3f81f54c3712fc885d.dilfridge@gentoo> (raw)

commit:     c301068003ba53a52918ee3f81f54c3712fc885d
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sat Nov 26 09:37:23 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 15:56:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3010680

media-libs/libvisio: Drop eutils.eclass

Package-Manager: portage-2.3.0

 media-libs/libvisio/libvisio-0.1.5.ebuild | 12 +++++-------
 media-libs/libvisio/libvisio-9999.ebuild  | 10 ++++------
 2 files changed, 9 insertions(+), 13 deletions(-)

diff --git a/media-libs/libvisio/libvisio-0.1.5.ebuild b/media-libs/libvisio/libvisio-0.1.5.ebuild
index 32d5e6b..827883f 100644
--- a/media-libs/libvisio/libvisio-0.1.5.ebuild
+++ b/media-libs/libvisio/libvisio-0.1.5.ebuild
@@ -5,7 +5,7 @@
 EAPI=6
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
-inherit autotools eutils
+inherit autotools
 [[ ${PV} == 9999 ]] && inherit git-r3
 
 DESCRIPTION="Library parsing the visio documents"
@@ -26,7 +26,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-lang/perl
-	>=dev-libs/boost-1.46
+	dev-libs/boost
 	dev-util/gperf
 	sys-devel/libtool
 	virtual/pkgconfig
@@ -37,23 +37,21 @@ DEPEND="${RDEPEND}
 PATCHES=( "${FILESDIR}/${PN}-0.1.3-tests-without-tools.patch" )
 
 src_prepare() {
-	eapply "${PATCHES[@]}"
-	eapply_user
+	default
 	[[ -d m4 ]] || mkdir "m4"
 	eautoreconf
 }
 
 src_configure() {
 	econf \
-		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-		$(use_enable static-libs static) \
 		--disable-werror \
 		$(use_with doc docs) \
+		$(use_enable static-libs static) \
 		$(use_enable test tests) \
 		$(use_enable tools)
 }
 
 src_install() {
 	default
-	prune_libtool_files --all
+	find "${D}" -name '*.la' -delete || die
 }

diff --git a/media-libs/libvisio/libvisio-9999.ebuild b/media-libs/libvisio/libvisio-9999.ebuild
index 0adbb1c..9174356 100644
--- a/media-libs/libvisio/libvisio-9999.ebuild
+++ b/media-libs/libvisio/libvisio-9999.ebuild
@@ -5,7 +5,6 @@
 EAPI=6
 
 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libvisio/"
-inherit eutils
 [[ ${PV} == 9999 ]] && inherit autotools git-r3
 
 DESCRIPTION="Library parsing the visio documents"
@@ -26,7 +25,7 @@ RDEPEND="
 "
 DEPEND="${RDEPEND}
 	dev-lang/perl
-	>=dev-libs/boost-1.46
+	dev-libs/boost
 	dev-util/gperf
 	sys-devel/libtool
 	virtual/pkgconfig
@@ -35,22 +34,21 @@ DEPEND="${RDEPEND}
 "
 
 src_prepare() {
-	eapply_user
+	default
 	[[ -d m4 ]] || mkdir "m4"
 	[[ ${PV} == 9999 ]] && eautoreconf
 }
 
 src_configure() {
 	econf \
-		--docdir="${EPREFIX}/usr/share/doc/${PF}" \
-		$(use_enable static-libs static) \
 		--disable-werror \
 		$(use_with doc docs) \
+		$(use_enable static-libs static) \
 		$(use_enable test tests) \
 		$(use_enable tools)
 }
 
 src_install() {
 	default
-	prune_libtool_files --all
+	find "${D}" -name '*.la' -delete || die
 }


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

Thread overview: 41+ 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 --
2025-03-09 22:05 [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisio/ Andreas Sturmlechner
2025-01-13  0:25 Sam James
2025-01-13  0:25 Sam James
2025-01-13  0:25 Sam James
2025-01-13  0:25 Sam James
2025-01-13  0:25 Sam James
2024-11-14 18:42 Andreas Sturmlechner
2024-11-14 18:42 Andreas Sturmlechner
2024-05-22 16:46 Andreas Sturmlechner
2022-08-12 12:26 WANG Xuerui
2022-08-12 12:26 WANG Xuerui
2021-08-12  3:10 Yixun Lan
2019-11-12 22:09 Andreas Sturmlechner
2019-11-12 16:02 Agostino Sarubbo
2019-11-12 10:38 Agostino Sarubbo
2019-11-08 20:31 Aaron Bauman
2019-10-28  8:38 Agostino Sarubbo
2019-10-27 23:20 Thomas Deutschmann
2019-09-12 20:27 Andreas Sturmlechner
2019-09-12 20:27 Andreas Sturmlechner
2019-08-01 16:09 Aaron Bauman
2018-08-29  6:15 Sergei Trofimovich
2018-02-19 19:42 David Seifert
2017-12-29 18:03 Mikle Kolyada
2017-12-26  0:59 Thomas Deutschmann
2017-12-24 10:11 Sergei Trofimovich
2017-11-08  8:55 Andreas Sturmlechner
2017-08-27 15:34 Michael Palimaka
2017-08-17 17:06 Michał Górny
2017-08-02 19:35 Andreas Sturmlechner
2017-08-02  6:31 Andreas Sturmlechner
2017-07-31 22:54 Sergei Trofimovich
2017-07-30 20:46 Andreas Sturmlechner
2017-06-28 19:11 Andreas Sturmlechner
2017-06-27 19:59 Andreas Sturmlechner
2016-12-04  0:06 Andreas Hüttel
2016-10-01 12:51 Jeroen Roovers
2016-02-25 23:10 Andreas Hüttel
2016-02-22 17:07 Andreas Hüttel
2016-01-23  8:00 Jeroen Roovers

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=1481990194.c301068003ba53a52918ee3f81f54c3712fc885d.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