summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-08-27 21:03:54 +0000
committerThomas Sachau <tommy@gentoo.org>2010-08-27 21:03:54 +0000
commite0f94b4c1a6c712b1b8e0851b77df93c62dfb952 (patch)
tree8f17934355cf7a32aa0adad0ea78178e29042e6f /sys-libs
parentReadd threads USE flag (configure option was renamed) (diff)
downloadenlightenment-e0f94b4c1a6c712b1b8e0851b77df93c62dfb952.tar.gz
enlightenment-e0f94b4c1a6c712b1b8e0851b77df93c62dfb952.tar.bz2
enlightenment-e0f94b4c1a6c712b1b8e0851b77df93c62dfb952.zip
enlightenment/ sys-libs: Initial commit of ememoa live ebuild
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/ememoa/ChangeLog10
-rw-r--r--sys-libs/ememoa/Manifest3
-rw-r--r--sys-libs/ememoa/ememoa-9999.ebuild32
-rw-r--r--sys-libs/ememoa/metadata.xml8
4 files changed, 53 insertions, 0 deletions
diff --git a/sys-libs/ememoa/ChangeLog b/sys-libs/ememoa/ChangeLog
new file mode 100644
index 0000000..2a5640b
--- /dev/null
+++ b/sys-libs/ememoa/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for sys-libs/ememoa
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*ememoa-9999 (27 Aug 2010)
+
+ 27 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ +ememoa-9999.ebuild:
+ Initial commit of ememoa live ebuild
+
diff --git a/sys-libs/ememoa/Manifest b/sys-libs/ememoa/Manifest
new file mode 100644
index 0000000..8ec146b
--- /dev/null
+++ b/sys-libs/ememoa/Manifest
@@ -0,0 +1,3 @@
+EBUILD ememoa-9999.ebuild 593 RMD160 910d3b70fa98575a6309792d05650b791c1f9f39 SHA1 7d50ab2b980728e7d2adcddd746126aaba5bb0a2 SHA256 57a3bc7dc1bfaf41df854ff7728aefbe94cd51335f271052b206ade9b62e55b4
+MISC ChangeLog 266 RMD160 591892427df54d612511b71cf0c72da787a3735d SHA1 d295b33aa907205de8a90723be7da85cb314d352 SHA256 9d953531899ef134ce886f6b4cbb3d23c6a2573e3a69981b2313aa5302415c9a
+MISC metadata.xml 228 RMD160 1890a2965ed780e661e20adcfc4f4cce5f7ca8e9 SHA1 777d2a3ad7f7075c7e75fa5055f3941440e4e875 SHA256 42ea435327140212f3beb05aafebad5053cbad84532f9bb78987de8540c6459a
diff --git a/sys-libs/ememoa/ememoa-9999.ebuild b/sys-libs/ememoa/ememoa-9999.ebuild
new file mode 100644
index 0000000..c4347fc
--- /dev/null
+++ b/sys-libs/ememoa/ememoa-9999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit enlightenment
+
+DESCRIPTION="Fast memory pool allocator"
+HOMEPAGE="http://code.google.com/p/ememoa/"
+
+SLOT="0"
+
+IUSE="debug static-libs +threads"
+
+ESVN_REPO_URI="http://ememoa.googlecode.com/svn/trunk/"
+RDEPEND=""
+DEPEND="
+ dev-util/pkgconfig
+ "
+
+src_configure() {
+ MY_ECONF="
+ $(use_enable amd64 use64)
+ $(use_enable debug)
+ $(use_enable debug coverage)
+ $(use_enable static-libs static)
+ $(use_enable threads pthread)
+ "
+
+ enlightenment_src_configure
+}
diff --git a/sys-libs/ememoa/metadata.xml b/sys-libs/ememoa/metadata.xml
new file mode 100644
index 0000000..832c5fc
--- /dev/null
+++ b/sys-libs/ememoa/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>enlightenment@gentoo.org</email>
+</maintainer>
+</pkgmetadata>