diff options
author | Thomas Sachau <tommy@gentoo.org> | 2013-08-04 09:39:51 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2013-08-04 09:39:51 +0000 |
commit | d328c49bf578c543808925989857ff7b947824f8 (patch) | |
tree | ff99ed752e8f873c6e7c3d986b76cef26269fafd /dev-libs/eina | |
parent | Fix bug #477552, use <texinfo-5.1. Thanks qnikst for providing the patch (diff) | |
download | gentoo-2-d328c49bf578c543808925989857ff7b947824f8.tar.gz gentoo-2-d328c49bf578c543808925989857ff7b947824f8.tar.bz2 gentoo-2-d328c49bf578c543808925989857ff7b947824f8.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha177-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/eina')
-rw-r--r-- | dev-libs/eina/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/eina/eina-1.7.8.ebuild (renamed from dev-libs/eina/eina-1.7.4.ebuild) | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-libs/eina/ChangeLog b/dev-libs/eina/ChangeLog index 13d15fc36bd0..cf06aaccf85b 100644 --- a/dev-libs/eina/ChangeLog +++ b/dev-libs/eina/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/eina # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.18 2013/04/24 08:26:15 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.19 2013/08/04 09:39:51 tommy Exp $ + +*eina-1.7.8 (04 Aug 2013) + + 04 Aug 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +eina-1.7.8.ebuild, + -eina-1.7.4.ebuild: + Version bump, drop old 24 Apr 2013; Agostino Sarubbo <ago@gentoo.org> eina-1.7.6.ebuild: Add ~ppc, wrt bug #462050 diff --git a/dev-libs/eina/eina-1.7.4.ebuild b/dev-libs/eina/eina-1.7.8.ebuild index 98a87a6adc30..c7ac08fa66d3 100644 --- a/dev-libs/eina/eina-1.7.4.ebuild +++ b/dev-libs/eina/eina-1.7.8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.4.ebuild,v 1.1 2012/12/21 19:27:50 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.7.8.ebuild,v 1.1 2013/08/04 09:39:51 tommy Exp $ EAPI="2" @@ -11,7 +11,7 @@ DESCRIPTION="Enlightenment's data types library (List, hash, etc) in C" SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="altivec debug default-mempool mempool-buddy +mempool-chained mempool-fixed-bitmap +mempool-pass-through mmx sse sse2 static-libs test" |