diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-11 01:01:03 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-11 01:01:03 +0000 |
commit | 669f20a4531ff1d54e7c54d3e08f6a7fc3539448 (patch) | |
tree | 44bfafc2c76da3624e72d31595d3b02b2fd19374 /x11-libs/ecore/ecore-1.0.0.20040403_pre6.ebuild | |
parent | Bumping version to 1.2.1 for floam on #icculus.org. (Manifest recommit) (diff) | |
download | gentoo-2-669f20a4531ff1d54e7c54d3e08f6a7fc3539448.tar.gz gentoo-2-669f20a4531ff1d54e7c54d3e08f6a7fc3539448.tar.bz2 gentoo-2-669f20a4531ff1d54e7c54d3e08f6a7fc3539448.zip |
ver bump
Diffstat (limited to 'x11-libs/ecore/ecore-1.0.0.20040403_pre6.ebuild')
-rw-r--r-- | x11-libs/ecore/ecore-1.0.0.20040403_pre6.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-libs/ecore/ecore-1.0.0.20040403_pre6.ebuild b/x11-libs/ecore/ecore-1.0.0.20040403_pre6.ebuild deleted file mode 100644 index 74f11ed72dd0..000000000000 --- a/x11-libs/ecore/ecore-1.0.0.20040403_pre6.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ecore-1.0.0.20040403_pre6.ebuild,v 1.1 2004/04/04 21:49:59 vapier Exp $ - -inherit enlightenment - -DESCRIPTION="core event abstraction layer and X abstraction layer (nice convenience library)" -HOMEPAGE="http://www.enlightenment.org/pages/ecore.html" - -IUSE="${IUSE} opengl fbcon X" - -DEPEND=">=x11-libs/evas-1.0.0.20040117_pre12 - virtual/x11 - opengl? ( virtual/opengl )" - -src_compile() { - export MY_ECONF=" - `use_enable X ecore-x` \ - --enable-ecore-job \ - `use_enable fbcon ecore-fb` \ - --enable-ecore-evas \ - `use_enable opengl ecore-evas-gl` \ - `use_enable fbcon ecore-evas-fb` \ - --enable-ecore-con \ - --enable-ecore-ipc \ - --enable-ecore-txt \ - --enable-ecore-config - " - enlightenment_src_compile -} |