diff options
author | 2004-10-22 12:51:01 +0000 | |
---|---|---|
committer | 2004-10-22 12:51:01 +0000 | |
commit | 93a4afa35d1e79b41c93a0ccbb115c37cd3b9318 (patch) | |
tree | 1ada5adc0e10e6505901f858733850dc9081160b /x11-misc | |
parent | live cvs (Manifest recommit) (diff) | |
download | gentoo-2-93a4afa35d1e79b41c93a0ccbb115c37cd3b9318.tar.gz gentoo-2-93a4afa35d1e79b41c93a0ccbb115c37cd3b9318.tar.bz2 gentoo-2-93a4afa35d1e79b41c93a0ccbb115c37cd3b9318.zip |
live cvs
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/engage/engage-0.0.9.20041016.ebuild | 5 | ||||
-rw-r--r-- | x11-misc/engage/engage-9999.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/engage/files/digest-engage-9999 | 0 |
3 files changed, 31 insertions, 2 deletions
diff --git a/x11-misc/engage/engage-0.0.9.20041016.ebuild b/x11-misc/engage/engage-0.0.9.20041016.ebuild index d4e925cfa5cf..730936499d99 100644 --- a/x11-misc/engage/engage-0.0.9.20041016.ebuild +++ b/x11-misc/engage/engage-0.0.9.20041016.ebuild @@ -1,10 +1,11 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/engage/engage-0.0.9.20041016.ebuild,v 1.2 2004/10/21 15:14:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/engage/engage-0.0.9.20041016.ebuild,v 1.3 2004/10/22 12:48:20 vapier Exp $ +ECVS_MODULE="misc/engage" inherit enlightenment -DESCRIPTION="blah" +DESCRIPTION="nice bar thingy" IUSE="xinerama" diff --git a/x11-misc/engage/engage-9999.ebuild b/x11-misc/engage/engage-9999.ebuild new file mode 100644 index 000000000000..3324f78024dd --- /dev/null +++ b/x11-misc/engage/engage-9999.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/engage/engage-9999.ebuild,v 1.1 2004/10/22 12:48:20 vapier Exp $ + +ECVS_MODULE="misc/engage" +inherit enlightenment + +DESCRIPTION="nice bar thingy" + +IUSE="xinerama" + +DEPEND=">=x11-libs/esmart-0.9.0.20041009 + >=media-libs/imlib2-1.1.2 + >=media-libs/edje-0.5.0.20041009 + >=x11-libs/ecore-1.0.0.20041009_pre7 + >=x11-libs/evas-1.0.0.20041009_pre13 + >=x11-libs/ewl-0.0.4.20041009" + +src_compile() { + export MY_ECONF="$(use_enable xinerama)" + enlightenment_src_compile +} + +src_install() { + enlightenment_src_install + exeinto /usr/share/engage + doexe build_icon.sh +} diff --git a/x11-misc/engage/files/digest-engage-9999 b/x11-misc/engage/files/digest-engage-9999 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/x11-misc/engage/files/digest-engage-9999 |