diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2005-08-22 09:14:34 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2005-08-22 09:14:34 +0000 |
commit | 1cd3ce65dc3389b56015f75f9d00b9dbba422406 (patch) | |
tree | e71f7d5aec686375f5368db109bfb4f8d3e9e732 /eclass | |
parent | Remove old versions, not functional anymore. (diff) | |
download | historical-1cd3ce65dc3389b56015f75f9d00b9dbba422406.tar.gz historical-1cd3ce65dc3389b56015f75f9d00b9dbba422406.tar.bz2 historical-1cd3ce65dc3389b56015f75f9d00b9dbba422406.zip |
Fix imlib2 downloads and remove einfo in global scope
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/enlightenment.eclass | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index 4ab2bedff9e6..d63f797802b8 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.53 2005/08/21 19:06:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/enlightenment.eclass,v 1.54 2005/08/22 09:14:34 genstef Exp $ # # Author: vapier@gentoo.org @@ -23,10 +23,12 @@ if [[ ${PV/9999} != ${PV} ]] ; then inherit cvs elif [[ ${PV/.200?????/} != ${PV} ]] ; then ECVS_STATE="snap" -elif [[ ${PV%%.[0-9][0-9][0-9]} != ${PV} ]] ; then - ECVS_STATE="snap" +# commented because it breaks imlib2, ecore and others - genstef +#elif [[ ${PV%%.[0-9][0-9][0-9]} != ${PV} ]] ; then +# ECVS_STATE="snap" fi -einfo $PV == $ECVS_STATE +# commented because einfoe in global scope should not be used - genstef +#einfo $PV == $ECVS_STATE DESCRIPTION="A DR17 production" HOMEPAGE="http://www.enlightenment.org/" |