aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/efreet/efreet-20081114.ebuild')
-rw-r--r--dev-libs/efreet/efreet-20081114.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-libs/efreet/efreet-20081114.ebuild b/dev-libs/efreet/efreet-20081114.ebuild
deleted file mode 100644
index 9cda321..0000000
--- a/dev-libs/efreet/efreet-20081114.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="The Enlightenment efreet library."
-HOMEPAGE="http://enlightenment.org"
-ESVN_REPO_URI="http://svn.enlightenment.org/svn/e/trunk/${PN}"
-ESVN_REVISION="r37634"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~arm ~x86 ~amd64"
-IUSE="hiddenvisibility"
-
-inherit autotools subversion
-
-RDEPEND=">=x11-libs/ecore-0.9.9"
-DEPEND=">=dev-util/pkgconfig-0.9.0"
-
-src_unpack() {
- subversion_src_unpack
-
- cd "${S}"
-
- touch README
- touch ABOUT-NLS
-
- eautoreconf || die "Autoreconf failed"
-}
-
-src_compile() {
- local myconf
-
- myconf="${myconf}
- $(use_enable hiddenvisibility hidden-visibility)"
-
- econf ${myconf}|| die "Configuration failed"
- emake || die "Make failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "Installation failed"
- dodoc AUTHORS NEWS README
-}