diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-13 16:42:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-13 16:42:50 +0000 |
commit | 7e34c13905ba5cbf6f15800dd15aa7bc6c4b840a (patch) | |
tree | eabb71b2e7c31c05bca1dd0ec833220567c4f77e /app-emacs/dictionary | |
parent | Remove old. (diff) | |
download | gentoo-2-7e34c13905ba5cbf6f15800dd15aa7bc6c4b840a.tar.gz gentoo-2-7e34c13905ba5cbf6f15800dd15aa7bc6c4b840a.tar.bz2 gentoo-2-7e34c13905ba5cbf6f15800dd15aa7bc6c4b840a.zip |
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/dictionary')
-rw-r--r-- | app-emacs/dictionary/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/dictionary/dictionary-1.8.7.ebuild | 20 | ||||
-rw-r--r-- | app-emacs/dictionary/files/50dictionary-gentoo.el | 9 |
3 files changed, 5 insertions, 30 deletions
diff --git a/app-emacs/dictionary/ChangeLog b/app-emacs/dictionary/ChangeLog index c2b39ddaa374..591720532450 100644 --- a/app-emacs/dictionary/ChangeLog +++ b/app-emacs/dictionary/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/dictionary # Copyright 2002-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.17 2014/04/13 16:27:29 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/ChangeLog,v 1.18 2014/04/13 16:42:49 ulm Exp $ + + 13 Apr 2014; Ulrich Müller <ulm@gentoo.org> -dictionary-1.8.7.ebuild, + -files/50dictionary-gentoo.el: + Remove old. 13 Apr 2014; Agostino Sarubbo <ago@gentoo.org> dictionary-1.10.ebuild: Stable for ppc, wrt bug #505060 diff --git a/app-emacs/dictionary/dictionary-1.8.7.ebuild b/app-emacs/dictionary/dictionary-1.8.7.ebuild deleted file mode 100644 index e4d34166c3e8..000000000000 --- a/app-emacs/dictionary/dictionary-1.8.7.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.8.7.ebuild,v 1.5 2007/12/14 05:25:08 opfer Exp $ - -inherit elisp - -DESCRIPTION="Emacs package for talking to a dictionary server" -HOMEPAGE="http://www.myrkr.in-berlin.de/dictionary/index.html" -SRC_URI="http://www.myrkr.in-berlin.de/dictionary/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -SITEFILE="50${PN}-gentoo.el" -DOCS="README" - -src_compile() { - emake EMACS=emacs || die "emake failed" -} diff --git a/app-emacs/dictionary/files/50dictionary-gentoo.el b/app-emacs/dictionary/files/50dictionary-gentoo.el deleted file mode 100644 index 64075f6a2ebe..000000000000 --- a/app-emacs/dictionary/files/50dictionary-gentoo.el +++ /dev/null @@ -1,9 +0,0 @@ - -;;; dictionary site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") - -(load "dictionary-init") - -(global-set-key "\C-cs" 'dictionary-search) -(global-set-key "\C-cm" 'dictionary-match-words) |