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 B3D37139085 for ; Sat, 17 Dec 2016 15:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11639E0CAF; Sat, 17 Dec 2016 15:57:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 BC171E0CAF for ; Sat, 17 Dec 2016 15:57:15 +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 EABD3341229 for ; Sat, 17 Dec 2016 15:57:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF53824EE 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: <1481990194.c301068003ba53a52918ee3f81f54c3712fc885d.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvisio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libvisio/libvisio-0.1.5.ebuild media-libs/libvisio/libvisio-9999.ebuild X-VCS-Directories: media-libs/libvisio/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: c301068003ba53a52918ee3f81f54c3712fc885d 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: 4365001b-348a-4058-b626-639fa04c8913 X-Archives-Hash: ca92233bd2ba746c17a917d7c136fc7d commit: c301068003ba53a52918ee3f81f54c3712fc885d Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Nov 26 09:37:23 2016 +0000 Commit: Andreas Hüttel gentoo 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 }