summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-10-04 23:37:50 +0200
committerUlrich Müller <ulm@gentoo.org>2012-10-04 23:37:50 +0200
commit46ab36247259831102e6fb47be371833afa76cd1 (patch)
tree28d1d6147c2669047cdff31b39cc0a32f7ed4ae8 /app-emacs/completion-ui/completion-ui-0.11.10.ebuild
parentSync from Portage tree. (diff)
downloademacs-46ab36247259831102e6fb47be371833afa76cd1.tar.gz
emacs-46ab36247259831102e6fb47be371833afa76cd1.tar.bz2
emacs-46ab36247259831102e6fb47be371833afa76cd1.zip
Version bump. Add metadata.xml.
(Portage version: 2.1.11.24/git/Linux x86_64, signed Manifest commit with key 7DC6EA25)
Diffstat (limited to 'app-emacs/completion-ui/completion-ui-0.11.10.ebuild')
-rw-r--r--app-emacs/completion-ui/completion-ui-0.11.10.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/app-emacs/completion-ui/completion-ui-0.11.10.ebuild b/app-emacs/completion-ui/completion-ui-0.11.10.ebuild
deleted file mode 100644
index 6962f0e..0000000
--- a/app-emacs/completion-ui/completion-ui-0.11.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit elisp
-
-DESCRIPTION="library that implements user-interfaces for in-buffer completion"
-HOMEPAGE="http://www.dr-qubit.org/emacs.php#completion"
-# Upstream ships this as 0.11.8, but it contains version 0.11.10
-SRC_URI="mirror://gentoo/${P}.tar.gz
- http://dev.gentoo.org/~tomka/files/${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."
-}
-