From 754cd1962e3a65549809e7bb3024561ffae87836 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Tue, 12 Nov 2013 18:17:01 +0000 Subject: Version bump, drop old (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067) --- dev-libs/embryo/ChangeLog | 8 +++++++- dev-libs/embryo/embryo-1.7.4.ebuild | 15 --------------- dev-libs/embryo/embryo-1.7.9.ebuild | 15 +++++++++++++++ 3 files changed, 22 insertions(+), 16 deletions(-) delete mode 100644 dev-libs/embryo/embryo-1.7.4.ebuild create mode 100644 dev-libs/embryo/embryo-1.7.9.ebuild (limited to 'dev-libs/embryo') diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog index 797a1798a191..dba0c371df2f 100644 --- a/dev-libs/embryo/ChangeLog +++ b/dev-libs/embryo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/embryo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.17 2013/08/28 03:08:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.18 2013/11/12 18:17:01 tommy Exp $ + +*embryo-1.7.9 (12 Nov 2013) + + 12 Nov 2013; Thomas Sachau (Tommy[D]) +embryo-1.7.9.ebuild, + -embryo-1.7.4.ebuild: + Version bump, drop old *embryo-1.7.8 (28 Aug 2013) diff --git a/dev-libs/embryo/embryo-1.7.4.ebuild b/dev-libs/embryo/embryo-1.7.4.ebuild deleted file mode 100644 index aa33279e32dc..000000000000 --- a/dev-libs/embryo/embryo-1.7.4.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# 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.7.4.ebuild,v 1.1 2012/12/21 20:01:52 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" - -LICENSE="BSD-2 ZLIB" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="static-libs" - -DEPEND=">=dev-libs/eina-1.7.0" -RDEPEND=${DEPEND} diff --git a/dev-libs/embryo/embryo-1.7.9.ebuild b/dev-libs/embryo/embryo-1.7.9.ebuild new file mode 100644 index 000000000000..165737e527b0 --- /dev/null +++ b/dev-libs/embryo/embryo-1.7.9.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/embryo-1.7.9.ebuild,v 1.1 2013/11/12 18:17:01 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" + +LICENSE="BSD-2 ZLIB" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="static-libs" + +DEPEND=">=dev-libs/eina-1.7.9" +RDEPEND=${DEPEND} -- cgit v1.2.3-65-gdbad