diff options
author | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-19 08:53:25 +0000 |
---|---|---|
committer | Matthew Kennedy <mkennedy@gentoo.org> | 2006-05-19 08:53:25 +0000 |
commit | 7747ef61b78654d63812c1ca7a8e24a8e796bc54 (patch) | |
tree | 18ce7f7b942276aed1a48019efd6bba48a2efbdb /app-emacs/dired-sort-menu/dired-sort-menu-1.26.ebuild | |
parent | Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>. (diff) | |
download | historical-7747ef61b78654d63812c1ca7a8e24a8e796bc54.tar.gz historical-7747ef61b78654d63812c1ca7a8e24a8e796bc54.tar.bz2 historical-7747ef61b78654d63812c1ca7a8e24a8e796bc54.zip |
Initial port. Ebuild contributed by Matthew Kennedy <mkennedy@gentoo.org>.
Package-Manager: portage-2.1_rc1-r2
Diffstat (limited to 'app-emacs/dired-sort-menu/dired-sort-menu-1.26.ebuild')
-rw-r--r-- | app-emacs/dired-sort-menu/dired-sort-menu-1.26.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/dired-sort-menu/dired-sort-menu-1.26.ebuild b/app-emacs/dired-sort-menu/dired-sort-menu-1.26.ebuild new file mode 100644 index 000000000000..b51c0d7bc146 --- /dev/null +++ b/app-emacs/dired-sort-menu/dired-sort-menu-1.26.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dired-sort-menu/dired-sort-menu-1.26.ebuild,v 1.1 2006/05/19 08:53:25 mkennedy Exp $ + +inherit elisp + +DESCRIPTION="A major mode for editing comma-separated value files." +HOMEPAGE="http://centaur.maths.qmw.ac.uk/Emacs/" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="" + +SITEFILE=50dired-sort-menu-gentoo.el + +src_install() { + elisp-install ${PN} *.{el,elc} + elisp-site-file-install ${FILESDIR}/${SITEFILE} +} |