summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/eio/eio-0.1.0.55225.ebuild')
-rw-r--r--dev-libs/eio/eio-0.1.0.55225.ebuild23
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-libs/eio/eio-0.1.0.55225.ebuild b/dev-libs/eio/eio-0.1.0.55225.ebuild
deleted file mode 100644
index 8c7f5f1..0000000
--- a/dev-libs/eio/eio-0.1.0.55225.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-E_SNAP_DATE="2010-12-03"
-
-inherit enlightenment
-
-DESCRIPTION="Enlightenment's integration to IO"
-HOMEPAGE="http://trac.enlightenment.org/e/wiki/EIO"
-LICENSE="BSD"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs +threads"
-
-RDEPEND=">=dev-libs/ecore-1.0.0_beta2"
-DEPEND="${RDEPEND}"
-
-src_configure() {
- MY_ECONF="$(use_enable threads posix-threads)"
- enlightenment_src_configure
-}