diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-22 12:48:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-22 12:48:20 +0000 |
commit | 21661ae06956023586b3dbf7747670e4f5676d9d (patch) | |
tree | 7c4d74c26f39b484c9eaca7b04c76681c17e62ad /x11-misc/engage | |
parent | live cvs (diff) | |
download | historical-21661ae06956023586b3dbf7747670e4f5676d9d.tar.gz historical-21661ae06956023586b3dbf7747670e4f5676d9d.tar.bz2 historical-21661ae06956023586b3dbf7747670e4f5676d9d.zip |
live cvs
Diffstat (limited to 'x11-misc/engage')
-rw-r--r-- | x11-misc/engage/Manifest | 10 | ||||
-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 |
4 files changed, 37 insertions, 6 deletions
diff --git a/x11-misc/engage/Manifest b/x11-misc/engage/Manifest index 3559d60504bf..bf667a75c71c 100644 --- a/x11-misc/engage/Manifest +++ b/x11-misc/engage/Manifest @@ -2,13 +2,15 @@ Hash: SHA1 MD5 6283ec5f4a12acc31cfef275f29309d1 ChangeLog 323 -MD5 81d99398b1da0a93db38e6e7a3ad55f9 engage-0.0.9.20041016.ebuild 679 +MD5 94b428cc73a4d31a14a2946b27ba724e engage-0.0.9.20041016.ebuild 716 MD5 1fb0cef8c20e31d8fee121ebb2205588 metadata.xml 221 +MD5 8e98592a6d903696ba0773e057d7a65c engage-9999.ebuild 706 MD5 fb0c2e4f8318cf7aeeb8345d3f9e8cb9 files/digest-engage-0.0.9.20041016 74 +MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-engage-9999 0 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.9.10 (GNU/Linux) -iD8DBQFBd9JrHTu7gpaalycRAnV4AKDN74qqd/xes+wBUS/JVwmJp1sc1QCeP2Q5 -vsSQQEce0v9DBbEEbhJjJ4o= -=s+6j +iD8DBQFBeQGwHTu7gpaalycRAqTdAJ9zzw9MWQb+I9HpruYg+ERRgvY4EwCfUeM6 +jp0CE+r6vgMPvC67TZg80n4= +=tugq -----END PGP SIGNATURE----- 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 |