diff options
author | 2006-12-22 09:03:28 +0000 | |
---|---|---|
committer | 2006-12-22 09:03:28 +0000 | |
commit | c9a9f3512f6d0397daa61a66e5b83fbe57dcd884 (patch) | |
tree | 8a2b086e8bc0f376327f3a59978aed416a933fb9 /app-xemacs/edebug/edebug-1.22.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-c9a9f3512f6d0397daa61a66e5b83fbe57dcd884.tar.gz gentoo-2-c9a9f3512f6d0397daa61a66e5b83fbe57dcd884.tar.bz2 gentoo-2-c9a9f3512f6d0397daa61a66e5b83fbe57dcd884.zip |
Version bump.
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-xemacs/edebug/edebug-1.22.ebuild')
-rw-r--r-- | app-xemacs/edebug/edebug-1.22.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/edebug/edebug-1.22.ebuild b/app-xemacs/edebug/edebug-1.22.ebuild new file mode 100644 index 000000000000..0e36c49c118d --- /dev/null +++ b/app-xemacs/edebug/edebug-1.22.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/edebug/edebug-1.22.ebuild,v 1.1 2006/12/22 09:03:28 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="An Emacs Lisp debugger." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xemacs-devel +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |