summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-01-30 14:45:37 +0000
committerThomas Sachau <tommy@gentoo.org>2011-01-30 14:45:37 +0000
commitc28bb258b15f80635becbeede84b130cc4c20cf0 (patch)
tree870909eb391d595c703276acc81298ab7f4e26ff /dev-libs/embryo
parentVersion bump, drop old (diff)
downloadgentoo-2-c28bb258b15f80635becbeede84b130cc4c20cf0.tar.gz
gentoo-2-c28bb258b15f80635becbeede84b130cc4c20cf0.tar.bz2
gentoo-2-c28bb258b15f80635becbeede84b130cc4c20cf0.zip
Version bump, drop old
(Portage version: 2.2.0_alpha19-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/embryo')
-rw-r--r--dev-libs/embryo/ChangeLog10
-rw-r--r--dev-libs/embryo/embryo-1.0.0.ebuild11
-rw-r--r--dev-libs/embryo/embryo-1.0.0_beta2.ebuild15
3 files changed, 19 insertions, 17 deletions
diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog
index 2725c6f49052..3b8efe7c58e8 100644
--- a/dev-libs/embryo/ChangeLog
+++ b/dev-libs/embryo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/embryo
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.9 2010/12/17 18:33:30 tommy Exp $
+# 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 $
+
+*embryo-1.0.0 (30 Jan 2011)
+
+ 30 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -embryo-1.0.0_beta2.ebuild, +embryo-1.0.0.ebuild:
+ Version bump, drop old
*embryo-1.0.0_beta3 (17 Dec 2010)
diff --git a/dev-libs/embryo/embryo-1.0.0.ebuild b/dev-libs/embryo/embryo-1.0.0.ebuild
new file mode 100644
index 000000000000..128b0404b052
--- /dev/null
+++ b/dev-libs/embryo/embryo-1.0.0.ebuild
@@ -0,0 +1,11 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-1.0.0.ebuild,v 1.1 2011/01/30 14:45:37 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"
diff --git a/dev-libs/embryo/embryo-1.0.0_beta2.ebuild b/dev-libs/embryo/embryo-1.0.0_beta2.ebuild
deleted file mode 100644
index 6e380017a393..000000000000
--- a/dev-libs/embryo/embryo-1.0.0_beta2.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-1.0.0_beta2.ebuild,v 1.1 2010/11/18 14:05:32 tommy Exp $
-
-MY_P=${P/_beta/.beta}
-
-inherit enlightenment
-
-DESCRIPTION="load and control programs compiled in embryo language (small/pawn variant)"
-SRC_URI="http://download.enlightenment.org/releases/${MY_P}.tar.bz2"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="static-libs"
-
-S=${WORKDIR}/${MY_P}