diff options
author | 2003-09-21 02:23:23 +0000 | |
---|---|---|
committer | 2003-09-21 02:23:23 +0000 | |
commit | 3e4474718508b5dbdfdd47dc7ff23ccc7b7319f5 (patch) | |
tree | faf985029ec34be1b0f24636056f0cfd70c219dd /app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.2.ebuild | |
parent | resolves bug 28977 (diff) | |
download | gentoo-2-3e4474718508b5dbdfdd47dc7ff23ccc7b7319f5.tar.gz gentoo-2-3e4474718508b5dbdfdd47dc7ff23ccc7b7319f5.tar.bz2 gentoo-2-3e4474718508b5dbdfdd47dc7ff23ccc7b7319f5.zip |
resolves bug 28977
Diffstat (limited to 'app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.2.ebuild')
-rw-r--r-- | app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.2.ebuild b/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.2.ebuild new file mode 100644 index 000000000000..18b8e937a6ba --- /dev/null +++ b/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.2.ebuild,v 1.1 2003/09/21 02:23:21 mkennedy Exp $ + +inherit elisp + +IUSE="" +DESCRIPTION="Emacs mode for editing and previewing Graphviz dot graphs" +HOMEPAGE="http://www.research.att.com/sw/tools/graphviz/download.html" +SRC_URI="mirror://gentoo/${P}.tar.gz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86" +DEPEND="virtual/emacs" + +S="${WORKDIR}/${P}" + +SITEFILE=50graphviz-dot-mode-gentoo.el |