summaryrefslogtreecommitdiff
path: root/app-emacs/fff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-emacs/fff
reinit the tree, so we can have metadata
Diffstat (limited to 'app-emacs/fff')
-rw-r--r--app-emacs/fff/Manifest6
-rw-r--r--app-emacs/fff/fff-20050517.ebuild18
-rw-r--r--app-emacs/fff/files/50fff-gentoo.el17
-rw-r--r--app-emacs/fff/metadata.xml16
4 files changed, 57 insertions, 0 deletions
diff --git a/app-emacs/fff/Manifest b/app-emacs/fff/Manifest
new file mode 100644
index 000000000000..a76391ca7279
--- /dev/null
+++ b/app-emacs/fff/Manifest
@@ -0,0 +1,6 @@
+AUX 50fff-gentoo.el 911 SHA256 bd0e06971d1565c342e3f5a613d443a5283379947cf5225d3c5882940fee2007 SHA512 b5c50da8e123d8cac658d6ab4f9c1fb3c6c2186c90753c70b6453f611999979873234b270f0b9265b8e8c452c94541d140b6ae7631f546bf249968934bc36d4e WHIRLPOOL aa912e3bb4d35220a9d1f9c26bca752475dc7425aed26db7ac11db65abcb896887958ae21cb820ef8ff6369c1ee4e9ec30ab2ba72e5b220f152bd50b749ee799
+DIST fff-20050517.tar.bz2 13774 SHA256 c6333255ebe50d481e4b7d7472a445b1bcd268622771bcd640a7201f82b07ee0 SHA512 829a833a25378d868db0dad04d062c397336aa98167fd5706a9c75a7ec4c60a49bc77b5dfa9ed9f48565d09ae2817fafeffeb7546b5e5bbfcd13c78fcdfc9939 WHIRLPOOL 05f6c9ddedadc7025006ab520e70531847f636d5be93d773a61a6a1a9819e2141d5395e647ae7aae80573ed22ce60bb53b16a657581dc530b898308c7e7ac62f
+EBUILD fff-20050517.ebuild 381 SHA256 c7be50b060ce909355d2f85aae932b69f5eca931ab47c83225f158c662a193cc SHA512 4da75faf1356b84950939c33e901e4a9b485a7991595389c389128a2996fedb6168dcc8725334e0b1bec8919651d57c0413d89a849f99c9ff14bd87ecc436ab9 WHIRLPOOL d34fbe0348f2f1e7b2011794a809c51a34e0ea632567296db377b6486efb3b3a8458fb764b55bbcf636860e76cde07906710f41f44e808689635617943321f44
+MISC ChangeLog 2333 SHA256 bcd19ac6c0bcbab43989fbaaff87507c9df6a3b423e74053ade135ea7957c508 SHA512 eec86fd850f00968eb808bae0c3dcc3f43bfd57a465ec5cadb26d03e002ce87d47555249464dd81283bd6c1a4d9141d2d7c7ff7aa4c927a27420180ad06a5388 WHIRLPOOL be5175140ad2ee75db0887e09f8534c425c0f4be18ae26c9c06df8a98f313f9ff721d651d4d7aa223e831b8a0277758dbc82c6a3f15534f15ee36f15bc2b98bd
+MISC ChangeLog-2015 1083 SHA256 ed037aac51c5ef73a43dd0b75fe50717ce880dc3b51c2425b53c2facb7865f39 SHA512 2512fd1e4e5657d85f82eae0c754c93dffc0a9eb55977a78878e8fed7719d5a5669a725dff1aa9c6f5af038d3aedb2113a39066a0183f3b8f70ee39c940471eb WHIRLPOOL 27cad959e8b5693e93a3d05cadb863b190928cb2abdf4703ee975b689280f7dac6125adca1118e11475c0f00d6b306de07fd56db0f311a594bc2060d981902e9
+MISC metadata.xml 698 SHA256 bb88623bb259af04004701611538907b5594d64ccd7ecceee80b091eebe97541 SHA512 2a3a4b9ac4c49bd9a5071d85c566f84d9c3c523a91f055b4622e20b45c6e5815b400497215f099848011450184c389d5ea4042a3a22d35422b22e3ee27405242 WHIRLPOOL 010d020aaec0b1cad02a30f44d1a73f136d950a3d31382b4c04719bcd4d5060cc7f4b336129346a05e2c36c5ab4719b46fb9a32a6527d026f1d3c128eeec91c1
diff --git a/app-emacs/fff/fff-20050517.ebuild b/app-emacs/fff/fff-20050517.ebuild
new file mode 100644
index 000000000000..a4677492657b
--- /dev/null
+++ b/app-emacs/fff/fff-20050517.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Fast file finder for Emacs"
+HOMEPAGE="http://www.splode.com/~friedman/software/emacs-lisp/"
+SRC_URI="mirror://gentoo/${P}.tar.bz2"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="sys-apps/mlocate"
+
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/fff/files/50fff-gentoo.el b/app-emacs/fff/files/50fff-gentoo.el
new file mode 100644
index 000000000000..84df8bdd9e8b
--- /dev/null
+++ b/app-emacs/fff/files/50fff-gentoo.el
@@ -0,0 +1,17 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'fff-find-file-in-envvar-path "fff" nil t)
+(autoload 'fff-insert-file-in-envvar-path "fff" nil t)
+(autoload 'fff-find-file-in-exec-path "fff" nil t)
+(autoload 'fff-insert-file-in-exec-path "fff" nil t)
+(autoload 'fff-find-file-in-path "fff" nil t)
+(autoload 'fff-insert-file-in-path "fff" nil t)
+(autoload 'fff-find-file-in-locate-db "fff" nil t)
+(autoload 'fff-insert-file-in-locate-db "fff" nil t)
+(autoload 'fff-install-map "fff" nil t)
+(autoload 'fff-find-emacs-lisp-library "fff-elisp" nil t)
+(autoload 'fff-insert-emacs-lisp-library "fff-elisp" nil t)
+(autoload 'fff-locate-emacs-lisp-library "fff-elisp" nil t)
+(autoload 'fff-find-loaded-elisp-function-or-variable "fff-elisp" nil t)
+(autoload 'fff-elisp-install-map "fff-elisp" nil t)
+(autoload 'fff-find-rfc "fff-rfc" nil t)
+(autoload 'fff-rfc-install-map "fff-rfc" nil t)
diff --git a/app-emacs/fff/metadata.xml b/app-emacs/fff/metadata.xml
new file mode 100644
index 000000000000..0f49c98586fc
--- /dev/null
+++ b/app-emacs/fff/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+<longdescription>
+ This package provides several shortcut commands for visiting or
+ inserting files without having to specify them by their complete name.
+ For example, you can visit programs in your exec-path (some of which
+ may be humanly-readable shell scripts or config files), or anything
+ else which is quickly locatable via a prebuilt database or path list.
+ Completion is also available for many commands.
+</longdescription>
+</pkgmetadata>