diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-02-29 18:01:47 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-02-29 18:01:47 +0000 |
commit | ceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch) | |
tree | 9f47ee47c31a0f13f9496879cd88a1042550aa81 /dev-cpp/libbinio | |
parent | 53cba99042fa967e2a93da9f8db806fe2d035543 (diff) |
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'dev-cpp/libbinio')
-rw-r--r-- | dev-cpp/libbinio/Manifest | 5 | ||||
-rw-r--r-- | dev-cpp/libbinio/files/libbinio-1.4-cstdio.patch | 10 | ||||
-rw-r--r-- | dev-cpp/libbinio/files/libbinio-1.4-texi.patch | 21 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.4-r1.ebuild | 32 | ||||
-rw-r--r-- | dev-cpp/libbinio/metadata.xml | 8 |
5 files changed, 0 insertions, 76 deletions
diff --git a/dev-cpp/libbinio/Manifest b/dev-cpp/libbinio/Manifest deleted file mode 100644 index ab4129b53f65..000000000000 --- a/dev-cpp/libbinio/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX libbinio-1.4-cstdio.patch 141 BLAKE2B a285b03d1615b1fac7c5a970b96b5290d115669b7f8c6ab39e1f5f33c676eb9200dfd135f0f2d8188bdf08250e4444b15cba34ef209bee2883ab5a46bf7c8b96 SHA512 756bca042abc0400d6132e357e6a72bb968fce4059b5e85e74c4c17b784afc922ef5eb9224f0eb0db210b9ed350789e0ac62a176008308a270cdc4931468dc71 -AUX libbinio-1.4-texi.patch 735 BLAKE2B 5a5949e49f606b9fc923ccbf85dd40d3913529747e3bb9f4ab41a397435ba864c0268a8d719d4b11995e8ade734e6fd100620af1b482b56b92380b4f6c3fb6d9 SHA512 52ca8d20ef515f5673034ec264b60471a6e9444764bb1a3e9aaeaf6bd2eaff83493ffe6083a64e25c7eddfc9f4546ce64477261a40fd6d3016f21dcddf5a3269 -DIST libbinio-1.4.tar.bz2 307664 BLAKE2B 402eaae2b61ab83bf5b3326618306cb3f6821f20be1e5091cd170e905b6956934d0ad554d68e7cd36622e166391ae10ac656b21e4b364ba61f1c0b301a6f2475 SHA512 974b9ecf4f889350dc5b8509a68af392644804c72a291dc1c0e7738f5b0ca3a28b1819ce35c98ae1e58fc9888481feb596b2ba1704e1b85207f64c050bc0230d -EBUILD libbinio-1.4-r1.ebuild 636 BLAKE2B 93ac8a06700499fef9c3dfef3a486a258eb8aa0600838f73d9203c53f9d92efab4cd1f97d44f29745f5b82d1b556748600f8307f8cf0c69b1cb96302eae1df6c SHA512 44cce1d0c6a55170e23d6b053ae4e079b2a1f64cbe7b288c547a3cf9e591f525611c7382903e911f26f0f560b2bfbe8f27a83edc26ff7ebedec6aa9fa20db898 -MISC metadata.xml 245 BLAKE2B 9a4205435479181d10e7c63a3987e7534dacbc142de4511b7b2460a827dc0a154a3de6de5ecac686c255a5a1c8643ee06faab18caa5c1062e02ae3bb72871115 SHA512 721ce829f234460b7b02cb309c197e50b58810854e172765e0d19e8e778f661621583b5a47930ebeb68f1439bff243a709f4e15e9f958f2dd848c3631d4bfc90 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 f9455a561314..000000000000 --- 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 b7a4798848b2..000000000000 --- 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 abfc9d7a9e0d..000000000000 --- 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 87c6909a790e..000000000000 --- 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> |