diff options
author | Thomas Sachau <tommy@gentoo.org> | 2011-01-30 14:10:16 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2011-01-30 14:10:16 +0000 |
commit | 8b6a009ecdde24c4f9c41dda7a68dc999e7c44d1 (patch) | |
tree | f303b7e87f7dc0c1910bbe812f7f0f471b8b62b5 /dev-libs/eina | |
parent | Fix building with x11-libs/libnotify >= 0.7. (diff) | |
download | gentoo-2-8b6a009ecdde24c4f9c41dda7a68dc999e7c44d1.tar.gz gentoo-2-8b6a009ecdde24c4f9c41dda7a68dc999e7c44d1.tar.bz2 gentoo-2-8b6a009ecdde24c4f9c41dda7a68dc999e7c44d1.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha19-r1/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/eina')
-rw-r--r-- | dev-libs/eina/ChangeLog | 10 | ||||
-rw-r--r-- | dev-libs/eina/eina-1.0.0.ebuild (renamed from dev-libs/eina/eina-1.0.0_beta2-r1.ebuild) | 11 |
2 files changed, 12 insertions, 9 deletions
diff --git a/dev-libs/eina/ChangeLog b/dev-libs/eina/ChangeLog index 41839bb26555..cd953405c0e7 100644 --- a/dev-libs/eina/ChangeLog +++ b/dev-libs/eina/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/eina -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.3 2010/12/17 17:04:34 tommy Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/ChangeLog,v 1.4 2011/01/30 14:10:16 tommy Exp $ + +*eina-1.0.0 (30 Jan 2011) + + 30 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -eina-1.0.0_beta2-r1.ebuild, +eina-1.0.0.ebuild: + Version bump, drop old *eina-1.0.0_beta3 (17 Dec 2010) diff --git a/dev-libs/eina/eina-1.0.0_beta2-r1.ebuild b/dev-libs/eina/eina-1.0.0.ebuild index fd37f2a128e5..7109ef10a959 100644 --- a/dev-libs/eina/eina-1.0.0_beta2-r1.ebuild +++ b/dev-libs/eina/eina-1.0.0.ebuild @@ -1,15 +1,13 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.0.0_beta2-r1.ebuild,v 1.1 2010/11/26 17:10:54 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eina/eina-1.0.0.ebuild,v 1.1 2011/01/30 14:10:16 tommy Exp $ EAPI="2" -MY_P=${P/_beta/.beta} - inherit enlightenment DESCRIPTION="Enlightenment's data types library (List, hash, etc) in C" -SRC_URI="http://download.enlightenment.org/releases/${MY_P}.tar.bz2" +SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~x86" @@ -25,7 +23,6 @@ DEPEND="${RDEPEND} dev-libs/glib dev-util/lcov )" -S=${WORKDIR}/${MY_P} src_configure() { local MODULE_ARGUMENT="static" @@ -52,13 +49,13 @@ src_configure() { $(use_enable sse2 cpu-sse2) $(use_enable threads posix-threads) $(use test && echo " --disable-amalgamation") + $(use_enable test e17) $(use_enable test tests) $(use_enable test coverage) $(use_enable test benchmark) --enable-magic-debug --enable-safety-checks " -# $(use_enable test e17) enlightenment_src_configure } |