From: Mikle Kolyada Date: Sat, 16 Feb 2019 19:39:27 +0000 (+0300) Subject: media-gfx/jigl: Drop old X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=9393f7158f54b98cc5aa7012c6334e3917610c76;p=gentoo.git media-gfx/jigl: Drop old Signed-off-by: Mikle Kolyada Package-Manager: Portage-2.3.51, Repoman-2.3.11 --- diff --git a/media-gfx/jigl/jigl-2.0.1.ebuild b/media-gfx/jigl/jigl-2.0.1.ebuild deleted file mode 100644 index 4b4f15233af0..000000000000 --- a/media-gfx/jigl/jigl-2.0.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -DESCRIPTION="Jason's Image Gallery" -HOMEPAGE="http://xome.net/projects/jigl/" -SRC_URI="http://xome.net/projects/jigl/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="dev-lang/perl - media-gfx/jhead - media-gfx/imagemagick" -DEPEND="" - -src_install() { - newbin jigl.pl jigl || die - dodoc ChangeLog Themes Todo -}