Skip to content

Commit

Permalink
app-doc/mkdoxy: EAPI 6 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.1
  • Loading branch information
Amynka committed Aug 11, 2017
1 parent b3ab56e commit 4557e10
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions app-doc/mkdoxy/mkdoxy-1.0.0-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

DESCRIPTION="mkDoxy generates Doxygen-compatible HTML documentation for makefiles"
HOMEPAGE="https://sourceforge.net/projects/mkdoxy/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND=""
DEPEND="${RDEPEND}
app-doc/doxygen
>=dev-lang/perl-5"

src_install() {
dobin mkdoxy
dodoc AUTHORS ChangeLog INSTALL INSTALL.gentoo README TODO VERSION
}

0 comments on commit 4557e10

Please sign in to comment.