diff options
author | David Seifert <soap@gentoo.org> | 2017-01-22 18:27:13 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-22 19:30:19 +0100 |
commit | 989b0bb5c6ddb63518898b82759731e8b80a0b0d (patch) | |
tree | 7f0fa940497b3ebb33765016861c8b3c1bb2e5fd /dev-cpp/libbinio | |
parent | sys-devel/make: Removed old. (diff) | |
download | gentoo-989b0bb5c6ddb63518898b82759731e8b80a0b0d.tar.gz gentoo-989b0bb5c6ddb63518898b82759731e8b80a0b0d.tar.bz2 gentoo-989b0bb5c6ddb63518898b82759731e8b80a0b0d.zip |
dev-cpp/libbinio: Remove eutils
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-cpp/libbinio')
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 14 |
1 files 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 e4695da3705f..841c18987845 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 } |