summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Sachau <tommy@gentoo.org>2010-12-17 18:36:51 +0000
committerThomas Sachau <tommy@gentoo.org>2010-12-17 18:36:51 +0000
commitc6dd73c967c48a8cc6cff7afd419c4796e493c49 (patch)
tree48d0d17b61f58e99a2566bf23e8caba77e0fe66f
parentDrop old (diff)
downloadenlightenment-c6dd73c967c48a8cc6cff7afd419c4796e493c49.tar.gz
enlightenment-c6dd73c967c48a8cc6cff7afd419c4796e493c49.tar.bz2
enlightenment-c6dd73c967c48a8cc6cff7afd419c4796e493c49.zip
Drop old
(Portage version: 2.2.0_alpha8-r1/svn/Linux x86_64)
-rw-r--r--media-libs/edje/ChangeLog4
-rw-r--r--media-libs/edje/edje-1.0.0_beta.ebuild43
2 files changed, 4 insertions, 43 deletions
diff --git a/media-libs/edje/ChangeLog b/media-libs/edje/ChangeLog
index 70cd95c..fd1f588 100644
--- a/media-libs/edje/ChangeLog
+++ b/media-libs/edje/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 17 Dec 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
+ -edje-1.0.0_beta.ebuild:
+ Drop old
+
06 Oct 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
-edje-0.9.99.49898.ebuild:
Drop old snapshot of edje
diff --git a/media-libs/edje/edje-1.0.0_beta.ebuild b/media-libs/edje/edje-1.0.0_beta.ebuild
deleted file mode 100644
index fd800bd..0000000
--- a/media-libs/edje/edje-1.0.0_beta.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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-9999.ebuild,v 1.6 2006/07/16 05:29:42 vapier 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 edc.vim
- fi
- dodoc utils/{gimp-edje-export.py,inkscape2edc} || die
- enlightenment_src_install
-}