diff options
author | 2010-08-13 07:17:19 +0000 | |
---|---|---|
committer | 2010-08-13 07:17:19 +0000 | |
commit | b6af0f7815ef6dc28baadcfd7d4f7c8d633d6d0a (patch) | |
tree | bc43cab042dfdf62620a5a1bae6162651f239be9 /app-xemacs/xwem/xwem-1.23.ebuild | |
parent | stable x86, bug 321593 (diff) | |
download | historical-b6af0f7815ef6dc28baadcfd7d4f7c8d633d6d0a.tar.gz historical-b6af0f7815ef6dc28baadcfd7d4f7c8d633d6d0a.tar.bz2 historical-b6af0f7815ef6dc28baadcfd7d4f7c8d633d6d0a.zip |
Version bump: 21.4 compatibility bug fixes.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/xwem/xwem-1.23.ebuild')
-rw-r--r-- | app-xemacs/xwem/xwem-1.23.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/app-xemacs/xwem/xwem-1.23.ebuild b/app-xemacs/xwem/xwem-1.23.ebuild new file mode 100644 index 000000000000..a8f3f32ed5d1 --- /dev/null +++ b/app-xemacs/xwem/xwem-1.23.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xwem/xwem-1.23.ebuild,v 1.1 2010/08/13 07:17:19 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="X Emacs Window Manager." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xlib +app-xemacs/strokes +app-xemacs/edit-utils +app-xemacs/text-modes +app-xemacs/time +app-xemacs/slider +app-xemacs/elib +app-xemacs/ilisp +app-xemacs/mail-lib +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |