diff options
author | 2005-08-20 05:17:15 +0000 | |
---|---|---|
committer | 2005-08-20 05:17:15 +0000 | |
commit | 8162f1243383a33161daa78c5d204baea7829306 (patch) | |
tree | e5f3bd64a54a4ee33b0a8d740012f5642e23c3a6 /x11-libs/ecore | |
parent | old (diff) | |
download | gentoo-2-8162f1243383a33161daa78c5d204baea7829306.tar.gz gentoo-2-8162f1243383a33161daa78c5d204baea7829306.tar.bz2 gentoo-2-8162f1243383a33161daa78c5d204baea7829306.zip |
update snapshot
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-libs/ecore')
-rw-r--r-- | x11-libs/ecore/ecore-0.9.9.013.ebuild | 29 | ||||
-rw-r--r-- | x11-libs/ecore/files/digest-ecore-0.9.9.013 | 1 |
2 files changed, 30 insertions, 0 deletions
diff --git a/x11-libs/ecore/ecore-0.9.9.013.ebuild b/x11-libs/ecore/ecore-0.9.9.013.ebuild new file mode 100644 index 000000000000..4ebb2adbc8ae --- /dev/null +++ b/x11-libs/ecore/ecore-0.9.9.013.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ecore/ecore-0.9.9.013.ebuild,v 1.1 2005/08/20 05:12:43 vapier Exp $ + +inherit enlightenment + +DESCRIPTION="core event abstraction layer and X abstraction layer (nice convenience library)" + +IUSE="X fbcon opengl" + +DEPEND=">=x11-libs/evas-0.9.9 + 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 +} diff --git a/x11-libs/ecore/files/digest-ecore-0.9.9.013 b/x11-libs/ecore/files/digest-ecore-0.9.9.013 new file mode 100644 index 000000000000..bad027228ed6 --- /dev/null +++ b/x11-libs/ecore/files/digest-ecore-0.9.9.013 @@ -0,0 +1 @@ +MD5 ef3dcedf00e18c6449e744edf4a50c50 ecore-0.9.9.013.tar.gz 1074990 |