summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2011-01-30 14:48:11 +0000
committerThomas Sachau <tommy@gentoo.org>2011-01-30 14:48:11 +0000
commit8df1d7fb6ba1b53064bde1d7df7c26fbd0474a81 (patch)
tree34d945b3418d627c4c13259872f52f32117b0f6d /media-libs/edje
parentVersion bump, drop old (diff)
downloadgentoo-2-8df1d7fb6ba1b53064bde1d7df7c26fbd0474a81.tar.gz
gentoo-2-8df1d7fb6ba1b53064bde1d7df7c26fbd0474a81.tar.bz2
gentoo-2-8df1d7fb6ba1b53064bde1d7df7c26fbd0474a81.zip
Version bump, drop old
(Portage version: 2.2.0_alpha19-r1/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/edje')
-rw-r--r--media-libs/edje/ChangeLog10
-rw-r--r--media-libs/edje/edje-1.0.0.ebuild (renamed from media-libs/edje/edje-1.0.0_beta2.ebuild)10
2 files changed, 11 insertions, 9 deletions
diff --git a/media-libs/edje/ChangeLog b/media-libs/edje/ChangeLog
index 578b7f017ac2..c09cabf74e0c 100644
--- a/media-libs/edje/ChangeLog
+++ b/media-libs/edje/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-libs/edje
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.9 2010/12/17 18:38:06 tommy Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/ChangeLog,v 1.10 2011/01/30 14:48:11 tommy Exp $
+
+*edje-1.0.0 (30 Jan 2011)
+
+ 30 Jan 2011; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -edje-1.0.0_beta2.ebuild, +edje-1.0.0.ebuild:
+ Version bump, drop old
*edje-1.0.0_beta3 (17 Dec 2010)
diff --git a/media-libs/edje/edje-1.0.0_beta2.ebuild b/media-libs/edje/edje-1.0.0.ebuild
index 6deaf1f00396..ddc3d17ff177 100644
--- a/media-libs/edje/edje-1.0.0_beta2.ebuild
+++ b/media-libs/edje/edje-1.0.0.ebuild
@@ -1,14 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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}
+# $Header: /var/cvsroot/gentoo-x86/media-libs/edje/edje-1.0.0.ebuild,v 1.1 2011/01/30 14:48:11 tommy Exp $
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"
+SRC_URI="http://download.enlightenment.org/releases/${P}.tar.bz2"
KEYWORDS="~amd64 ~x86"
IUSE="debug cache static-libs vim-syntax"
@@ -21,8 +19,6 @@ DEPEND="dev-lang/lua
>=dev-libs/ecore-1.0.0_beta"
RDEPEND=${DEPEND}
-S=${WORKDIR}/${MY_P}
-
src_compile() {
export MY_ECONF="
$(use_enable cache edje-program-cache)