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 4B399139085 for ; Sun, 22 Jan 2017 18:30:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B906921C170; Sun, 22 Jan 2017 18:30:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9A57421C170 for ; Sun, 22 Jan 2017 18:30:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4C29C34168D for ; Sun, 22 Jan 2017 18:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7A822CBC for ; Sun, 22 Jan 2017 18:30:42 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1485109819.989b0bb5c6ddb63518898b82759731e8b80a0b0d.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libbinio/libbinio-1.4-r1.ebuild X-VCS-Directories: dev-cpp/libbinio/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 989b0bb5c6ddb63518898b82759731e8b80a0b0d X-VCS-Branch: master Date: Sun, 22 Jan 2017 18:30:42 +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: 46381bcc-3562-43a4-ba8b-31ab17aa507f X-Archives-Hash: 9c421a200864faa8fd445a7940efc6e7 commit: 989b0bb5c6ddb63518898b82759731e8b80a0b0d Author: David Seifert gentoo org> AuthorDate: Sun Jan 22 17:27:13 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jan 22 18:30:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=989b0bb5 dev-cpp/libbinio: Remove eutils Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild index e4695da..841c189 100644 --- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild +++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild @@ -1,9 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=6 -inherit eutils DESCRIPTION="Binary I/O stream class library" HOMEPAGE="http://libbinio.sourceforge.net/" @@ -14,11 +13,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="static-libs" -DOCS=( AUTHORS NEWS README ) - -DEPEND=" - sys-apps/texinfo -" +RDEPEND="" +DEPEND="sys-apps/texinfo" PATCHES=( "${FILESDIR}"/${P}-cstdio.patch @@ -31,5 +27,7 @@ src_configure() { src_install() { default - prune_libtool_files + + # package provides .pc files + find "${D}" -name '*.la' -delete || die }