mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-16 16:18:07 -07:00
dev-php/stringparser_bbcode: new EAPI=6 revision.
Package-Manager: portage-2.3.0
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Id$
|
||||
|
||||
EAPI=6
|
||||
|
||||
DESCRIPTION="A PHP class to parse BB codes"
|
||||
HOMEPAGE="http://christian-seiler.de/projekte/php/bbcode/index_en.html"
|
||||
SRC_URI="http://christian-seiler.de/projekte/php/bbcode/download/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="doc"
|
||||
|
||||
RDEPEND="dev-lang/php"
|
||||
|
||||
src_install() {
|
||||
insinto "/usr/share/php/${PN}"
|
||||
doins -r src/*
|
||||
|
||||
dodoc AUTHORS ChangeLog THANKS
|
||||
use doc && dodoc -r doc/*
|
||||
}
|
||||
Reference in New Issue
Block a user