diff options
author | 2011-04-22 16:18:47 +0000 | |
---|---|---|
committer | 2011-04-22 16:18:47 +0000 | |
commit | 857b6652c0aa0fc2e19b412f5aa37c2464309857 (patch) | |
tree | e0df3b459086341e0ad0633d97c6641e2f98e0bc /app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.7.ebuild | |
parent | Make mta provision optional, so that you can install ssmtp side-by-side with ... (diff) | |
download | historical-857b6652c0aa0fc2e19b412f5aa37c2464309857.tar.gz historical-857b6652c0aa0fc2e19b412f5aa37c2464309857.tar.bz2 historical-857b6652c0aa0fc2e19b412f5aa37c2464309857.zip |
Version bump, bug 364481.
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.7.ebuild')
-rw-r--r-- | app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.7.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.7.ebuild b/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.7.ebuild new file mode 100644 index 000000000000..9920834a3d00 --- /dev/null +++ b/app-emacs/graphviz-dot-mode/graphviz-dot-mode-0.3.7.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2011 Gentoo Foundation +# 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.3.7.ebuild,v 1.1 2011/04/22 16:18:47 ulm Exp $ + +EAPI=4 + +inherit elisp + +DESCRIPTION="Emacs mode for editing and previewing Graphviz dot graphs" +HOMEPAGE="http://users.skynet.be/ppareit/projects/graphviz-dot-mode/graphviz-dot-mode.html + http://www.graphviz.org/" +# taken from http://users.skynet.be/ppareit/projects/${PN}/${PN}.el +SRC_URI="mirror://gentoo/${P}.el.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="" + +SITEFILE="50${PN}-gentoo.el" |