diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-25 06:53:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-25 06:53:57 +0000 |
commit | 8fa7d3c9ebd66cd7f6ba9d8b42d74e2faa0a5e69 (patch) | |
tree | f9a6226a18b2941717d0934b93748c34e21abb69 /x11-wm/e | |
parent | update HOMEPAGE as noted in #68263 (diff) | |
download | historical-8fa7d3c9ebd66cd7f6ba9d8b42d74e2faa0a5e69.tar.gz historical-8fa7d3c9ebd66cd7f6ba9d8b42d74e2faa0a5e69.tar.bz2 historical-8fa7d3c9ebd66cd7f6ba9d8b42d74e2faa0a5e69.zip |
make sure edje was built with USE=png
Package-Manager: portage-2.0.52-r1 http://www.bash.org/?136501
Diffstat (limited to 'x11-wm/e')
-rw-r--r-- | x11-wm/e/Manifest | 12 | ||||
-rw-r--r-- | x11-wm/e/e-9999.ebuild | 12 |
2 files changed, 16 insertions, 8 deletions
diff --git a/x11-wm/e/Manifest b/x11-wm/e/Manifest index dae5d8133df3..0782f0dc3e7d 100644 --- a/x11-wm/e/Manifest +++ b/x11-wm/e/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 acd2ae572746c4c09760801f94220c44 ChangeLog 305 -MD5 26c6531e41e3264008688c743f0c2611 e-9999.ebuild 654 MD5 1fb0cef8c20e31d8fee121ebb2205588 metadata.xml 221 +MD5 acd2ae572746c4c09760801f94220c44 ChangeLog 305 +MD5 3465a6a7d78b0c6ce2b5982d78a019cd e-9999.ebuild 823 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-e-9999 0 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.9.10 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFBu4SAroRuSHgZdywRAq7dAJ0eqjw7xH6jD4nKTAHVLlyuMroZ3wCbBplS -oXPLGL5WSOZyP2RMlAWEk2g= -=LV5U +iD8DBQFDNkm4gIKl8Uu19MoRAhWxAJ9/3FIiOvD+aFcESDJw1ii68YIXTwCbBZgy +q5Jv2MeD0WIrCYn1FFVE5V8= +=DYHB -----END PGP SIGNATURE----- diff --git a/x11-wm/e/e-9999.ebuild b/x11-wm/e/e-9999.ebuild index d8701dc52f52..8ed0c8f5d23e 100644 --- a/x11-wm/e/e-9999.ebuild +++ b/x11-wm/e/e-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/e/e-9999.ebuild,v 1.2 2004/12/11 23:36:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/e/e-9999.ebuild,v 1.3 2005/09/25 06:53:57 vapier Exp $ ECVS_MODULE="e17/apps/e" inherit enlightenment @@ -15,6 +15,14 @@ DEPEND="sys-devel/libtool dev-libs/embryo x11-libs/evas" +pkg_setup() { + if ! built_with_use media-libs/edje png ; then + eerror "Re-emerge edje with USE=png" + die "Re-emerge edje with USE=png" + fi + enlightenment_pkg_setup +} + src_install() { enlightenment_src_install mv "${D}"/usr/bin/enlightenment{,-0.17} |