diff options
-rw-r--r-- | app-emacs/completion-ui/Manifest | 21 | ||||
-rw-r--r-- | app-emacs/completion-ui/completion-ui-0.11.11.ebuild | 26 | ||||
-rw-r--r-- | app-emacs/completion-ui/files/50completion-ui-gentoo.el | 8 | ||||
-rw-r--r-- | app-emacs/completion-ui/metadata.xml | 8 |
4 files changed, 0 insertions, 63 deletions
diff --git a/app-emacs/completion-ui/Manifest b/app-emacs/completion-ui/Manifest deleted file mode 100644 index 0c049e3..0000000 --- a/app-emacs/completion-ui/Manifest +++ /dev/null @@ -1,21 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA256 - -DIST completion-ui-0.11.11.tar.gz 72755 SHA256 a1854dc547d006b550df96ae48b66a30a29046e6c1a13accb4d0ec8856aaaf76 SHA512 b65e802a0f3ecf64f2516ad23cbb8ec0373e679adebbae0b81e3a4261947cfe27cb4e763b0669415cd858557de91b36e50a2928547f581974347640724c9317a WHIRLPOOL 9b0fd871ee60d01f13fcb1f5d09c5c9c68c70af56dcab554d208998fe1cedc1abe86dbfc892254c744f78b52ad030353c02522dd2397f675f832b7812fc18ce5 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iQIcBAEBCAAGBQJQiBgYAAoJEDxpGckxwJCBAXQP+wVribTsvGsPZZp/ZWHpGiP0 -vYBDWQpR3h1vJ55i7zjV9bSEeM2rLnl1VrccXCNTnJ25D3phXE+bmePRFA6eQRAf -KxAj5XiRyQ0hzVTYuSZUlGEA67Z1Co5NVkQw+V/fsLgmkBYmRCPHh4Uw1185XZe0 -ueyw+3cyTw4yU1p1qYDSz/1fTcz1/1PRY2d1AoUsm28sp0Y/CK2DnGG9mmMlNpKQ -Uh2GkUirvvc3XfmgbW09pS9ORp/d9005QCR3zq7VHoVecGkZ+ie+ayU5McdAUk/I -vT6Jpq7RnzSOgMJMIRwIK7F6F69HcmyFyq583KPEE+svdYUEKbJI5OWpMeBKWvLg -CPyj+NfVNljmEMUFuYz5LSy21uONQbTQNBYxNo9GzhxvAtGUPm23dTvPxFztT4SI -qs76WAzDeaUw68jfb8ZBOrXEJTgc9jt8S+byjiRZfErEtjxCXleA9PWa2vQPBlgZ -jPVoamcul5fX7InCbnatBLhsm9psiW6M+TTz8U8OhTjaXNekPmC8H1MJLLcSrwpV -jHItllL59OK98MGZZ4O4BjadMHtnfzLZNmMGJQdFObZnYI2SYrr0RjWz4vSOhc+A -3tTb7bYoEbdiJt6o4qbAPzesfGOr6Y+6wubHTC9lTPbRdJukzH4SvP+ltU54LWno -NWYv5ZcX/YgVJORB6Ixa -=alhH ------END PGP SIGNATURE----- diff --git a/app-emacs/completion-ui/completion-ui-0.11.11.ebuild b/app-emacs/completion-ui/completion-ui-0.11.11.ebuild deleted file mode 100644 index c9e71dd..0000000 --- a/app-emacs/completion-ui/completion-ui-0.11.11.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit elisp - -DESCRIPTION="Library that implements user-interfaces for in-buffer completion" -HOMEPAGE="http://www.dr-qubit.org/emacs.php#completion" -SRC_URI="http://www.dr-qubit.org/predictive/${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -S="${WORKDIR}/${PN}" -SITEFILE="50${PN}-gentoo.el" - -pkg_postinst() { - elisp-site-regen - - elog "This package ships completion for dabbrev, etags, elisp," - elog "files, semantic, and nxml. You may want to bind the complete-?" - elog "functions to a key in your .emacs file." -} diff --git a/app-emacs/completion-ui/files/50completion-ui-gentoo.el b/app-emacs/completion-ui/files/50completion-ui-gentoo.el deleted file mode 100644 index aff8381..0000000 --- a/app-emacs/completion-ui/files/50completion-ui-gentoo.el +++ /dev/null @@ -1,8 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") - -(autoload 'complete-dabbrev "completion-ui-sources" "Complete dabbrev" t) -(autoload 'complete-etags "completion-ui-sources" "Complete etags" t) -(autoload 'complete-elisp "completion-ui-sources" "Complete elisp" t) -(autoload 'complete-files "completion-ui-sources" "Complete files" t) -(autoload 'complete-semantic "completion-ui-sources" "Complete semantic" t) -(autoload 'complete-nxml "completion-ui-sources" "Complete nxml" t) diff --git a/app-emacs/completion-ui/metadata.xml b/app-emacs/completion-ui/metadata.xml deleted file mode 100644 index c438baf..0000000 --- a/app-emacs/completion-ui/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> |