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 22CB413832E for ; Sun, 24 Jul 2016 20:35:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8A597E0B38; Sun, 24 Jul 2016 20:35:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 12F09E0B38 for ; Sun, 24 Jul 2016 20:35:17 +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 726893409A4 for ; Sun, 24 Jul 2016 20:35:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBA797CD for ; Sun, 24 Jul 2016 20:35:13 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1469392495.b4490fa078c925f73e651435fb87ad11d764f3de.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/files/, dev-cpp/libbinio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch dev-cpp/libbinio/files/libbinio-1.4-texi.patch dev-cpp/libbinio/libbinio-1.4-r1.ebuild X-VCS-Directories: dev-cpp/libbinio/ dev-cpp/libbinio/files/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b4490fa078c925f73e651435fb87ad11d764f3de X-VCS-Branch: master Date: Sun, 24 Jul 2016 20:35:13 +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: e5c894a7-ffa0-4719-80d6-daf7a568286b X-Archives-Hash: 6ab7a3133afed827fc21ff9d7859352e commit: b4490fa078c925f73e651435fb87ad11d764f3de Author: Jeroen Roovers gentoo org> AuthorDate: Sun Jul 24 20:34:55 2016 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sun Jul 24 20:34:55 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4490fa0 dev-cpp/libbinio: DEPEND on sys-apps/texinfo (bug #589628 by bitlord). Package-Manager: portage-2.3.0 dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch | 5 ++-- dev-cpp/libbinio/files/libbinio-1.4-texi.patch | 4 +-- dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 35 ++++++++++++++++++++++++ 3 files changed, 39 insertions(+), 5 deletions(-) diff --git a/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch b/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch index f5ee5e9..f9455a5 100644 --- a/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch +++ b/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch @@ -1,6 +1,5 @@ -diff -Naurp libbinio-1.4-orig/src/binwrap.cpp libbinio-1.4/src/binwrap.cpp ---- libbinio-1.4-orig/src/binwrap.cpp 2009-05-16 15:02:48.000000000 +0200 -+++ libbinio-1.4/src/binwrap.cpp 2009-05-16 15:05:45.000000000 +0200 +--- a/src/binwrap.cpp ++++ b/src/binwrap.cpp @@ -18,6 +18,7 @@ */ diff --git a/dev-cpp/libbinio/files/libbinio-1.4-texi.patch b/dev-cpp/libbinio/files/libbinio-1.4-texi.patch index da55e98..b7a4798 100644 --- a/dev-cpp/libbinio/files/libbinio-1.4-texi.patch +++ b/dev-cpp/libbinio/files/libbinio-1.4-texi.patch @@ -1,6 +1,6 @@ Patch from http://libbinio.cvs.sourceforge.net/viewvc/libbinio/libbinio/doc/libbinio.texi?r1=1.13&r2=1.14 ---- doc/libbinio.texi 2004/08/18 19:55:22 1.13 -+++ doc/libbinio.texi 2006/05/14 21:36:13 1.14 +--- a/doc/libbinio.texi ++++ b/doc/libbinio.texi @@ -9,7 +9,7 @@ This manual documents the binary I/O stream class library, version @value{VERSION}. It was last updated on @value{UPDATED}. diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild new file mode 100644 index 0000000..e4695da --- /dev/null +++ b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 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/" +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 ) + +DEPEND=" + sys-apps/texinfo +" + +PATCHES=( + "${FILESDIR}"/${P}-cstdio.patch + "${FILESDIR}"/${P}-texi.patch +) + +src_configure() { + econf $(use_enable static-libs static) +} + +src_install() { + default + prune_libtool_files +}