Skip to content

Commit

Permalink
dev-php/PEAR-HTML_Javascript: Revbump 1.1.2 for EAPI change
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.5, Repoman-2.3.2
  • Loading branch information
Brian Evans committed Apr 24, 2017
1 parent 48e2f44 commit 960a11e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dev-php/PEAR-HTML_Javascript/PEAR-HTML_Javascript-1.1.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit php-pear-r2

IUSE=""
DESCRIPTION="Provides an interface for creating simple JS scripts within PHP"
LICENSE="PHP-3"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

src_install() {
insinto /usr/share/php/HTML
doins -r Javascript Javascript.php
php-pear-r2_install_packagexml
einstalldocs
}

0 comments on commit 960a11e

Please sign in to comment.