Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/
Date: Wed, 01 Mar 2017 18:42:10
Message-Id: 1488392792.0201ff95259dcbfa01556bd885b3e7da121dd2b6.soap@gentoo
1 commit: 0201ff95259dcbfa01556bd885b3e7da121dd2b6
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 18:26:32 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 18:26:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0201ff95
7
8 dev-cpp/libbinio: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-cpp/libbinio/libbinio-1.4.ebuild | 31 -------------------------------
13 1 file changed, 31 deletions(-)
14
15 diff --git a/dev-cpp/libbinio/libbinio-1.4.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild
16 deleted file mode 100644
17 index a994a06442d..00000000000
18 --- a/dev-cpp/libbinio/libbinio-1.4.ebuild
19 +++ /dev/null
20 @@ -1,31 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -inherit eutils
26 -
27 -DESCRIPTION="Binary I/O stream class library"
28 -HOMEPAGE="http://libbinio.sourceforge.net/"
29 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
30 -
31 -LICENSE="LGPL-2.1"
32 -SLOT="0"
33 -KEYWORDS="alpha amd64 arm hppa ~mips ppc ppc64 sparc x86 ~x86-fbsd"
34 -IUSE="static-libs"
35 -
36 -DOCS=( AUTHORS NEWS README )
37 -
38 -src_prepare() {
39 - epatch \
40 - "${FILESDIR}"/${P}-cstdio.patch \
41 - "${FILESDIR}"/${P}-texi.patch
42 -}
43 -
44 -src_configure() {
45 - econf $(use_enable static-libs static)
46 -}
47 -
48 -src_install() {
49 - default
50 - rm -f "${ED}"usr/lib*/${PN}.la
51 -}