diff options
author | Thomas Sachau <tommy@gentoo.org> | 2013-11-12 18:43:23 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2013-11-12 18:43:23 +0000 |
commit | 90891d31c2092e643ce8a6ac5f4a539d420a6d96 (patch) | |
tree | 2dd89531c324cfeac3dfcdac4cf7532b750bab5e /media-libs/ethumb | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-90891d31c2092e643ce8a6ac5f4a539d420a6d96.tar.gz gentoo-2-90891d31c2092e643ce8a6ac5f4a539d420a6d96.tar.bz2 gentoo-2-90891d31c2092e643ce8a6ac5f4a539d420a6d96.zip |
Version bump, drop old
(Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'media-libs/ethumb')
-rw-r--r-- | media-libs/ethumb/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/ethumb/ethumb-1.7.5.ebuild | 38 | ||||
-rw-r--r-- | media-libs/ethumb/ethumb-1.7.9.ebuild (renamed from media-libs/ethumb/ethumb-1.7.6.ebuild) | 29 |
3 files changed, 19 insertions, 56 deletions
diff --git a/media-libs/ethumb/ChangeLog b/media-libs/ethumb/ChangeLog index 3ec96e3093ae..c8db6b20f40a 100644 --- a/media-libs/ethumb/ChangeLog +++ b/media-libs/ethumb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-libs/ethumb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ChangeLog,v 1.4 2013/08/28 03:24:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ChangeLog,v 1.5 2013/11/12 18:43:23 tommy Exp $ + +*ethumb-1.7.9 (12 Nov 2013) + + 12 Nov 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +ethumb-1.7.9.ebuild, + -ethumb-1.7.5.ebuild, -ethumb-1.7.6.ebuild: + Version bump, drop old *ethumb-1.7.8 (28 Aug 2013) diff --git a/media-libs/ethumb/ethumb-1.7.5.ebuild b/media-libs/ethumb/ethumb-1.7.5.ebuild deleted file mode 100644 index 38dcd2c8c2de..000000000000 --- a/media-libs/ethumb/ethumb-1.7.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ethumb-1.7.5.ebuild,v 1.1 2013/01/04 18:44:08 tommy Exp $ - -EAPI=2 - -inherit autotools enlightenment - -DESCRIPTION="Enlightenment thumbnailing library (meant to replace epsilon)" -HOMEPAGE="http://trac.enlightenment.org/e/wiki/Ethumb" -SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2" - -LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~x86" -IUSE="+dbus emotion static-libs" - -DEPEND=">=dev-libs/eina-1.7.4 - >=dev-libs/ecore-1.7.5 - >=media-libs/edje-1.7.4 - >=media-libs/evas-1.7.5 - media-libs/libexif - - dbus? ( >=dev-libs/e_dbus-1.7.5 ) - emotion? ( >=media-libs/emotion-1.7.4 )" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i "s:1.7.5:1.7.4:g" configure.ac - eautoreconf -} - -src_configure() { - MY_ECONF="$(use_enable dbus ethumbd) - $(use_enable emotion) - --disable-epdf" - - enlightenment_src_configure -} diff --git a/media-libs/ethumb/ethumb-1.7.6.ebuild b/media-libs/ethumb/ethumb-1.7.9.ebuild index ebb5eb4086b4..01aefdeae570 100644 --- a/media-libs/ethumb/ethumb-1.7.6.ebuild +++ b/media-libs/ethumb/ethumb-1.7.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ethumb-1.7.6.ebuild,v 1.1 2013/04/10 21:37:33 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ethumb-1.7.9.ebuild,v 1.1 2013/11/12 18:43:23 tommy Exp $ -EAPI=2 +EAPI="4" inherit enlightenment @@ -14,25 +14,20 @@ LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~x86" IUSE="+dbus emotion static-libs" -DEPEND=">=dev-libs/eina-1.7.6 - >=dev-libs/ecore-1.7.6 - >=media-libs/edje-1.7.6 - >=media-libs/evas-1.7.6 +DEPEND=">=dev-libs/eina-1.7.9 + >=dev-libs/ecore-1.7.9 + >=media-libs/edje-1.7.9 + >=media-libs/evas-1.7.9 media-libs/libexif - - dbus? ( >=dev-libs/e_dbus-1.7.6 ) - emotion? ( >=media-libs/emotion-1.7.6 )" + dbus? ( >=dev-libs/e_dbus-1.7.9 ) + emotion? ( >=media-libs/emotion-1.7.9 )" RDEPEND="${DEPEND}" -#src_prepare() { -# sed -i "s:1.7.5:1.7.4:g" configure.ac -# eautoreconf -#} - src_configure() { - MY_ECONF="$(use_enable dbus ethumbd) + E_ECONF+=( + $(use_enable dbus ethumbd) $(use_enable emotion) - --disable-epdf" - + --disable-epdf + ) enlightenment_src_configure } |