diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-05-14 21:24:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-05-14 21:24:16 +0000 |
commit | 0b35391892f50fdf640ce02732a68a8f7576ee03 (patch) | |
tree | 42287d8cc1b2001dc2d764fb71e9603ae941f471 /virtual/emacs/emacs-23.ebuild | |
parent | Added patch from upstream to fix bug 176476. Also removed some old unneeded ... (diff) | |
download | gentoo-2-0b35391892f50fdf640ce02732a68a8f7576ee03.tar.gz gentoo-2-0b35391892f50fdf640ce02732a68a8f7576ee03.tar.bz2 gentoo-2-0b35391892f50fdf640ce02732a68a8f7576ee03.zip |
New style virtual/emacs
(Portage version: 2.1.2.7)
Diffstat (limited to 'virtual/emacs/emacs-23.ebuild')
-rw-r--r-- | virtual/emacs/emacs-23.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/virtual/emacs/emacs-23.ebuild b/virtual/emacs/emacs-23.ebuild new file mode 100644 index 000000000000..df39c239f48c --- /dev/null +++ b/virtual/emacs/emacs-23.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/emacs/emacs-23.ebuild,v 1.1 2007/05/14 21:24:16 ulm Exp $ + +DESCRIPTION="Virtual for GNU Emacs" +HOMEPAGE="http://www.gentoo.org/proj/en/lisp/emacs/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86" +IUSE="" + +DEPEND="" +RDEPEND="=app-editors/emacs-cvs-23*" |