diff options
author | Ulrich Müller <ulm@gentoo.org> | 2010-10-12 22:36:11 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2010-10-12 22:36:11 +0000 |
commit | cd779eba47b32aa23c398ecf9e4264689e4f97b5 (patch) | |
tree | 03cab200f2661d3cdbcb7aaafc5e99eb154645c2 /app-emacs | |
parent | Remove unused file, fixes bug 340705. (diff) | |
download | gentoo-2-cd779eba47b32aa23c398ecf9e4264689e4f97b5.tar.gz gentoo-2-cd779eba47b32aa23c398ecf9e4264689e4f97b5.tar.bz2 gentoo-2-cd779eba47b32aa23c398ecf9e4264689e4f97b5.zip |
Remove unused file, fixes bug 340711.
(Portage version: 2.1.9.16/cvs/Linux x86_64)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/thumbs/ChangeLog | 8 | ||||
-rw-r--r-- | app-emacs/thumbs/files/thumbs.el-gentoo.patch | 16 |
2 files changed, 6 insertions, 18 deletions
diff --git a/app-emacs/thumbs/ChangeLog b/app-emacs/thumbs/ChangeLog index 1c4f02e24c7c..5ea7ff50ece9 100644 --- a/app-emacs/thumbs/ChangeLog +++ b/app-emacs/thumbs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/thumbs # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.22 2010/05/22 15:30:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/thumbs/ChangeLog,v 1.23 2010/10/12 22:36:11 ulm Exp $ + + 12 Oct 2010; Ulrich Mueller <ulm@gentoo.org> + -files/thumbs.el-gentoo.patch: + Remove unused file, fixes bug 340711. 22 May 2010; Ulrich Mueller <ulm@gentoo.org> files/50thumbs-gentoo.el, thumbs-2.0.ebuild, -files/51thumbs-gentoo.el: @@ -70,7 +74,7 @@ *thumbs-0.8.1 (31 Oct 2002) 31 Oct 2002; Matthew Kennedy <mkennedy@gentoo.org> ChangeLog, - thumbs-0.8.1.ebuild, files/50thumbs-gentoo.el, + thumbs-0.8.1.ebuild, files/50thumbs-gentoo.el, files/digest-thumbs-0.8.1 : Initial import. diff --git a/app-emacs/thumbs/files/thumbs.el-gentoo.patch b/app-emacs/thumbs/files/thumbs.el-gentoo.patch deleted file mode 100644 index 5c9767560731..000000000000 --- a/app-emacs/thumbs/files/thumbs.el-gentoo.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff -u thumbs-1.8.orig/thumbs.el thumbs-1.8/thumbs.el ---- thumbs-1.8.orig/thumbs.el 2003-09-24 18:01:22.000000000 -0500 -+++ thumbs-1.8/thumbs.el 2003-09-24 23:44:24.834705392 -0500 -@@ -48,11 +48,6 @@ -
- (defconst xemacsp (string-match "XEmacs" emacs-version))
-
--(if (and (not xemacsp)(not (featurep 'image)))
-- (error "Your Emacs version (%S) doesn't support in-line images or was not compiled with image support.
--Upgrade to Emacs 21.1 or newer, or compile it with image support."
-- emacs-version))
--
- (if (not (fboundp 'image-file-name-regexp))
- (defun image-file-name-regexp ()
- (let ((reg
-Only in thumbs-1.8: thumbs.el~ |