diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-09-08 10:48:35 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-09-08 10:48:35 +0000 |
commit | 4b03a0fa636e0f37aaf7ce202442b6bc269d9572 (patch) | |
tree | 1afa52968c93d70a4110f20ab5c30a06b64a47e4 /dev-libs/embryo | |
parent | Stable for x86, wrt bug #433237 (diff) | |
download | gentoo-2-4b03a0fa636e0f37aaf7ce202442b6bc269d9572.tar.gz gentoo-2-4b03a0fa636e0f37aaf7ce202442b6bc269d9572.tar.bz2 gentoo-2-4b03a0fa636e0f37aaf7ce202442b6bc269d9572.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha116-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/embryo')
-rw-r--r-- | dev-libs/embryo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/embryo/embryo-1.0.0.ebuild | 11 | ||||
-rw-r--r-- | dev-libs/embryo/embryo-1.7.0.ebuild (renamed from dev-libs/embryo/embryo-1.1.0.ebuild) | 4 |
3 files changed, 9 insertions, 14 deletions
diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog index 4a1c687632ec..cda397823611 100644 --- a/dev-libs/embryo/ChangeLog +++ b/dev-libs/embryo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/embryo # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.12 2012/06/23 17:56:19 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.13 2012/09/08 10:48:35 tommy Exp $ + +*embryo-1.7.0 (08 Sep 2012) + + 08 Sep 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -embryo-1.0.0.ebuild, -embryo-1.1.0.ebuild, +embryo-1.7.0.ebuild: + Version bump, drop old *embryo-1.2.0 (23 Jun 2012) diff --git a/dev-libs/embryo/embryo-1.0.0.ebuild b/dev-libs/embryo/embryo-1.0.0.ebuild deleted file mode 100644 index 128b0404b052..000000000000 --- a/dev-libs/embryo/embryo-1.0.0.ebuild +++ /dev/null @@ -1,11 +0,0 @@ -# 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.1.0.ebuild b/dev-libs/embryo/embryo-1.7.0.ebuild index 1d3a1f65d355..a88906c86c56 100644 --- a/dev-libs/embryo/embryo-1.1.0.ebuild +++ b/dev-libs/embryo/embryo-1.7.0.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-1.7.0.ebuild,v 1.1 2012/09/08 10:48:35 tommy Exp $ inherit enlightenment @@ -10,5 +10,5 @@ SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" KEYWORDS="~amd64 ~x86" IUSE="static-libs" -DEPEND=">=dev-libs/eina-1.0.0_beta" +DEPEND=">=dev-libs/eina-1.7.0" RDEPEND=${DEPEND} |