Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/jigl/
Date: Sat, 16 Feb 2019 19:39:53
Message-Id: 1550345984.9393f7158f54b98cc5aa7012c6334e3917610c76.zlogene@gentoo
1 commit: 9393f7158f54b98cc5aa7012c6334e3917610c76
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 19:39:27 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 16 19:39:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9393f715
7
8 media-gfx/jigl: Drop old
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 media-gfx/jigl/jigl-2.0.1.ebuild | 23 -----------------------
14 1 file changed, 23 deletions(-)
15
16 diff --git a/media-gfx/jigl/jigl-2.0.1.ebuild b/media-gfx/jigl/jigl-2.0.1.ebuild
17 deleted file mode 100644
18 index 4b4f15233af..00000000000
19 --- a/media-gfx/jigl/jigl-2.0.1.ebuild
20 +++ /dev/null
21 @@ -1,23 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=0
26 -
27 -DESCRIPTION="Jason's Image Gallery"
28 -HOMEPAGE="http://xome.net/projects/jigl/"
29 -SRC_URI="http://xome.net/projects/jigl/${P}.tar.gz"
30 -
31 -LICENSE="GPL-2"
32 -SLOT="0"
33 -KEYWORDS="amd64 x86"
34 -IUSE=""
35 -
36 -RDEPEND="dev-lang/perl
37 - media-gfx/jhead
38 - media-gfx/imagemagick"
39 -DEPEND=""
40 -
41 -src_install() {
42 - newbin jigl.pl jigl || die
43 - dodoc ChangeLog Themes Todo
44 -}