summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2013-01-12 15:53:27 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2013-01-12 15:53:27 +0000
commit00fccc378b5d1e556f7f89dc099c3d3ef858e996 (patch)
tree40e5126c5731474497bcaa6325197c629a85e923 /app-text/fbreader
parentStabilise latest on amd64 and x86. Drop older. (diff)
downloadgentoo-2-00fccc378b5d1e556f7f89dc099c3d3ef858e996.tar.gz
gentoo-2-00fccc378b5d1e556f7f89dc099c3d3ef858e996.tar.bz2
gentoo-2-00fccc378b5d1e556f7f89dc099c3d3ef858e996.zip
Drop unused patch.
(Portage version: 2.2.0_alpha151/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text/fbreader')
-rw-r--r--app-text/fbreader/ChangeLog6
-rw-r--r--app-text/fbreader/files/fbreader-0.12.10-gcc45.patch11
2 files changed, 5 insertions, 12 deletions
diff --git a/app-text/fbreader/ChangeLog b/app-text/fbreader/ChangeLog
index 333e5cfd1560..daad9d4ec11c 100644
--- a/app-text/fbreader/ChangeLog
+++ b/app-text/fbreader/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-text/fbreader
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/fbreader/ChangeLog,v 1.30 2013/01/12 15:52:50 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/fbreader/ChangeLog,v 1.31 2013/01/12 15:53:27 scarabeus Exp $
+
+ 12 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org>
+ -files/fbreader-0.12.10-gcc45.patch:
+ Drop unused patch.
12 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> -fbreader-0.12.10.ebuild,
fbreader-0.99.4.ebuild:
diff --git a/app-text/fbreader/files/fbreader-0.12.10-gcc45.patch b/app-text/fbreader/files/fbreader-0.12.10-gcc45.patch
deleted file mode 100644
index ec32420fc70e..000000000000
--- a/app-text/fbreader/files/fbreader-0.12.10-gcc45.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- fbreader-0.12.10-orig/fbreader/src/library/Library.cpp 2010-04-01 15:14:24.000000000 +0200
-+++ fbreader-0.12.10/fbreader/src/library/Library.cpp 2010-04-13 13:34:06.000000000 +0200
-@@ -39,7 +39,7 @@
- shared_ptr<Library> Library::ourInstance;
- const size_t Library::MaxRecentListSize = 10;
-
--Library::Library &Library::Instance() {
-+Library &Library::Instance() {
- if (ourInstance.isNull()) {
- ourInstance = new Library();
- }