diff options
author | 2007-12-14 08:03:59 +0000 | |
---|---|---|
committer | 2007-12-14 08:03:59 +0000 | |
commit | f6a698f4ab651ca060a9d5b4ce857391dee0f02e (patch) | |
tree | be064854a0bea1b9062a4fb6a4f457853d458934 /app-emacs/df-mode/df-mode-20050509.ebuild | |
parent | Bump to 1.4.1 release candidate. It's gotta be an improvement over 1.4, (diff) | |
download | gentoo-2-f6a698f4ab651ca060a9d5b4ce857391dee0f02e.tar.gz gentoo-2-f6a698f4ab651ca060a9d5b4ce857391dee0f02e.tar.bz2 gentoo-2-f6a698f4ab651ca060a9d5b4ce857391dee0f02e.zip |
Move app-emacs/df to app-emacs/df-mode. Version bump.
(Portage version: 2.1.4_rc9, RepoMan options: --force)
Diffstat (limited to 'app-emacs/df-mode/df-mode-20050509.ebuild')
-rw-r--r-- | app-emacs/df-mode/df-mode-20050509.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/df-mode/df-mode-20050509.ebuild b/app-emacs/df-mode/df-mode-20050509.ebuild new file mode 100644 index 000000000000..a5b853be4308 --- /dev/null +++ b/app-emacs/df-mode/df-mode-20050509.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/df-mode/df-mode-20050509.ebuild,v 1.1 2007/12/14 08:03:58 ulm Exp $ + +inherit elisp + +DESCRIPTION="Minor mode to show space left on devices in the mode line" +HOMEPAGE="http://www.coli.uni-saarland.de/~fouvry/software.html + http://www.emacswiki.org/cgi-bin/wiki/DfMode" +# taken from http://www.coli.uni-saarland.de/~fouvry/files/df-mode.el.gz +SRC_URI="mirror://gentoo/${P}.el.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +SIMPLE_ELISP=t +SITEFILE=50${PN}-gentoo.el + +pkg_postinst() { + einfo "If you are updating from df-1.5: The user interface for df-mode" + einfo "has changed. See <http://www.emacswiki.org/cgi-bin/wiki/DfMode>" + einfo "for documentation." +} |