public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/edje: edje-1.7.9.ebuild ChangeLog edje-1.7.7.ebuild
@ 2013-11-12 18:21 Thomas Sachau (tommy)
  0 siblings, 0 replies; only message in thread
From: Thomas Sachau (tommy) @ 2013-11-12 18:21 UTC (permalink / raw
  To: gentoo-commits

tommy       13/11/12 18:21:21

  Modified:             ChangeLog
  Added:                edje-1.7.9.ebuild
  Removed:              edje-1.7.7.ebuild
  Log:
  Version bump, drop old
  
  (Portage version: 2.2.6-r1/cvs/Linux x86_64, signed Manifest commit with key 0x35899067)

Revision  Changes    Path
1.26                 media-libs/edje/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	6 Aug 2013 19:38:13 -0000	1.25
+++ ChangeLog	12 Nov 2013 18:21:21 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for media-libs/edje
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.25 2013/08/06 19:38:13 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.26 2013/11/12 18:21:21 tommy Exp $
+
+*edje-1.7.9 (12 Nov 2013)
+
+  12 Nov 2013; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> +edje-1.7.9.ebuild,
+  -edje-1.7.7.ebuild:
+  Version bump, drop old
 
 *edje-1.7.8 (06 Aug 2013)
 



1.1                  media-libs/edje/edje-1.7.9.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/edje-1.7.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/edje/edje-1.7.9.ebuild?rev=1.1&content-type=text/plain

Index: edje-1.7.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.7.9.ebuild,v 1.1 2013/11/12 18:21:21 tommy Exp $

EAPI=3

inherit enlightenment

DESCRIPTION="graphical layout and animation library"
HOMEPAGE="http://www.enlightenment.org/pages/edje.html"
SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"

LICENSE="BSD-2 GPL-2"
KEYWORDS="~amd64 ~arm ~x86"
IUSE="debug +cache static-libs vim-syntax"

DEPEND="dev-lang/lua
	>=dev-libs/eet-1.7.9
	>=dev-libs/eina-1.7.9
	>=dev-libs/embryo-1.7.9
	>=media-libs/evas-1.7.9
	>=dev-libs/ecore-1.7.9"
RDEPEND=${DEPEND}

src_configure() {
	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_configure
}

src_install() {
	if use vim-syntax ; then
		insinto /usr/share/vim/vimfiles/syntax/
		doins data/edc.vim || die
	fi
	dodoc utils/{gimp-edje-export.py,inkscape2edc} || die
	enlightenment_src_install
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-12 18:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-12 18:21 [gentoo-commits] gentoo-x86 commit in media-libs/edje: edje-1.7.9.ebuild ChangeLog edje-1.7.7.ebuild Thomas Sachau (tommy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox