summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-08 13:59:02 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-08 13:59:02 +0000
commit252c38c61b24b0b2e0c2501050702e73b3fd7cb6 (patch)
treeb2da9e1b27965e78b48a8480ad3b6ab86bf7b76d /media-libs/edje
parentVersion bump, drop old (diff)
downloadgentoo-2-252c38c61b24b0b2e0c2501050702e73b3fd7cb6.tar.gz
gentoo-2-252c38c61b24b0b2e0c2501050702e73b3fd7cb6.tar.bz2
gentoo-2-252c38c61b24b0b2e0c2501050702e73b3fd7cb6.zip
Version bump, drop old
(Portage version: 2.2.0_alpha144-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)
Diffstat (limited to 'media-libs/edje')
-rw-r--r--media-libs/edje/ChangeLog8
-rw-r--r--media-libs/edje/edje-1.7.3.ebuild (renamed from media-libs/edje/edje-1.7.1.ebuild)5
2 files changed, 10 insertions, 3 deletions
diff --git a/media-libs/edje/ChangeLog b/media-libs/edje/ChangeLog
index ecec93c4da91..a138fb10cb12 100644
--- a/media-libs/edje/ChangeLog
+++ b/media-libs/edje/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/edje
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.19 2012/11/23 14:41:46 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.20 2012/12/08 13:59:02 tommy Exp $
+
+*edje-1.7.3 (08 Dec 2012)
+
+ 08 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -edje-1.7.1.ebuild,
+ +edje-1.7.3.ebuild:
+ Version bump, drop old
*edje-1.7.2 (23 Nov 2012)
diff --git a/media-libs/edje/edje-1.7.1.ebuild b/media-libs/edje/edje-1.7.3.ebuild
index f0fe27890d0f..a127f2dc5d05 100644
--- a/media-libs/edje/edje-1.7.1.ebuild
+++ b/media-libs/edje/edje-1.7.3.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/media-libs/edje/edje-1.7.1.ebuild,v 1.1 2012/10/22 14:15:01 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.7.3.ebuild,v 1.1 2012/12/08 13:59:02 tommy Exp $
EAPI=1
@@ -22,10 +22,11 @@ DEPEND="dev-lang/lua
RDEPEND=${DEPEND}
src_compile() {
- export MY_ECONF="
+ MY_ECONF+="
$(use_enable cache edje-program-cache)
$(use_enable cache edje-calc-cache)
$(use_enable !debug amalgamation)
+ $(use_enable doc)
$(use_with vim-syntax vim /usr/share/vim)
"
enlightenment_src_compile