diff options
author | 2009-02-21 14:35:36 +0000 | |
---|---|---|
committer | 2009-02-21 14:35:36 +0000 | |
commit | 37837ba8b1c330bc01fb6fc05d5293d68b4ccd7c (patch) | |
tree | 7b00a92ea0b7757b334e508136725602d6146669 /app-xemacs/viper/viper-1.65.ebuild | |
parent | Fix bug #200859 (anti-aliased fonts) and bug #238079 (mouse wheel problem). A... (diff) | |
download | historical-37837ba8b1c330bc01fb6fc05d5293d68b4ccd7c.tar.gz historical-37837ba8b1c330bc01fb6fc05d5293d68b4ccd7c.tar.bz2 historical-37837ba8b1c330bc01fb6fc05d5293d68b4ccd7c.zip |
Version bump
Package-Manager: portage-2.1.6.7/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/viper/viper-1.65.ebuild')
-rw-r--r-- | app-xemacs/viper/viper-1.65.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-xemacs/viper/viper-1.65.ebuild b/app-xemacs/viper/viper-1.65.ebuild new file mode 100644 index 000000000000..dca94d4a8bf9 --- /dev/null +++ b/app-xemacs/viper/viper-1.65.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/viper/viper-1.65.ebuild,v 1.1 2009/02/21 14:35:36 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="VI emulation support." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |