summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/jigl/jigl-2.0.1.ebuild')
-rw-r--r--media-gfx/jigl/jigl-2.0.1.ebuild23
1 files changed, 0 insertions, 23 deletions
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
-}