Skip to content

Commit

Permalink
www-apps/curator: python-single-r1, EAPI=6
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Feb 19, 2017
1 parent 4148cdd commit d9ef359
Showing 1 changed file with 10 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=4
EAPI=6

PYTHON_DEPEND="2"
PYTHON_COMPAT=( python2_7 )

inherit python
inherit python-single-r1

DESCRIPTION="Gallery generator"
HOMEPAGE="http://furius.ca/curator/"
Expand All @@ -19,21 +19,20 @@ IUSE=""

DEPEND=""
RDEPEND="${DEPEND}
dev-python/pillow
${PYTHON_DEPS}
dev-python/pillow[${PYTHON_USEDEP}]
virtual/imagemagick-tools"

REQUIRED_USE=${PYTHON_REQUIRED_USE}

S="${WORKDIR}/curator-3.0_pf078f1686a78"

pkg_setup() {
python_set_active_version 2
python_pkg_setup
}
src_compile() {
:
python_fix_shebang hs/curator-hs
}

src_install() {
dobin hs/curator-hs
insinto /usr/share/curator/hs
doins -r hs/*
insinto /usr/share/curator
doins -r hs
}

0 comments on commit d9ef359

Please sign in to comment.