diff options
-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 -} |