summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-08 14:04:29 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-08 14:04:29 +0000
commit163ad59bd03138a0f5f54a469e3ca03b17f524ec (patch)
treeaded3ceb1ab78839711d9c675adb4e4f15ff0fe5 /dev-libs/eio
parentRemove old. (diff)
downloadgentoo-2-163ad59bd03138a0f5f54a469e3ca03b17f524ec.tar.gz
gentoo-2-163ad59bd03138a0f5f54a469e3ca03b17f524ec.tar.bz2
gentoo-2-163ad59bd03138a0f5f54a469e3ca03b17f524ec.zip
Version bump
(Portage version: 2.2.0_alpha144-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/eio')
-rw-r--r--dev-libs/eio/ChangeLog7
-rw-r--r--dev-libs/eio/eio-1.7.3.ebuild27
2 files changed, 33 insertions, 1 deletions
diff --git a/dev-libs/eio/ChangeLog b/dev-libs/eio/ChangeLog
index 62eb415dbf27..0106601d65e6 100644
--- a/dev-libs/eio/ChangeLog
+++ b/dev-libs/eio/ChangeLog
@@ -1,6 +1,11 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.2 2012/12/08 14:04:29 tommy Exp $
+
+*eio-1.7.3 (08 Dec 2012)
+
+ 08 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +eio-1.7.3.ebuild:
+ Version bump
*eio-1.7.1 (09 Nov 2012)
diff --git a/dev-libs/eio/eio-1.7.3.ebuild b/dev-libs/eio/eio-1.7.3.ebuild
new file mode 100644
index 000000000000..760ce329da9a
--- /dev/null
+++ b/dev-libs/eio/eio-1.7.3.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.3.ebuild,v 1.1 2012/12/08 14:04:29 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
+}