Skip to content

Commit

Permalink
dev-vcs/cvsgraph: Bump to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Górny <[email protected]>
  • Loading branch information
mgorny committed Nov 6, 2019
1 parent 34f2ed8 commit a5ce995
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions dev-vcs/cvsgraph/cvsgraph-1.7.0.ebuild
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright 1999-2018 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=0
EAPI=7

DESCRIPTION="CVS/RCS repository grapher"
HOMEPAGE="http://www.akhphd.au.dk/~bertho/cvsgraph"
SRC_URI="http://www.akhphd.au.dk/~bertho/cvsgraph/release/${P}.tar.gz"

LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="-alpha amd64 -ia64 ppc sparc x86"
KEYWORDS="amd64 ppc sparc x86"
IUSE="gif jpeg nls png truetype zlib"

DEPEND="media-libs/gd
Expand All @@ -20,16 +20,13 @@ DEPEND="media-libs/gd
truetype? ( media-libs/freetype )"
RDEPEND="${DEPEND}"

src_compile() {
src_configure() {
econf \
$(use_enable nls) \
$(use_enable gif) \
$(use_enable png) \
$(use_enable jpeg) \
$(use_enable truetype) \
|| die "econf failed"

emake || die "emake failed"
$(use_enable truetype)
}

src_install () {
Expand All @@ -38,5 +35,5 @@ src_install () {
doins cvsgraph.conf
doman cvsgraph.1 cvsgraph.conf.5
dodoc ChangeLog README AUTHORS contrib/*.php
docinto automatic_documentation ; dodoc contrib/automatic_documentation/*
dodoc -r contrib/automatic_documentation
}

0 comments on commit a5ce995

Please sign in to comment.