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 42168139695 for ; Wed, 1 Mar 2017 18:42:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9FDFC21C043; Wed, 1 Mar 2017 18:42:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 81D9821C043 for ; Wed, 1 Mar 2017 18:42:08 +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 79A213416D7 for ; Wed, 1 Mar 2017 18:42:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F5E058F1 for ; Wed, 1 Mar 2017 18:42:06 +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: <1488392792.0201ff95259dcbfa01556bd885b3e7da121dd2b6.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.ebuild X-VCS-Directories: dev-cpp/libbinio/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 0201ff95259dcbfa01556bd885b3e7da121dd2b6 X-VCS-Branch: master Date: Wed, 1 Mar 2017 18:42:06 +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: f0267cd2-9a5e-4365-a53e-4c4c25a0fd5d X-Archives-Hash: caa6dbe30bbbd285927d5376f0d1b0fd commit: 0201ff95259dcbfa01556bd885b3e7da121dd2b6 Author: David Seifert gentoo org> AuthorDate: Wed Mar 1 18:26:32 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Mar 1 18:26:32 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0201ff95 dev-cpp/libbinio: Remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-cpp/libbinio/libbinio-1.4.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-cpp/libbinio/libbinio-1.4.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild deleted file mode 100644 index a994a06442d..00000000000 --- a/dev-cpp/libbinio/libbinio-1.4.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 -inherit eutils - -DESCRIPTION="Binary I/O stream class library" -HOMEPAGE="http://libbinio.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="static-libs" - -DOCS=( AUTHORS NEWS README ) - -src_prepare() { - epatch \ - "${FILESDIR}"/${P}-cstdio.patch \ - "${FILESDIR}"/${P}-texi.patch -} - -src_configure() { - econf $(use_enable static-libs static) -} - -src_install() { - default - rm -f "${ED}"usr/lib*/${PN}.la -}