summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-11-09 16:44:48 +0000
committerThomas Sachau <tommy@gentoo.org>2012-11-09 16:44:48 +0000
commit333052a0d689441fbd6f583420279fbb3cd1f57b (patch)
tree0d9ced5706807d5e350f999fafa854972d237b3a /dev-libs/eio
parentCommit Manifest (diff)
downloadgentoo-2-333052a0d689441fbd6f583420279fbb3cd1f57b.tar.gz
gentoo-2-333052a0d689441fbd6f583420279fbb3cd1f57b.tar.bz2
gentoo-2-333052a0d689441fbd6f583420279fbb3cd1f57b.zip
Initial commit
(Portage version: 2.2.0_alpha142-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/eio')
-rw-r--r--dev-libs/eio/ChangeLog10
-rw-r--r--dev-libs/eio/eio-1.7.1.ebuild27
-rw-r--r--dev-libs/eio/metadata.xml5
3 files changed, 42 insertions, 0 deletions
diff --git a/dev-libs/eio/ChangeLog b/dev-libs/eio/ChangeLog
new file mode 100644
index 000000000000..62eb415dbf27
--- /dev/null
+++ b/dev-libs/eio/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-libs/eio
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.1 2012/11/09 16:44:48 tommy Exp $
+
+*eio-1.7.1 (09 Nov 2012)
+
+ 09 Nov 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +eio-1.7.1.ebuild,
+ +metadata.xml:
+ Initial commit
+
diff --git a/dev-libs/eio/eio-1.7.1.ebuild b/dev-libs/eio/eio-1.7.1.ebuild
new file mode 100644
index 000000000000..d5836a3027ba
--- /dev/null
+++ b/dev-libs/eio/eio-1.7.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.1.ebuild,v 1.1 2012/11/09 16:44:48 tommy Exp $
+
+EAPI=2
+
+inherit enlightenment
+
+DESCRIPTION="Enlightenment's integration to IO"
+HOMEPAGE="http://trac.enlightenment.org/e/wiki/EIO"
+
+SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
+LICENSE="BSD"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="examples static-libs"
+
+RDEPEND=">=dev-libs/ecore-1.7.0"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ MY_ECONF="--enable-posix-threads
+ $(use_enable doc)
+ $(use_enable examples build-examples)
+ $(use_enable examples install-examples)"
+ enlightenment_src_configure
+}
diff --git a/dev-libs/eio/metadata.xml b/dev-libs/eio/metadata.xml
new file mode 100644
index 000000000000..99165add909f
--- /dev/null
+++ b/dev-libs/eio/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>enlightenment</herd>
+</pkgmetadata>