summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2006-02-24 15:45:11 +0100
committerBertrand Jacquin <beber@meleeweb.net>2006-02-24 15:45:11 +0100
commit7472e99900d00336714fc3820cb5a569d6b6b958 (patch)
tree75cbe6c56c63f7a7ce2644706024a90baf93331c
parentJava: GCJ work (diff)
downloadportage-7472e99900d00336714fc3820cb5a569d6b6b958.tar.xz
ephoto: in portage now, delete
-rwxr-xr-xmedia-gfx/ephoto/ephoto-9999.ebuild21
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
-}