diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-05-30 13:25:32 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-05-30 13:25:32 +0000 |
commit | 5e569cf1c67f99859e95499f51b27314933e670d (patch) | |
tree | 31acd408af4d674ea3c035b9f5a162508415a12d /eclass | |
parent | This revision includes a cleaned up ebuild which now properly builds on amd64... (diff) | |
download | gentoo-2-5e569cf1c67f99859e95499f51b27314933e670d.tar.gz gentoo-2-5e569cf1c67f99859e95499f51b27314933e670d.tar.bz2 gentoo-2-5e569cf1c67f99859e95499f51b27314933e670d.zip |
Mark these eclasses deprecated by comment.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/xfce4.eclass | 10 | ||||
-rw-r--r-- | eclass/xfce42.eclass | 8 |
2 files changed, 6 insertions, 12 deletions
diff --git a/eclass/xfce4.eclass b/eclass/xfce4.eclass index 9b3ccf12d6b3..a8364a1a77fc 100644 --- a/eclass/xfce4.eclass +++ b/eclass/xfce4.eclass @@ -1,12 +1,8 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.23 2007/03/26 19:24:51 drac Exp $ -# Author: Brad Cowan <bcowan@gentoo.org> - -# Xfce4 Eclass -# -# Eclass to simplify Xfce4 package installation +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce4.eclass,v 1.24 2007/05/30 13:25:32 drac Exp $ +# DEPRECATED ECLASS. if [[ ${BZIPPED} = "1" ]];then COMPRESS=".tar.bz2" diff --git a/eclass/xfce42.eclass b/eclass/xfce42.eclass index 8e5b0c901784..fd0c2b226f4d 100644 --- a/eclass/xfce42.eclass +++ b/eclass/xfce42.eclass @@ -1,10 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/xfce42.eclass,v 1.7 2007/01/05 04:21:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/xfce42.eclass,v 1.8 2007/05/30 13:25:32 drac Exp $ -# Xfce42 Eclass -# -# Eclass to simplify Xfce4 package installation +# DEPRECATED ECLASS. ## set some variable values: ## COMPRESS is the default compression extension |