From 6fca0d1150df2a552ad13172519bfbdbef23a194 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Tue, 12 Nov 2013 18:38:25 +0000 Subject: Version bump, drop old (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067) --- dev-libs/eio/ChangeLog | 8 +++++++- dev-libs/eio/eio-1.7.5.ebuild | 33 --------------------------------- dev-libs/eio/eio-1.7.6.ebuild | 33 --------------------------------- dev-libs/eio/eio-1.7.9.ebuild | 29 +++++++++++++++++++++++++++++ 4 files changed, 36 insertions(+), 67 deletions(-) delete mode 100644 dev-libs/eio/eio-1.7.5.ebuild delete mode 100644 dev-libs/eio/eio-1.7.6.ebuild create mode 100644 dev-libs/eio/eio-1.7.9.ebuild (limited to 'dev-libs/eio') 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]) +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.6.ebuild deleted file mode 100644 index 1c0b43106f8b..000000000000 --- a/dev-libs/eio/eio-1.7.6.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.6.ebuild,v 1.2 2013/05/11 12:06:35 maekke Exp $ - -EAPI=2 - -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" - -KEYWORDS="~amd64 ~arm ~x86" -IUSE="examples static-libs" - -RDEPEND=">=dev-libs/ecore-1.7.6 - >=dev-libs/eet-1.7.6" -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.9.ebuild b/dev-libs/eio/eio-1.7.9.ebuild new file mode 100644 index 000000000000..c944ae926bcb --- /dev/null +++ b/dev-libs/eio/eio-1.7.9.ebuild @@ -0,0 +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.9.ebuild,v 1.1 2013/11/12 18:38:25 tommy Exp $ + +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" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="examples static-libs" + +RDEPEND=">=dev-libs/ecore-1.7.9 + >=dev-libs/eet-1.7.9" +DEPEND="${RDEPEND}" + +src_configure() { + E_ECONF+=( + --enable-posix-threads + $(use_enable doc) + $(use_enable examples build-examples) + $(use_enable examples install-examples) + ) + enlightenment_src_configure +} -- cgit v1.2.3-65-gdbad