From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C7F3F138334 for ; Thu, 30 Aug 2018 15:21:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F74DE07D8; Thu, 30 Aug 2018 15:21:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6483EE07D8 for ; Thu, 30 Aug 2018 15:21:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95F10335CEA for ; Thu, 30 Aug 2018 15:21:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E436F3C1 for ; Thu, 30 Aug 2018 15:21:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1535641455.784346cc9fe56555c952462d3b9eb24d791675e3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/elementary/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/elementary/Manifest media-libs/elementary/elementary-1.17.0.ebuild media-libs/elementary/metadata.xml X-VCS-Directories: media-libs/elementary/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 784346cc9fe56555c952462d3b9eb24d791675e3 X-VCS-Branch: master Date: Thu, 30 Aug 2018 15:21:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d77aa786-98ee-4a54-b57f-14cf1771be6a X-Archives-Hash: 1c9e23236c2c9417d39b3e4c54c5fa23 commit: 784346cc9fe56555c952462d3b9eb24d791675e3 Author: Joonas Niilola gmail com> AuthorDate: Thu Aug 30 12:43:31 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Aug 30 15:04:15 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=784346cc media-libs/elementary: remove last-rited package media-libs/elementary/Manifest | 1 - media-libs/elementary/elementary-1.17.0.ebuild | 53 -------------------------- media-libs/elementary/metadata.xml | 19 --------- 3 files changed, 73 deletions(-) diff --git a/media-libs/elementary/Manifest b/media-libs/elementary/Manifest deleted file mode 100644 index d060c762e2b..00000000000 --- a/media-libs/elementary/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST elementary-1.17.0.tar.xz 18491592 BLAKE2B 3b2acddec0825ee1be29cc3fdb06b478beafb03aa064137ec39d12dc4021fd61ead72aacd79bf7f7e3d82d171ce981d850c353d330a72498845aa18cf11a96d8 SHA512 60862e164770a93c0b864f35b5880f8d28f9fec520b7b440935143a14ffc9cd2dacbb650463c2abb7ce364c631509e1ddefce6eb49def1b016a752416d619065 diff --git a/media-libs/elementary/elementary-1.17.0.ebuild b/media-libs/elementary/elementary-1.17.0.ebuild deleted file mode 100644 index 36368b92ffa..00000000000 --- a/media-libs/elementary/elementary-1.17.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2017 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" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris" -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 -} diff --git a/media-libs/elementary/metadata.xml b/media-libs/elementary/metadata.xml deleted file mode 100644 index 22cc8cf372a..00000000000 --- a/media-libs/elementary/metadata.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - Enable quick-launch support - - -Elementary is a widget set. It is a new-style of widget set much more -canvas object based than anything else. Why not ETK? Why not EWL? Well -they both tend to veer away from the core of Evas, Ecore and Edje a -lot to build their own worlds. Also I wanted something focused on -embedded devices - specifically small touchscreens. Unlike GTK+ and -Qt, 75% of the 'widget set' is already embodied in a common core - -Ecore, Edje, Evas etc. So this fine-grained library splitting means -all of this is shared, just a new widget 'personality' is on top. And -that is... Elementary, my dear watson. Elementary. - -