summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-10 20:25:39 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-10 20:25:39 +0000
commit450c7f5d90b6e3b8336cb1fb8d37b130a2df67df (patch)
treee1d95a8b0b39beb4646baaef9d670107dba25501 /app-emacs/teco
parentRemove old. (diff)
downloadgentoo-2-450c7f5d90b6e3b8336cb1fb8d37b130a2df67df.tar.gz
gentoo-2-450c7f5d90b6e3b8336cb1fb8d37b130a2df67df.tar.bz2
gentoo-2-450c7f5d90b6e3b8336cb1fb8d37b130a2df67df.zip
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/teco')
-rw-r--r--app-emacs/teco/ChangeLog7
-rw-r--r--app-emacs/teco/teco-7.ebuild28
2 files changed, 5 insertions, 30 deletions
diff --git a/app-emacs/teco/ChangeLog b/app-emacs/teco/ChangeLog
index 6c72418137d1..aaf76b89c73d 100644
--- a/app-emacs/teco/ChangeLog
+++ b/app-emacs/teco/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/teco
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/ChangeLog,v 1.2 2013/07/30 22:26:02 ulm Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/ChangeLog,v 1.3 2014/02/10 20:25:39 ulm Exp $
+
+ 10 Feb 2014; Ulrich Müller <ulm@gentoo.org> -teco-7.ebuild:
+ Remove old.
*teco-7-r1 (30 Jul 2013)
diff --git a/app-emacs/teco/teco-7.ebuild b/app-emacs/teco/teco-7.ebuild
deleted file mode 100644
index 106f7c904061..000000000000
--- a/app-emacs/teco/teco-7.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/teco/teco-7.ebuild,v 1.2 2011/11/24 17:58:43 ulm Exp $
-
-EAPI=4
-
-inherit elisp
-
-DESCRIPTION="TECO interpreter for GNU Emacs"
-HOMEPAGE="http://www.emacswiki.org/emacs/TECO"
-# taken from: http://www.emacswiki.org/emacs/teco.el
-SRC_URI="mirror://gentoo/${P}.el.bz2"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-ELISP_PATCHES="${P}-minibuffer-prompt.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-pkg_postinst() {
- elisp-site-regen
- elog "To be able to invoke Teco directly, define a key binding"
- elog "for teco:command in your ~/.emacs file, e.g.:"
- elog " (global-set-key \"\\C-z\" 'teco:command)"
- elog "See ${SITELISP}/${PN}/teco.el for documentation."
-}