summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2012-12-21 20:07:52 +0000
committerThomas Sachau <tommy@gentoo.org>2012-12-21 20:07:52 +0000
commitcabc0062f3aab6ed5d24aba8771aafd74f726481 (patch)
tree0ea4bfdb24a4f9f2eea05b00bcb69e2fc2d91a2e /media-libs/edje
parentVersion bump, drop old (diff)
downloadgentoo-2-cabc0062f3aab6ed5d24aba8771aafd74f726481.tar.gz
gentoo-2-cabc0062f3aab6ed5d24aba8771aafd74f726481.tar.bz2
gentoo-2-cabc0062f3aab6ed5d24aba8771aafd74f726481.zip
Version bump, drop old
(Portage version: 2.2.0_alpha149-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.2.ebuild41
-rw-r--r--media-libs/edje/edje-1.7.4.ebuild (renamed from media-libs/edje/edje-1.7.3.ebuild)3
3 files changed, 9 insertions, 43 deletions
diff --git a/media-libs/edje/ChangeLog b/media-libs/edje/ChangeLog
index a138fb10cb12..0c5e14d94b6d 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.20 2012/12/08 13:59:02 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.21 2012/12/21 20:07:52 tommy Exp $
+
+*edje-1.7.4 (21 Dec 2012)
+
+ 21 Dec 2012; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> -edje-1.7.2.ebuild,
+ -edje-1.7.3.ebuild, +edje-1.7.4.ebuild:
+ Version bump, drop old
*edje-1.7.3 (08 Dec 2012)
diff --git a/media-libs/edje/edje-1.7.2.ebuild b/media-libs/edje/edje-1.7.2.ebuild
deleted file mode 100644
index b2cd8ec858e4..000000000000
--- a/media-libs/edje/edje-1.7.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# 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.2.ebuild,v 1.1 2012/11/23 14:41:46 tommy Exp $
-
-EAPI=1
-
-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"
-
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="debug +cache static-libs vim-syntax"
-
-DEPEND="dev-lang/lua
- >=dev-libs/eet-1.7.0
- >=dev-libs/eina-1.7.0
- >=dev-libs/embryo-1.7.0
- >=media-libs/evas-1.7.0
- >=dev-libs/ecore-1.7.0"
-RDEPEND=${DEPEND}
-
-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
-}
diff --git a/media-libs/edje/edje-1.7.3.ebuild b/media-libs/edje/edje-1.7.4.ebuild
index a127f2dc5d05..1b3bbc5a8fe8 100644
--- a/media-libs/edje/edje-1.7.3.ebuild
+++ b/media-libs/edje/edje-1.7.4.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.3.ebuild,v 1.1 2012/12/08 13:59:02 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.7.4.ebuild,v 1.1 2012/12/21 20:07:52 tommy Exp $
EAPI=1
@@ -10,6 +10,7 @@ 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"