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-plugins/emotion_generic_players/
Date: Wed, 13 Jun 2018 10:41:09
Message-Id: 1528885648.a5e60cd7ddd2f6716480f94d0b855cdcd7c03abf.mgorny@gentoo
1 commit: a5e60cd7ddd2f6716480f94d0b855cdcd7c03abf
2 Author: Joonas Niilola <juippis <AT> gmail <DOT> com>
3 AuthorDate: Tue Jun 12 08:31:02 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 13 10:27:28 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e60cd7
7
8 media-plugins/emotion_generic_players: remove -9999
9
10 Unmaintained.
11
12 Package-Manager: Portage[mgorny]-2.3.36.1
13
14 .../emotion_generic_players-9999.ebuild | 27 ----------------------
15 1 file changed, 27 deletions(-)
16
17 diff --git a/media-plugins/emotion_generic_players/emotion_generic_players-9999.ebuild b/media-plugins/emotion_generic_players/emotion_generic_players-9999.ebuild
18 deleted file mode 100644
19 index 84e9ef34d4d..00000000000
20 --- a/media-plugins/emotion_generic_players/emotion_generic_players-9999.ebuild
21 +++ /dev/null
22 @@ -1,27 +0,0 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI="5"
27 -
28 -MY_P=${PN}-${PV/_/-}
29 -
30 -if [[ "${PV}" == "9999" ]] ; then
31 - EGIT_SUB_PROJECT="core"
32 - EGIT_URI_APPEND="${PN}"
33 -else
34 - SRC_URI="https://download.enlightenment.org/rel/libs/${PN}/${MY_P}.tar.xz"
35 - EKEY_STATE="snap"
36 -fi
37 -
38 -inherit enlightenment
39 -
40 -DESCRIPTION="Provides external applications as generic loaders for Evas"
41 -HOMEPAGE="https://www.enlightenment.org/"
42 -
43 -LICENSE="GPL-2"
44 -
45 -RDEPEND=">=dev-libs/efl-${PV}
46 - media-video/vlc"
47 -DEPEND="${RDEPEND}"
48 -
49 -S=${WORKDIR}/${MY_P}