diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-12-21 20:01:53 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-12-21 20:01:53 +0000 |
commit | 4bc362d120efcda3c02ad1b94b93573b4bf50499 (patch) | |
tree | 82c4e74e485747bd5848a551419920f71599a5ca /dev-libs/embryo | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-4bc362d120efcda3c02ad1b94b93573b4bf50499.tar.gz gentoo-2-4bc362d120efcda3c02ad1b94b93573b4bf50499.tar.bz2 gentoo-2-4bc362d120efcda3c02ad1b94b93573b4bf50499.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/embryo')
-rw-r--r-- | dev-libs/embryo/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/embryo/embryo-1.7.1.ebuild | 14 | ||||
-rw-r--r-- | dev-libs/embryo/embryo-1.7.4.ebuild (renamed from dev-libs/embryo/embryo-1.7.0.ebuild) | 3 |
3 files changed, 9 insertions, 16 deletions
diff --git a/dev-libs/embryo/ChangeLog b/dev-libs/embryo/ChangeLog index cdd0698170e4..92b1862d39ce 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.15 2012/12/21 19:59:14 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/embryo/ChangeLog,v 1.16 2012/12/21 20:01:52 tommy Exp $ + +*embryo-1.7.4 (21 Dec 2012) + + 21 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -embryo-1.7.0.ebuild, -embryo-1.7.1.ebuild, +embryo-1.7.4.ebuild: + Version bump, drop old *embryo-1.7.1 (22 Oct 2012) diff --git a/dev-libs/embryo/embryo-1.7.1.ebuild b/dev-libs/embryo/embryo-1.7.1.ebuild deleted file mode 100644 index aacc7f73e2f4..000000000000 --- a/dev-libs/embryo/embryo-1.7.1.ebuild +++ /dev/null @@ -1,14 +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.1.ebuild,v 1.1 2012/12/21 19:59:14 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 ~arm ~x86" -IUSE="static-libs" - -DEPEND=">=dev-libs/eina-1.7.0" -RDEPEND=${DEPEND} diff --git a/dev-libs/embryo/embryo-1.7.0.ebuild b/dev-libs/embryo/embryo-1.7.4.ebuild index 8b013e5ec55b..aa33279e32dc 100644 --- a/dev-libs/embryo/embryo-1.7.0.ebuild +++ b/dev-libs/embryo/embryo-1.7.4.ebuild @@ -1,12 +1,13 @@ # 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.0.ebuild,v 1.2 2012/09/10 23:30:40 vapier Exp $ +# $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" |