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

tommy       10/11/18 14:08:52

  Added:                metadata.xml ChangeLog edje-1.0.0_beta2.ebuild
  Log:
  Initial commit, based on ebuild in enlightenment overlay
  
  (Portage version: 2.2.0_alpha2-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-libs/edje/metadata.xml

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




1.8                  media-libs/edje/ChangeLog

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




1.1                  media-libs/edje/edje-1.0.0_beta2.ebuild

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

Index: edje-1.0.0_beta2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.0.0_beta2.ebuild,v 1.1 2010/11/18 14:08:52 tommy Exp $

MY_P=${P/_beta/.beta}

inherit enlightenment

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

KEYWORDS="~amd64 ~x86"
IUSE="debug cache static-libs vim-syntax"

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

S=${WORKDIR}/${MY_P}

src_compile() {
	export MY_ECONF="
		$(use_enable cache edje-program-cache)
		$(use_enable cache edje-calc-cache)
		$(use_enable !debug amalgamation)
		$(use_with vim-syntax vim /usr/share/vim)
	"
	enlightenment_src_compile
}

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:[~2010-11-18 14:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 14:08 [gentoo-commits] gentoo-x86 commit in media-libs/edje: metadata.xml ChangeLog edje-1.0.0_beta2.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