public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/files/, dev-cpp/libbinio/
Date: Sun, 24 Jul 2016 20:35:13 +0000 (UTC)	[thread overview]
Message-ID: <1469392495.b4490fa078c925f73e651435fb87ad11d764f3de.jer@gentoo> (raw)

commit:     b4490fa078c925f73e651435fb87ad11d764f3de
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 24 20:34:55 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> 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
+}


             reply	other threads:[~2016-07-24 20:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-24 20:35 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-02-28  8:11 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/files/, dev-cpp/libbinio/ Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469392495.b4490fa078c925f73e651435fb87ad11d764f3de.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox