Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/thumbs/, app-emacs/thumbs/files/
Date: Tue, 24 Sep 2019 14:18:47
Message-Id: 1569334699.4dfc76a5315ceb62604d42cf6dba77249e6ef5b1.ulm@gentoo
1 commit: 4dfc76a5315ceb62604d42cf6dba77249e6ef5b1
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 24 14:13:23 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 24 14:18:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dfc76a5
7
8 app-emacs/thumbs: Remove package.
9
10 Closes: https://bugs.gentoo.org/692882
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/thumbs/Manifest | 1 -
14 app-emacs/thumbs/files/50thumbs-gentoo.el | 11 -----------
15 app-emacs/thumbs/metadata.xml | 9 ---------
16 app-emacs/thumbs/thumbs-2.0-r1.ebuild | 19 -------------------
17 4 files changed, 40 deletions(-)
18
19 diff --git a/app-emacs/thumbs/Manifest b/app-emacs/thumbs/Manifest
20 deleted file mode 100644
21 index 955f5c16272..00000000000
22 --- a/app-emacs/thumbs/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST thumbs-2.0.el.bz2 6521 BLAKE2B f37154658fdc660698a28ac01d0b266ff6cc4f86f30d93a9e0929e565a6666ccd168d861122d5ff893073f9aaa4a3c7412a3f96758b044faad11f13ec7000533 SHA512 d4bca861ed5db620a2319659e255bef14241a68067be994402d2d36bb7fe34ab5a22b6b76dea5631aa5288d03caadb3a8163a8ecf439144d8d50cc410cfe078d
26
27 diff --git a/app-emacs/thumbs/files/50thumbs-gentoo.el b/app-emacs/thumbs/files/50thumbs-gentoo.el
28 deleted file mode 100644
29 index 12627d30c75..00000000000
30 --- a/app-emacs/thumbs/files/50thumbs-gentoo.el
31 +++ /dev/null
32 @@ -1,11 +0,0 @@
33 -(add-to-list 'load-path "@SITELISP@")
34 -(autoload 'thumbs-find-thumb "thumbs" "Display the thumbnail for IMG." t)
35 -(autoload 'thumbs-show-all-from-dir "thumbs"
36 - "Make a preview buffer for all images in DIR." t)
37 -(autoload 'thumbs-dired-show-marked "thumbs"
38 - "In Dired, make a thumbs buffer with all marked files." t)
39 -(autoload 'thumbs-dired-show-all "thumbs"
40 - "In dired, make a thumbs buffer with all files in current directory." t)
41 -(defalias 'thumbs 'thumbs-show-all-from-dir)
42 -(autoload 'thumbs-dired-setroot "thumbs"
43 - "In dired, Call the setroot program on the image at point." t)
44
45 diff --git a/app-emacs/thumbs/metadata.xml b/app-emacs/thumbs/metadata.xml
46 deleted file mode 100644
47 index c918cdef959..00000000000
48 --- a/app-emacs/thumbs/metadata.xml
49 +++ /dev/null
50 @@ -1,9 +0,0 @@
51 -<?xml version="1.0" encoding="UTF-8"?>
52 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 -<pkgmetadata>
54 -<maintainer type="project">
55 - <email>gnu-emacs@g.o</email>
56 - <name>Gentoo GNU Emacs project</name>
57 -</maintainer>
58 -<stabilize-allarches/>
59 -</pkgmetadata>
60
61 diff --git a/app-emacs/thumbs/thumbs-2.0-r1.ebuild b/app-emacs/thumbs/thumbs-2.0-r1.ebuild
62 deleted file mode 100644
63 index 85ffa764373..00000000000
64 --- a/app-emacs/thumbs/thumbs-2.0-r1.ebuild
65 +++ /dev/null
66 @@ -1,19 +0,0 @@
67 -# Copyright 1999-2017 Gentoo Foundation
68 -# Distributed under the terms of the GNU General Public License v2
69 -
70 -EAPI=4
71 -
72 -inherit elisp
73 -
74 -DESCRIPTION="Emacs thumbnail previewer for image files"
75 -HOMEPAGE="https://www.emacswiki.org/emacs/ThumbsMode"
76 -SRC_URI="mirror://gentoo/${P}.el.bz2"
77 -
78 -LICENSE="GPL-2"
79 -SLOT="0"
80 -KEYWORDS="amd64 ~ppc sparc x86"
81 -IUSE=""
82 -
83 -RDEPEND="virtual/imagemagick-tools"
84 -
85 -SITEFILE="50${PN}-gentoo.el"