summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/ethumb/ethumb-1.7.5.ebuild')
-rw-r--r--media-libs/ethumb/ethumb-1.7.5.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-libs/ethumb/ethumb-1.7.5.ebuild b/media-libs/ethumb/ethumb-1.7.5.ebuild
deleted file mode 100644
index 38dcd2c8c2de..000000000000
--- a/media-libs/ethumb/ethumb-1.7.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ethumb-1.7.5.ebuild,v 1.1 2013/01/04 18:44:08 tommy Exp $
-
-EAPI=2
-
-inherit autotools enlightenment
-
-DESCRIPTION="Enlightenment thumbnailing library (meant to replace epsilon)"
-HOMEPAGE="http://trac.enlightenment.org/e/wiki/Ethumb"
-SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~x86"
-IUSE="+dbus emotion static-libs"
-
-DEPEND=">=dev-libs/eina-1.7.4
- >=dev-libs/ecore-1.7.5
- >=media-libs/edje-1.7.4
- >=media-libs/evas-1.7.5
- media-libs/libexif
-
- dbus? ( >=dev-libs/e_dbus-1.7.5 )
- emotion? ( >=media-libs/emotion-1.7.4 )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- sed -i "s:1.7.5:1.7.4:g" configure.ac
- eautoreconf
-}
-
-src_configure() {
- MY_ECONF="$(use_enable dbus ethumbd)
- $(use_enable emotion)
- --disable-epdf"
-
- enlightenment_src_configure
-}