summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2005-08-22 09:14:34 +0000
committerStefan Schweizer <genstef@gentoo.org>2005-08-22 09:14:34 +0000
commit3e6bb9cc040a0b69c5fa6353cc59f80891ea0c6d (patch)
treebf90eea5882a7f6ad7e55b88804abd9c38fdf48a /eclass/enlightenment.eclass
parentRemove old versions, not functional anymore. (diff)
downloadgentoo-2-3e6bb9cc040a0b69c5fa6353cc59f80891ea0c6d.tar.gz
gentoo-2-3e6bb9cc040a0b69c5fa6353cc59f80891ea0c6d.tar.bz2
gentoo-2-3e6bb9cc040a0b69c5fa6353cc59f80891ea0c6d.zip
Fix imlib2 downloads and remove einfo in global scope
Diffstat (limited to 'eclass/enlightenment.eclass')
-rw-r--r--eclass/enlightenment.eclass10
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/"