summaryrefslogtreecommitdiff
path: root/media-gfx
diff options
context:
space:
mode:
authorBertrand Jacquin <beber@meleeweb.net>2006-03-30 00:30:53 +0200
committerBertrand Jacquin <beber@meleeweb.net>2006-03-30 00:30:53 +0200
commitabf8af1ef55224ee5eac2676c9bcfcbc6064e710 (patch)
tree15adc7c9684588b50b052c10429fa7fca1a95c1a /media-gfx
parentazureus: in portage, delete (diff)
downloadportage-abf8af1ef55224ee5eac2676c9bcfcbc6064e710.tar.xz
ephoto: delete, in portage now
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/ephoto/Manifest6
-rw-r--r--media-gfx/ephoto/ephoto-9999.ebuild21
2 files changed, 0 insertions, 27 deletions
diff --git a/media-gfx/ephoto/Manifest b/media-gfx/ephoto/Manifest
deleted file mode 100644
index 6163828d..00000000
--- a/media-gfx/ephoto/Manifest
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 da2a26e008d038994889b304cfe4bf42 ephoto-9999.ebuild 378
-RMD160 015bea252fc8fe45f9888677dd04e8333c57970a ephoto-9999.ebuild 378
-SHA256 0a8b0d3284b138699baa2f056a36f6b02f923fa164c15785b79724cd1a0ad594 ephoto-9999.ebuild 378
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-ephoto-9999 0
-RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 files/digest-ephoto-9999 0
-SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 files/digest-ephoto-9999 0
diff --git a/media-gfx/ephoto/ephoto-9999.ebuild b/media-gfx/ephoto/ephoto-9999.ebuild
deleted file mode 100644
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
-}