summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-06-12 11:37:16 +0300
committerMichał Górny <mgorny@gentoo.org>2018-06-13 12:27:37 +0200
commit4a312da18240590bb6fb7f4a460910928b554f58 (patch)
tree7a1c0dd1ceab33a00d49e826e78eca7643c141a5 /media-libs
parentdev-libs/efl: remove -9999 (diff)
downloadgentoo-4a312da18240590bb6fb7f4a460910928b554f58.tar.gz
gentoo-4a312da18240590bb6fb7f4a460910928b554f58.tar.bz2
gentoo-4a312da18240590bb6fb7f4a460910928b554f58.zip
media-libs/elementary: remove -9999
Unmaintained. Package-Manager: Portage[mgorny]-2.3.36.1
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/elementary/elementary-9999.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/media-libs/elementary/elementary-9999.ebuild b/media-libs/elementary/elementary-9999.ebuild
deleted file mode 100644
index 4e17b7744acb..000000000000
--- a/media-libs/elementary/elementary-9999.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-MY_P=${P/_/-}
-
-if [[ "${PV}" == "9999" ]] ; then
- EGIT_SUB_PROJECT="core"
- EGIT_URI_APPEND="${PN}"
-else
- SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz"
- EKEY_STATE="snap"
-fi
-
-inherit enlightenment
-
-DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices"
-HOMEPAGE="https://trac.enlightenment.org/e/wiki/Elementary"
-
-LICENSE="LGPL-2.1"
-IUSE="debug examples fbcon javascript quicklaunch sdl wayland X static-libs"
-
-DEPEND=">=dev-libs/efl-${PV}[fbcon?,sdl?,png,wayland?,X?]
- javascript? ( net-libs/nodejs )"
-RDEPEND="${DEPEND}"
-
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- E_ECONF=(
- $(use_enable debug)
- $(use_enable doc)
- --disable-ecore-cocoa
- --disable-ecore-psl1ght
- --disable-ecore-win32
- --disable-elocation
- --disable-emap
- --disable-eweather
- # broken: make[4]: *** No rule to make target 'prefs_example_01.epb', needed by 'all-am'. Stop
- #$(use_enable examples build-examples)
- $(use_enable examples install-examples)
- $(use_enable fbcon ecore-fb)
- $(use_enable javascript js-bindings)
- $(use_enable sdl ecore-sdl)
- $(use_enable wayland ecore-wl2)
- $(use_enable X ecore-x)
- $(use_enable quicklaunch quick-launch)
- )
-
- enlightenment_src_configure
-}