diff options
author | Bertrand Jacquin <beber@meleeweb.net> | 2006-02-24 15:45:11 +0100 |
---|---|---|
committer | Bertrand Jacquin <beber@meleeweb.net> | 2006-02-24 15:45:11 +0100 |
commit | 7472e99900d00336714fc3820cb5a569d6b6b958 (patch) | |
tree | 75cbe6c56c63f7a7ce2644706024a90baf93331c /media-gfx | |
parent | Java: GCJ work (diff) | |
download | portage-7472e99900d00336714fc3820cb5a569d6b6b958.tar.xz |
ephoto: in portage now, delete
Diffstat (limited to 'media-gfx')
-rwxr-xr-x | media-gfx/ephoto/ephoto-9999.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/media-gfx/ephoto/ephoto-9999.ebuild b/media-gfx/ephoto/ephoto-9999.ebuild deleted file mode 100755 index db8377e1..00000000 --- a/media-gfx/ephoto/ephoto-9999.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -ECVS_MODULE="e17/proto/ephoto" -inherit enlightenment - -DESCRIPTION="EFL-based slideshow creator" - -IUSE="nls" - -DEPEND="x11-libs/evas - x11-libs/ecore - x11-libs/ewl - media-libs/edje" - -src_compile() { - export MY_ECONF=" - $(use_enable nls) - " - enlightenment_src_compile -} |