dev-php/stringparser_bbcode: new EAPI=6 revision.

Package-Manager: portage-2.3.0
This commit is contained in:
Michael Orlitzky
2017-01-04 19:02:00 -05:00
parent 1674ab8917
commit 5c99a2bd31

View File

@@ -1,8 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
EAPI=6
DESCRIPTION="A PHP class to parse BB codes"
HOMEPAGE="http://christian-seiler.de/projekte/php/bbcode/index_en.html"
@@ -20,7 +20,5 @@ src_install() {
doins -r src/*
dodoc AUTHORS ChangeLog THANKS
if use doc ; then
dohtml -r doc/*
fi
use doc && dodoc -r doc/*
}