diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-11-23 17:08:52 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-11-23 17:08:52 +0000 |
commit | 56e6b64f25aa83a62d3bf7be07988c896b98f50d (patch) | |
tree | 6a3b53e74835c77d1ad50d1c23f364a2252cdb6a /app-emacs | |
parent | Remove old. (diff) | |
download | gentoo-2-56e6b64f25aa83a62d3bf7be07988c896b98f50d.tar.gz gentoo-2-56e6b64f25aa83a62d3bf7be07988c896b98f50d.tar.bz2 gentoo-2-56e6b64f25aa83a62d3bf7be07988c896b98f50d.zip |
Remove old.
(Portage version: 2.2_rc51/cvs/Linux i686)
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/tnt/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/tnt/files/51tnt-gentoo.el | 9 | ||||
-rw-r--r-- | app-emacs/tnt/tnt-2.6-r1.ebuild | 26 |
3 files changed, 5 insertions, 36 deletions
diff --git a/app-emacs/tnt/ChangeLog b/app-emacs/tnt/ChangeLog index 23cc8c45637d..44e2d86eaf2c 100644 --- a/app-emacs/tnt/ChangeLog +++ b/app-emacs/tnt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/tnt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.16 2009/11/23 13:21:28 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.17 2009/11/23 17:08:52 ulm Exp $ + + 23 Nov 2009; Ulrich Mueller <ulm@gentoo.org> -files/51tnt-gentoo.el, + -tnt-2.6-r1.ebuild: + Remove old. 23 Nov 2009; Markus Meier <maekke@gentoo.org> tnt-2.6-r2.ebuild: amd64/x86 stable, bug #293811 diff --git a/app-emacs/tnt/files/51tnt-gentoo.el b/app-emacs/tnt/files/51tnt-gentoo.el deleted file mode 100644 index 78c0af045eca..000000000000 --- a/app-emacs/tnt/files/51tnt-gentoo.el +++ /dev/null @@ -1,9 +0,0 @@ - -;;; tnt site-lisp configuration - -(add-to-list 'load-path "@SITELISP@") - -(autoload 'tnt-open "tnt" "Start TNT" t) -(autoload 'tnt-proxy-switch-servers "tnt" "Switch TNT proxy servers." t) -(autoload 'tnt-proxy-toggle-proxy-use "tnt" "Toggle use of TNT proxy server." t) -(autoload 'tnt-customize "tnt" "Customization of the group 'tnt'." t) diff --git a/app-emacs/tnt/tnt-2.6-r1.ebuild b/app-emacs/tnt/tnt-2.6-r1.ebuild deleted file mode 100644 index 0e8b4bd5824d..000000000000 --- a/app-emacs/tnt/tnt-2.6-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6-r1.ebuild,v 1.5 2008/08/27 13:50:31 ulm Exp $ - -inherit elisp - -DESCRIPTION="Client for the AOL Instant Messenging service using the Emacs text editor as its UI" -HOMEPAGE="http://tnt.sourceforge.net/" -SRC_URI="mirror://sourceforge/tnt/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -SITEFILE=51${PN}-gentoo.el - -src_install() { - elisp-install ${PN} *.{el,elc} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - insinto "$SITELISP/tnt/sounds" - doins sounds/* - dodoc ChangeLog PROTOCOL README - insinto /usr/share/doc/${PF}/procmail - doins procmail/* -} |