public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/files/, dev-cpp/libbinio/
@ 2016-07-24 20:35 Jeroen Roovers
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Roovers @ 2016-07-24 20:35 UTC (permalink / raw
  To: gentoo-commits

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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/files/, dev-cpp/libbinio/
@ 2020-02-28  8:11 Mikle Kolyada
  0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada @ 2020-02-28  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     534554d0ec166babfd48a365385b0cda5f99fc26
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 28 08:09:55 2020 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 08:11:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=534554d0

dev-cpp/libbinio: cleanup

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 dev-cpp/libbinio/Manifest                        |  1 -
 dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch | 10 --------
 dev-cpp/libbinio/files/libbinio-1.4-texi.patch   | 21 ----------------
 dev-cpp/libbinio/libbinio-1.4-r1.ebuild          | 32 ------------------------
 dev-cpp/libbinio/metadata.xml                    |  8 ------
 5 files changed, 72 deletions(-)

diff --git a/dev-cpp/libbinio/Manifest b/dev-cpp/libbinio/Manifest
deleted file mode 100644
index 097dcea72bc..00000000000
--- a/dev-cpp/libbinio/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST libbinio-1.4.tar.bz2 307664 BLAKE2B 402eaae2b61ab83bf5b3326618306cb3f6821f20be1e5091cd170e905b6956934d0ad554d68e7cd36622e166391ae10ac656b21e4b364ba61f1c0b301a6f2475 SHA512 974b9ecf4f889350dc5b8509a68af392644804c72a291dc1c0e7738f5b0ca3a28b1819ce35c98ae1e58fc9888481feb596b2ba1704e1b85207f64c050bc0230d

diff --git a/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch b/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch
deleted file mode 100644
index f9455a56131..00000000000
--- a/dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/binwrap.cpp
-+++ b/src/binwrap.cpp
-@@ -18,6 +18,7 @@
-  */
- 
- #include "binwrap.h"
-+#include <cstdio>
- 
- #if BINIO_ENABLE_IOSTREAM
- 

diff --git a/dev-cpp/libbinio/files/libbinio-1.4-texi.patch b/dev-cpp/libbinio/files/libbinio-1.4-texi.patch
deleted file mode 100644
index b7a4798848b..00000000000
--- a/dev-cpp/libbinio/files/libbinio-1.4-texi.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Patch from http://libbinio.cvs.sourceforge.net/viewvc/libbinio/libbinio/doc/libbinio.texi?r1=1.13&r2=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}.
- 
--Copyright @copyright{} 2002 - 2004 Simon Peter
-+Copyright @copyright{} 2002 - 2005 Simon Peter
- 
- @quotation
- Permission is granted to copy, distribute and/or modify this document
-@@ -27,7 +27,7 @@
- 
- @dircategory Software Libraries
- @direntry
--* libbinio: (libbinio)          Binary I/O stream class library @value{VERSION}
-+* libbinio: (libbinio).          Binary I/O stream class library @value{VERSION}
- @end direntry
- 
- @titlepage

diff --git a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild b/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
deleted file mode 100644
index abfc9d7a9e0..00000000000
--- a/dev-cpp/libbinio/libbinio-1.4-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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"
-IUSE="static-libs"
-
-RDEPEND=""
-DEPEND="sys-apps/texinfo"
-
-PATCHES=(
-	"${FILESDIR}"/${P}-cstdio.patch
-	"${FILESDIR}"/${P}-texi.patch
-)
-
-src_configure() {
-	econf $(use_enable static-libs static)
-}
-
-src_install() {
-	default
-
-	# package provides .pc files
-	find "${D}" -name '*.la' -delete || die
-}

diff --git a/dev-cpp/libbinio/metadata.xml b/dev-cpp/libbinio/metadata.xml
deleted file mode 100644
index 87c6909a790..00000000000
--- a/dev-cpp/libbinio/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-	<upstream>
-		<remote-id type="sourceforge">libbinio</remote-id>
-	</upstream>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-28  8:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-28  8:11 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/libbinio/files/, dev-cpp/libbinio/ Mikle Kolyada
  -- strict thread matches above, loose matches on Subject: below --
2016-07-24 20:35 Jeroen Roovers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox