media-video/imagination: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 19:38:48 +0000 (20:38 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 27 Jan 2019 19:45:56 +0000 (20:45 +0100)
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
media-video/imagination/imagination-3.0.ebuild [deleted file]

diff --git a/media-video/imagination/imagination-3.0.ebuild b/media-video/imagination/imagination-3.0.ebuild
deleted file mode 100644 (file)
index ab89012..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="4"
-
-inherit autotools eutils
-
-DESCRIPTION="Simple DVD slideshow maker"
-HOMEPAGE="http://imagination.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="x11-libs/gtk+:2
-       media-sound/sox"
-RDEPEND="${DEPEND}
-       virtual/ffmpeg"
-
-LANGS="cs de en_GB fr it pt_BR sv zh_CN zh_TW"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-cflags.patch
-       eautoreconf
-}
-
-src_install() {
-       default
-       doicon icons/48x48/${PN}.png
-}