Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/imagination/
Date: Sun, 27 Jan 2019 19:46:53
Message-Id: 1548618356.e36a2d12a6695638bee36a55e2161679c007cea3.pacho@gentoo
1 commit: e36a2d12a6695638bee36a55e2161679c007cea3
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 27 19:38:48 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 27 19:45:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e36a2d12
7
8 media-video/imagination: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 media-video/imagination/imagination-3.0.ebuild | 31 --------------------------
14 1 file changed, 31 deletions(-)
15
16 diff --git a/media-video/imagination/imagination-3.0.ebuild b/media-video/imagination/imagination-3.0.ebuild
17 deleted file mode 100644
18 index ab89012a58b..00000000000
19 --- a/media-video/imagination/imagination-3.0.ebuild
20 +++ /dev/null
21 @@ -1,31 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="4"
26 -
27 -inherit autotools eutils
28 -
29 -DESCRIPTION="Simple DVD slideshow maker"
30 -HOMEPAGE="http://imagination.sourceforge.net/"
31 -SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -
37 -DEPEND="x11-libs/gtk+:2
38 - media-sound/sox"
39 -RDEPEND="${DEPEND}
40 - virtual/ffmpeg"
41 -
42 -LANGS="cs de en_GB fr it pt_BR sv zh_CN zh_TW"
43 -
44 -src_prepare() {
45 - epatch "${FILESDIR}"/${P}-cflags.patch
46 - eautoreconf
47 -}
48 -
49 -src_install() {
50 - default
51 - doicon icons/48x48/${PN}.png
52 -}