Skip to content

Commit

Permalink
media-gfx/jigl: Allow GM usage
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/314277
Signed-off-by: Pacho Ramos <[email protected]>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
  • Loading branch information
pacho2 committed Nov 10, 2018
1 parent be3d4a5 commit 03d80ed
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions media-gfx/jigl/jigl-2.0.1-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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
virtual/imagemagick-tools
"
DEPEND=""

src_install() {
newbin jigl.pl jigl
dodoc ChangeLog Themes Todo
}

0 comments on commit 03d80ed

Please sign in to comment.