summaryrefslogtreecommitdiff
path: root/x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild')
-rw-r--r--x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild b/x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild
deleted file mode 100644
index 376f6d84bf52..000000000000
--- a/x11-misc/enlightenment-extra/enlightenment-extra-0.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN="${PN/enlightenment-/}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="An app for downloading themes and add-ons to Enlightenment WM"
-HOMEPAGE="https://extra.enlightenment.org"
-SRC_URI="https://download.enlightenment.org/rel/apps/${MY_PN}/${MY_P}.tar.xz -> ${P}.tar.xz"
-
-LICENSE="WTFPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="nls"
-
-RDEPEND=">=dev-libs/efl-1.18[X]"
-DEPEND="${RDEPEND}"
-BDEPEND="nls? ( sys-devel/gettext )"
-
-S="${WORKDIR}"/"${MY_P}"
-
-src_prepare() {
- default
-
- # Fix a QA issue, https://phab.enlightenment.org/T7167
- sed -i '/Version=/d' data/desktop/extra.desktop* || die
-}
-
-src_configure() {
- local myconf=(
- $(use_enable nls)
- )
-
- econf "${myconf[@]}"
-}
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}