diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-23 19:27:33 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-23 19:27:33 +0000 |
commit | 6992a19fc249369acd5f3645b466d2d33d6ad681 (patch) | |
tree | 9dd7e3c97a8ab25f88f00b09646f36e4dd0e0836 /app-xemacs/xlib/xlib-1.14.ebuild | |
parent | ppc stable, bug #155182 (diff) | |
download | historical-6992a19fc249369acd5f3645b466d2d33d6ad681.tar.gz historical-6992a19fc249369acd5f3645b466d2d33d6ad681.tar.bz2 historical-6992a19fc249369acd5f3645b466d2d33d6ad681.zip |
Initial version.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-xemacs/xlib/xlib-1.14.ebuild')
-rw-r--r-- | app-xemacs/xlib/xlib-1.14.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-xemacs/xlib/xlib-1.14.ebuild b/app-xemacs/xlib/xlib-1.14.ebuild new file mode 100644 index 000000000000..1d405c53cc01 --- /dev/null +++ b/app-xemacs/xlib/xlib-1.14.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/xlib/xlib-1.14.ebuild,v 1.1 2006/11/23 19:25:26 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Emacs interface to X server." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |