summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-02-08 21:06:39 +0000
committerThomas Sachau <tommy@gentoo.org>2012-02-08 21:06:39 +0000
commit494585f2aa2f0e15aad2d4c4ec58d4cf3a45f645 (patch)
tree9cdb8e738f35ce872ae63cc68e87fcec80c858b3 /dev-libs
parentarm stable, bug #400017 (diff)
downloadgentoo-2-494585f2aa2f0e15aad2d4c4ec58d4cf3a45f645.tar.gz
gentoo-2-494585f2aa2f0e15aad2d4c4ec58d4cf3a45f645.tar.bz2
gentoo-2-494585f2aa2f0e15aad2d4c4ec58d4cf3a45f645.zip
Version bump
(Portage version: 2.2.0_alpha85-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/embryo/ChangeLog10
-rw-r--r--dev-libs/embryo/embryo-1.1.0.ebuild14
2 files changed, 22 insertions, 2 deletions
diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog
index 3b8efe7c58e8..d00df15bfef6 100644
--- a/dev-libs/embryo/ChangeLog
+++ b/dev-libs/embryo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/embryo
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.10 2011/01/30 14:45:37 tommy Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.11 2012/02/08 21:06:39 tommy Exp $
+
+*embryo-1.1.0 (08 Feb 2012)
+
+ 08 Feb 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ +embryo-1.1.0.ebuild:
+ Version bump
*embryo-1.0.0 (30 Jan 2011)
diff --git a/dev-libs/embryo/embryo-1.1.0.ebuild b/dev-libs/embryo/embryo-1.1.0.ebuild
new file mode 100644
index 000000000000..1d3a1f65d355
--- /dev/null
+++ b/dev-libs/embryo/embryo-1.1.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-1.1.0.ebuild,v 1.1 2012/02/08 21:06:39 tommy Exp $
+
+inherit enlightenment
+
+DESCRIPTION="load and control programs compiled in embryo language (small/pawn variant)"
+SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND=">=dev-libs/eina-1.0.0_beta"
+RDEPEND=${DEPEND}