summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2013-04-10 21:37:33 +0000
committerThomas Sachau <tommy@gentoo.org>2013-04-10 21:37:33 +0000
commit7a46b5f1fc073a6aa16fccab6437e69d34a08703 (patch)
tree1d2aa8422048077f7377a6f2475511c4510393d0 /media-libs/ethumb
parentVersion bump, drop old (diff)
downloadgentoo-2-7a46b5f1fc073a6aa16fccab6437e69d34a08703.tar.gz
gentoo-2-7a46b5f1fc073a6aa16fccab6437e69d34a08703.tar.bz2
gentoo-2-7a46b5f1fc073a6aa16fccab6437e69d34a08703.zip
Version bump, drop old
(Portage version: 2.2.0_alpha171-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'media-libs/ethumb')
-rw-r--r--media-libs/ethumb/ChangeLog8
-rw-r--r--media-libs/ethumb/ethumb-1.7.6.ebuild (renamed from media-libs/ethumb/ethumb-1.7.4.ebuild)21
2 files changed, 20 insertions, 9 deletions
diff --git a/media-libs/ethumb/ChangeLog b/media-libs/ethumb/ChangeLog
index 733520a69042..f4768ad18a14 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.2 2013/01/04 18:44:08 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ChangeLog,v 1.3 2013/04/10 21:37:33 tommy Exp $
+
+*ethumb-1.7.6 (10 Apr 2013)
+
+ 10 Apr 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +ethumb-1.7.6.ebuild,
+ -ethumb-1.7.4.ebuild:
+ Version bump, drop old
*ethumb-1.7.5 (04 Jan 2013)
diff --git a/media-libs/ethumb/ethumb-1.7.4.ebuild b/media-libs/ethumb/ethumb-1.7.6.ebuild
index 2a5c5800bdb6..ebb5eb4086b4 100644
--- a/media-libs/ethumb/ethumb-1.7.4.ebuild
+++ b/media-libs/ethumb/ethumb-1.7.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# 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.4.ebuild,v 1.1 2012/12/21 20:48:30 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/ethumb/ethumb-1.7.6.ebuild,v 1.1 2013/04/10 21:37:33 tommy Exp $
EAPI=2
@@ -14,16 +14,21 @@ LICENSE="LGPL-2.1"
KEYWORDS="~amd64 ~x86"
IUSE="+dbus emotion static-libs"
-DEPEND=">=dev-libs/eina-1.7
- >=dev-libs/ecore-1.7
- >=media-libs/edje-1.7
- >=media-libs/evas-1.7
+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
media-libs/libexif
- dbus? ( >=dev-libs/e_dbus-1.7 )
- emotion? ( >=media-libs/emotion-1.7 )"
+ dbus? ( >=dev-libs/e_dbus-1.7.6 )
+ emotion? ( >=media-libs/emotion-1.7.6 )"
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)