diff options
author | 2007-04-20 22:13:03 +0000 | |
---|---|---|
committer | 2007-04-20 22:13:03 +0000 | |
commit | f6ff622bde98d03ab4bec37cf73efe3effcf0ea0 (patch) | |
tree | 87495855b54d141525135098c65ea47006d69146 /app-emacs/stripes/stripes-0.2-r1.ebuild | |
parent | amd64 stable, bug 175305 (diff) | |
download | historical-f6ff622bde98d03ab4bec37cf73efe3effcf0ea0.tar.gz historical-f6ff622bde98d03ab4bec37cf73efe3effcf0ea0.tar.bz2 historical-f6ff622bde98d03ab4bec37cf73efe3effcf0ea0.zip |
Use autoload instead of require.
Package-Manager: portage-2.1.2.4
Diffstat (limited to 'app-emacs/stripes/stripes-0.2-r1.ebuild')
-rw-r--r-- | app-emacs/stripes/stripes-0.2-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-emacs/stripes/stripes-0.2-r1.ebuild b/app-emacs/stripes/stripes-0.2-r1.ebuild new file mode 100644 index 000000000000..bbf67d3dec25 --- /dev/null +++ b/app-emacs/stripes/stripes-0.2-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/stripes/stripes-0.2-r1.ebuild,v 1.1 2007/04/20 22:13:03 ulm Exp $ + +inherit elisp + +DESCRIPTION="Stripes is an Emacs mode which highlights every even line with an alternative background color" +HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/StripesMode" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha ~amd64 ~ppc-macos ~x86" +IUSE="" + +SITEFILE=51${PN}-gentoo.el |