diff options
author | Thomas Sachau <tommy@gentoo.org> | 2013-11-12 18:38:25 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2013-11-12 18:38:25 +0000 |
commit | 6fca0d1150df2a552ad13172519bfbdbef23a194 (patch) | |
tree | f9cdd6067258bc5aec26951fde8e15adb3e1c405 /dev-libs/eio | |
parent | Amend imagemagick dependencies (diff) | |
download | gentoo-2-6fca0d1150df2a552ad13172519bfbdbef23a194.tar.gz gentoo-2-6fca0d1150df2a552ad13172519bfbdbef23a194.tar.bz2 gentoo-2-6fca0d1150df2a552ad13172519bfbdbef23a194.zip |
Version bump, drop old
(Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'dev-libs/eio')
-rw-r--r-- | dev-libs/eio/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/eio/eio-1.7.5.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/eio/eio-1.7.9.ebuild (renamed from dev-libs/eio/eio-1.7.6.ebuild) | 22 |
3 files changed, 16 insertions, 47 deletions
diff --git a/dev-libs/eio/ChangeLog b/dev-libs/eio/ChangeLog index 774bff668f00..59f36ab3eae7 100644 --- a/dev-libs/eio/ChangeLog +++ b/dev-libs/eio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/eio # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.8 2013/08/28 03:10:27 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.9 2013/11/12 18:38:25 tommy Exp $ + +*eio-1.7.9 (12 Nov 2013) + + 12 Nov 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +eio-1.7.9.ebuild, + -eio-1.7.5.ebuild, -eio-1.7.6.ebuild: + Version bump, drop old *eio-1.7.8 (28 Aug 2013) diff --git a/dev-libs/eio/eio-1.7.5.ebuild b/dev-libs/eio/eio-1.7.5.ebuild deleted file mode 100644 index 9244c9fbab68..000000000000 --- a/dev-libs/eio/eio-1.7.5.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.5.ebuild,v 1.1 2013/01/04 18:24:56 tommy Exp $ - -EAPI=2 - -inherit autotools enlightenment - -DESCRIPTION="Enlightenment's integration to IO" -HOMEPAGE="http://trac.enlightenment.org/e/wiki/EIO" - -SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" -LICENSE="LGPL-2" - -KEYWORDS="~amd64 ~x86" -IUSE="examples static-libs" - -RDEPEND=">=dev-libs/ecore-1.7.4 - >=dev-libs/eet-1.7.4" -DEPEND="${RDEPEND}" - -src_prepare() { - sed -i "s:1.7.5:1.7.4:g" configure.ac - eautoreconf -} - -src_configure() { - MY_ECONF="--enable-posix-threads - $(use_enable doc) - $(use_enable examples build-examples) - $(use_enable examples install-examples)" - enlightenment_src_configure -} diff --git a/dev-libs/eio/eio-1.7.6.ebuild b/dev-libs/eio/eio-1.7.9.ebuild index 1c0b43106f8b..c944ae926bcb 100644 --- a/dev-libs/eio/eio-1.7.6.ebuild +++ b/dev-libs/eio/eio-1.7.9.ebuild @@ -1,33 +1,29 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.6.ebuild,v 1.2 2013/05/11 12:06:35 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.9.ebuild,v 1.1 2013/11/12 18:38:25 tommy Exp $ -EAPI=2 +EAPI="4" inherit enlightenment DESCRIPTION="Enlightenment's integration to IO" HOMEPAGE="http://trac.enlightenment.org/e/wiki/EIO" - SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" -LICENSE="LGPL-2" +LICENSE="LGPL-2" KEYWORDS="~amd64 ~arm ~x86" IUSE="examples static-libs" -RDEPEND=">=dev-libs/ecore-1.7.6 - >=dev-libs/eet-1.7.6" +RDEPEND=">=dev-libs/ecore-1.7.9 + >=dev-libs/eet-1.7.9" DEPEND="${RDEPEND}" -#src_prepare() { -# sed -i "s:1.7.5:1.7.4:g" configure.ac -# eautoreconf -#} - src_configure() { - MY_ECONF="--enable-posix-threads + E_ECONF+=( + --enable-posix-threads $(use_enable doc) $(use_enable examples build-examples) - $(use_enable examples install-examples)" + $(use_enable examples install-examples) + ) enlightenment_src_configure } |