Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/elementary/
Date: Thu, 30 Aug 2018 15:21:15
Message-Id: 1535641455.784346cc9fe56555c952462d3b9eb24d791675e3.mgorny@gentoo
1 commit: 784346cc9fe56555c952462d3b9eb24d791675e3
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 30 12:43:31 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 30 15:04:15 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784346cc
7
8 media-libs/elementary: remove last-rited package
9
10 media-libs/elementary/Manifest | 1 -
11 media-libs/elementary/elementary-1.17.0.ebuild | 53 --------------------------
12 media-libs/elementary/metadata.xml | 19 ---------
13 3 files changed, 73 deletions(-)
14
15 diff --git a/media-libs/elementary/Manifest b/media-libs/elementary/Manifest
16 deleted file mode 100644
17 index d060c762e2b..00000000000
18 --- a/media-libs/elementary/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST elementary-1.17.0.tar.xz 18491592 BLAKE2B 3b2acddec0825ee1be29cc3fdb06b478beafb03aa064137ec39d12dc4021fd61ead72aacd79bf7f7e3d82d171ce981d850c353d330a72498845aa18cf11a96d8 SHA512 60862e164770a93c0b864f35b5880f8d28f9fec520b7b440935143a14ffc9cd2dacbb650463c2abb7ce364c631509e1ddefce6eb49def1b016a752416d619065
22
23 diff --git a/media-libs/elementary/elementary-1.17.0.ebuild b/media-libs/elementary/elementary-1.17.0.ebuild
24 deleted file mode 100644
25 index 36368b92ffa..00000000000
26 --- a/media-libs/elementary/elementary-1.17.0.ebuild
27 +++ /dev/null
28 @@ -1,53 +0,0 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI="5"
33 -
34 -MY_P=${P/_/-}
35 -
36 -if [[ "${PV}" == "9999" ]] ; then
37 - EGIT_SUB_PROJECT="core"
38 - EGIT_URI_APPEND="${PN}"
39 -else
40 - SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz"
41 - EKEY_STATE="snap"
42 -fi
43 -
44 -inherit enlightenment
45 -
46 -DESCRIPTION="Basic widget set, based on EFL for mobile touch-screen devices"
47 -HOMEPAGE="https://trac.enlightenment.org/e/wiki/Elementary"
48 -
49 -LICENSE="LGPL-2.1"
50 -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
51 -IUSE="debug examples fbcon javascript quicklaunch sdl wayland X static-libs"
52 -
53 -DEPEND=">=dev-libs/efl-${PV}[fbcon?,sdl?,png,wayland?,X?]
54 - javascript? ( net-libs/nodejs )"
55 -RDEPEND="${DEPEND}"
56 -
57 -S=${WORKDIR}/${MY_P}
58 -
59 -src_configure() {
60 - E_ECONF=(
61 - $(use_enable debug)
62 - $(use_enable doc)
63 - --disable-ecore-cocoa
64 - --disable-ecore-psl1ght
65 - --disable-ecore-win32
66 - --disable-elocation
67 - --disable-emap
68 - --disable-eweather
69 - # broken: make[4]: *** No rule to make target 'prefs_example_01.epb', needed by 'all-am'. Stop
70 - #$(use_enable examples build-examples)
71 - $(use_enable examples install-examples)
72 - $(use_enable fbcon ecore-fb)
73 - $(use_enable javascript js-bindings)
74 - $(use_enable sdl ecore-sdl)
75 - $(use_enable wayland ecore-wl2)
76 - $(use_enable X ecore-x)
77 - $(use_enable quicklaunch quick-launch)
78 - )
79 -
80 - enlightenment_src_configure
81 -}
82
83 diff --git a/media-libs/elementary/metadata.xml b/media-libs/elementary/metadata.xml
84 deleted file mode 100644
85 index 22cc8cf372a..00000000000
86 --- a/media-libs/elementary/metadata.xml
87 +++ /dev/null
88 @@ -1,19 +0,0 @@
89 -<?xml version="1.0" encoding="UTF-8"?>
90 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
91 -<pkgmetadata>
92 -<!-- maintainer-needed -->
93 -<use>
94 - <flag name="quicklaunch">Enable quick-launch support</flag>
95 -</use>
96 -<longdescription>
97 -Elementary is a widget set. It is a new-style of widget set much more
98 -canvas object based than anything else. Why not ETK? Why not EWL? Well
99 -they both tend to veer away from the core of Evas, Ecore and Edje a
100 -lot to build their own worlds. Also I wanted something focused on
101 -embedded devices - specifically small touchscreens. Unlike GTK+ and
102 -Qt, 75% of the 'widget set' is already embodied in a common core -
103 -Ecore, Edje, Evas etc. So this fine-grained library splitting means
104 -all of this is shared, just a new widget 'personality' is on top. And
105 -that is... Elementary, my dear watson. Elementary.
106 -</longdescription>
107 -</pkgmetadata>