summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-10-22 13:43:20 +0000
committerThomas Sachau <tommy@gentoo.org>2012-10-22 13:43:20 +0000
commitf76b38871a5705e137a960783e6ddba8c506dc4d (patch)
tree814499e4e31b4d82615624fad1b1e51c2bd78bae /dev-libs/ecore
parentVersion bump, drop old (diff)
downloadgentoo-2-f76b38871a5705e137a960783e6ddba8c506dc4d.tar.gz
gentoo-2-f76b38871a5705e137a960783e6ddba8c506dc4d.tar.bz2
gentoo-2-f76b38871a5705e137a960783e6ddba8c506dc4d.zip
Version bump, drop old
(Portage version: 2.2.0_alpha141-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/ecore')
-rw-r--r--dev-libs/ecore/ChangeLog8
-rw-r--r--dev-libs/ecore/ecore-1.7.1.ebuild (renamed from dev-libs/ecore/ecore-1.2.1.ebuild)12
2 files changed, 11 insertions, 9 deletions
diff --git a/dev-libs/ecore/ChangeLog b/dev-libs/ecore/ChangeLog
index 3a769bb42068..953e96015446 100644
--- a/dev-libs/ecore/ChangeLog
+++ b/dev-libs/ecore/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-libs/ecore
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ChangeLog,v 1.10 2012/09/10 23:28:35 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ChangeLog,v 1.11 2012/10/22 13:43:20 tommy Exp $
+
+*ecore-1.7.1 (22 Oct 2012)
+
+ 22 Oct 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -ecore-1.2.1.ebuild,
+ +ecore-1.7.1.ebuild:
+ Version bump, drop old
10 Sep 2012; Mike Frysinger <vapier@gentoo.org> ecore-1.7.0.ebuild:
Add arm love.
diff --git a/dev-libs/ecore/ecore-1.2.1.ebuild b/dev-libs/ecore/ecore-1.7.1.ebuild
index e415994bd92a..9057041f624d 100644
--- a/dev-libs/ecore/ecore-1.2.1.ebuild
+++ b/dev-libs/ecore/ecore-1.7.1.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/ecore/ecore-1.2.1.ebuild,v 1.2 2012/08/18 03:11:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/ecore/ecore-1.7.1.ebuild,v 1.1 2012/10/22 13:43:20 tommy Exp $
EAPI=2
@@ -9,17 +9,17 @@ inherit virtualx enlightenment eutils
DESCRIPTION="Enlightenment's core event abstraction layer and OS abstraction layer"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
IUSE="ares curl directfb +evas fbcon glib gnutls +inotify ipv6 opengl sdl ssl static-libs +threads tslib +X xcb xinerama xprint xscreensaver"
-RDEPEND=">=dev-libs/eina-1.2.0
+RDEPEND=">=dev-libs/eina-1.7.0
ares? ( net-dns/c-ares )
glib? ( dev-libs/glib )
curl? ( net-misc/curl )
gnutls? ( net-libs/gnutls )
!gnutls? ( ssl? ( dev-libs/openssl ) )
evas? (
- >=media-libs/evas-1.2.0a[directfb?,fbcon?,opengl?,sdl?,X?,xcb?]
+ >=media-libs/evas-1.7.0[directfb?,fbcon?,opengl?,X?,xcb?]
opengl? ( virtual/opengl )
)
directfb? ( >=dev-libs/DirectFB-0.9.16 )
@@ -45,10 +45,6 @@ DEPEND="${RDEPEND}"
#tests depend on temp data from eina WORKDIR
RESTRICT=test
-src_prepare() {
- epatch "${FILESDIR}"/${P}-glibc-2.16.patch #426812
-}
-
src_configure() {
local SSL_FLAGS="" EVAS_FLAGS="" X_FLAGS=""