summaryrefslogtreecommitdiff
path: root/app-emacs/thumbs
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/thumbs')
-rw-r--r--app-emacs/thumbs/Manifest4
-rw-r--r--app-emacs/thumbs/files/50thumbs-gentoo.el11
-rw-r--r--app-emacs/thumbs/metadata.xml9
-rw-r--r--app-emacs/thumbs/thumbs-2.0-r1.ebuild19
4 files changed, 0 insertions, 43 deletions
diff --git a/app-emacs/thumbs/Manifest b/app-emacs/thumbs/Manifest
deleted file mode 100644
index 815c1ca8f0ea..000000000000
--- a/app-emacs/thumbs/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50thumbs-gentoo.el 583 BLAKE2B 52d510b9eaf45096d2f19dfdfddd1c8be31fa4edc698d5525ed8b2a0c2f9af258ecad323ca781a318c462319f6c31a113c486bd230dc208c489a720022af053a SHA512 dc608706b845acaa68c7a3ae62495adb43d918523d9e68c521173a6b28962cc438359147b7918e001d68d6d9e11365c1e9d3557464497a258ab168adc28e993e
-DIST thumbs-2.0.el.bz2 6521 BLAKE2B f37154658fdc660698a28ac01d0b266ff6cc4f86f30d93a9e0929e565a6666ccd168d861122d5ff893073f9aaa4a3c7412a3f96758b044faad11f13ec7000533 SHA512 d4bca861ed5db620a2319659e255bef14241a68067be994402d2d36bb7fe34ab5a22b6b76dea5631aa5288d03caadb3a8163a8ecf439144d8d50cc410cfe078d
-EBUILD thumbs-2.0-r1.ebuild 412 BLAKE2B 7f5023ce0234efb6ca2d8702c2f3827e8900b6ceeee57dd46f09a57c121a0cbc44b9a80eccb63d1b7722f5237335f45d3ac1d0de0b8d90cd8aabdeee72d48153 SHA512 02317700e3d1a2f18532b03666e93150d2e33dd12eb2d2c3186c42a7f0ad9f4c9c93b7675b37f31bc3492ce26412ec892d553f3d9be84eb18010084eadb51ebf
-MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072
diff --git a/app-emacs/thumbs/files/50thumbs-gentoo.el b/app-emacs/thumbs/files/50thumbs-gentoo.el
deleted file mode 100644
index 12627d30c75e..000000000000
--- a/app-emacs/thumbs/files/50thumbs-gentoo.el
+++ /dev/null
@@ -1,11 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(autoload 'thumbs-find-thumb "thumbs" "Display the thumbnail for IMG." t)
-(autoload 'thumbs-show-all-from-dir "thumbs"
- "Make a preview buffer for all images in DIR." t)
-(autoload 'thumbs-dired-show-marked "thumbs"
- "In Dired, make a thumbs buffer with all marked files." t)
-(autoload 'thumbs-dired-show-all "thumbs"
- "In dired, make a thumbs buffer with all files in current directory." t)
-(defalias 'thumbs 'thumbs-show-all-from-dir)
-(autoload 'thumbs-dired-setroot "thumbs"
- "In dired, Call the setroot program on the image at point." t)
diff --git a/app-emacs/thumbs/metadata.xml b/app-emacs/thumbs/metadata.xml
deleted file mode 100644
index c918cdef9591..000000000000
--- a/app-emacs/thumbs/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
-</maintainer>
-<stabilize-allarches/>
-</pkgmetadata>
diff --git a/app-emacs/thumbs/thumbs-2.0-r1.ebuild b/app-emacs/thumbs/thumbs-2.0-r1.ebuild
deleted file mode 100644
index 85ffa7643736..000000000000
--- a/app-emacs/thumbs/thumbs-2.0-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="Emacs thumbnail previewer for image files"
-HOMEPAGE="https://www.emacswiki.org/emacs/ThumbsMode"
-SRC_URI="mirror://gentoo/${P}.el.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc sparc x86"
-IUSE=""
-
-RDEPEND="virtual/imagemagick-tools"
-
-SITEFILE="50${PN}-gentoo.el"