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 29265139085 for ; Sat, 17 Dec 2016 15:57:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19FBDE0CB6; Sat, 17 Dec 2016 15:57:20 +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 E712BE0CB6 for ; Sat, 17 Dec 2016 15:57:19 +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 104D434100F for ; Sat, 17 Dec 2016 15:57:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8CE2224EB 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: <1481990183.305cce184dff1f481e9c9fe56f5ea60dec0a5968.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libcdr/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libcdr/libcdr-0.1.3.ebuild media-libs/libcdr/libcdr-9999.ebuild X-VCS-Directories: media-libs/libcdr/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 305cce184dff1f481e9c9fe56f5ea60dec0a5968 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: 50c9a34c-52ae-48b1-bacd-dee110f964a3 X-Archives-Hash: b396dc9ecffbc641a608c7c417be9ab1 commit: 305cce184dff1f481e9c9fe56f5ea60dec0a5968 Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Nov 26 09:10:53 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Dec 17 15:56:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=305cce18 media-libs/libcdr: Drop eutils.eclass Package-Manager: portage-2.3.0 media-libs/libcdr/libcdr-0.1.3.ebuild | 8 +++----- media-libs/libcdr/libcdr-9999.ebuild | 8 +++----- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/media-libs/libcdr/libcdr-0.1.3.ebuild b/media-libs/libcdr/libcdr-0.1.3.ebuild index d818832..8417e52 100644 --- a/media-libs/libcdr/libcdr-0.1.3.ebuild +++ b/media-libs/libcdr/libcdr-0.1.3.ebuild @@ -5,7 +5,6 @@ EAPI=6 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" -inherit eutils [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing the Corel cdr documents" @@ -33,21 +32,20 @@ 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) } src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die } diff --git a/media-libs/libcdr/libcdr-9999.ebuild b/media-libs/libcdr/libcdr-9999.ebuild index d818832..8417e52 100644 --- a/media-libs/libcdr/libcdr-9999.ebuild +++ b/media-libs/libcdr/libcdr-9999.ebuild @@ -5,7 +5,6 @@ EAPI=6 EGIT_REPO_URI="git://anongit.freedesktop.org/git/libreoffice/libcdr/" -inherit eutils [[ ${PV} == 9999 ]] && inherit autotools git-r3 DESCRIPTION="Library parsing the Corel cdr documents" @@ -33,21 +32,20 @@ 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) } src_install() { default - prune_libtool_files --all + find "${D}" -name '*.la' -delete || die }