diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2005-02-15 16:16:18 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2005-02-15 16:16:18 +0000 |
commit | beb6e2328438ddbf1496419282aab87a4a7e485d (patch) | |
tree | 4cfb7d46a44d5381cdde9426f8df0ec2f0ebcee8 /eclass/motif.eclass | |
parent | Added vmdbmysql and vmdbpostgres local use-flags (diff) | |
download | gentoo-2-beb6e2328438ddbf1496419282aab87a4a7e485d.tar.gz gentoo-2-beb6e2328438ddbf1496419282aab87a4a7e485d.tar.bz2 gentoo-2-beb6e2328438ddbf1496419282aab87a4a7e485d.zip |
remove motif.eclass, it's not used and will be replaced by motif-config
Diffstat (limited to 'eclass/motif.eclass')
-rw-r--r-- | eclass/motif.eclass | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/eclass/motif.eclass b/eclass/motif.eclass deleted file mode 100644 index af903ad9d9e7..000000000000 --- a/eclass/motif.eclass +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/motif.eclass,v 1.4 2004/09/15 23:10:21 kugelfang Exp $ -# -# Heinrich Wednel <lanius@gentoo.org> - -inherit eutils - -ECLASS=motif -INHERITED="$INHERITED $ECLASS" - -LESSTIF_INC_DIR="/usr/X11R6/include/lesstif" -LESSTIF_LIB_DIR="/usr/X11R6/$(get_libdir)/lesstif" -LESSTIF_BIN_DIR="/usr/X11R6/bin/lesstif" |