diff options
author | Thomas Sachau <tommy@gentoo.org> | 2012-12-21 20:15:57 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2012-12-21 20:15:57 +0000 |
commit | 8a92449af66fceeaf775297a2e9afdad5db65ba0 (patch) | |
tree | 0489243fbe665d9a49c88a24d26c2beecb53829e | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-8a92449af66fceeaf775297a2e9afdad5db65ba0.tar.gz gentoo-2-8a92449af66fceeaf775297a2e9afdad5db65ba0.tar.bz2 gentoo-2-8a92449af66fceeaf775297a2e9afdad5db65ba0.zip |
Version bump, drop old
(Portage version: 2.2.0_alpha149-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
-rw-r--r-- | dev-libs/eio/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/eio/eio-1.7.3.ebuild | 27 | ||||
-rw-r--r-- | dev-libs/eio/eio-1.7.4.ebuild (renamed from dev-libs/eio/eio-1.7.1.ebuild) | 4 |
3 files changed, 9 insertions, 30 deletions
diff --git a/dev-libs/eio/ChangeLog b/dev-libs/eio/ChangeLog index 0106601d65e6..771a1804844f 100644 --- a/dev-libs/eio/ChangeLog +++ b/dev-libs/eio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/eio # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.2 2012/12/08 14:04:29 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/ChangeLog,v 1.3 2012/12/21 20:15:57 tommy Exp $ + +*eio-1.7.4 (21 Dec 2012) + + 21 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -eio-1.7.1.ebuild, + -eio-1.7.3.ebuild, +eio-1.7.4.ebuild: + Version bump, drop old *eio-1.7.3 (08 Dec 2012) diff --git a/dev-libs/eio/eio-1.7.3.ebuild b/dev-libs/eio/eio-1.7.3.ebuild deleted file mode 100644 index 760ce329da9a..000000000000 --- a/dev-libs/eio/eio-1.7.3.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.3.ebuild,v 1.1 2012/12/08 14:04:29 tommy 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="BSD" - -KEYWORDS="~amd64 ~x86" -IUSE="examples static-libs" - -RDEPEND=">=dev-libs/ecore-1.7.0" -DEPEND="${RDEPEND}" - -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.1.ebuild b/dev-libs/eio/eio-1.7.4.ebuild index d5836a3027ba..c33c98bc9b6a 100644 --- a/dev-libs/eio/eio-1.7.1.ebuild +++ b/dev-libs/eio/eio-1.7.4.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/eio/eio-1.7.1.ebuild,v 1.1 2012/11/09 16:44:48 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/eio/eio-1.7.4.ebuild,v 1.1 2012/12/21 20:15:57 tommy Exp $ EAPI=2 @@ -10,7 +10,7 @@ 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="BSD" +LICENSE="LGPL-2" KEYWORDS="~amd64 ~x86" IUSE="examples static-libs" |