diff options
author | Michael Januszewski <spock@gentoo.org> | 2011-03-26 13:03:29 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2011-03-26 13:03:29 +0000 |
commit | f7cb422360898f49f434c4a7325fd78d06d73a25 (patch) | |
tree | fbac09c98217b09f5d512b3d0dcc064cb0511c11 | |
parent | Initial version (diff) | |
download | gentoo-2-f7cb422360898f49f434c4a7325fd78d06d73a25.tar.gz gentoo-2-f7cb422360898f49f434c4a7325fd78d06d73a25.tar.bz2 gentoo-2-f7cb422360898f49f434c4a7325fd78d06d73a25.zip |
Fix bug #351882.
(Portage version: 2.1.9.44/cvs/Linux x86_64)
-rw-r--r-- | dev-cpp/libbinio/ChangeLog | 6 | ||||
-rw-r--r-- | dev-cpp/libbinio/files/libbinio-1.4-texi.patch | 21 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.4.ebuild | 3 |
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog index 475e3900ae0f..0e515b5bf9d2 100644 --- a/dev-cpp/libbinio/ChangeLog +++ b/dev-cpp/libbinio/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-cpp/libbinio # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.28 2011/02/06 07:44:06 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.29 2011/03/26 13:03:29 spock Exp $ + + 26 Mar 2011; Michał Januszewski <spock@gentoo.org> libbinio-1.4.ebuild, + +files/libbinio-1.4-texi.patch: + Fix bug #351882. 06 Feb 2011; Mart Raudsepp <leio@gentoo.org> libbinio-1.4.ebuild: Drop to ~mips diff --git a/dev-cpp/libbinio/files/libbinio-1.4-texi.patch b/dev-cpp/libbinio/files/libbinio-1.4-texi.patch new file mode 100644 index 000000000000..da55e9836ee0 --- /dev/null +++ b/dev-cpp/libbinio/files/libbinio-1.4-texi.patch @@ -0,0 +1,21 @@ +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 +@@ -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.ebuild b/dev-cpp/libbinio/libbinio-1.4.ebuild index 41555aa08369..d47d84c6305b 100644 --- a/dev-cpp/libbinio/libbinio-1.4.ebuild +++ b/dev-cpp/libbinio/libbinio-1.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.18 2011/02/06 07:44:06 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.19 2011/03/26 13:03:29 spock Exp $ inherit eutils @@ -20,6 +20,7 @@ src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}/${P}-cstdio.patch" + epatch "${FILESDIR}/${P}-texi.patch" } src_install() { |