commit:     adc0e21417490d1c472a3566d83e221c0f8e877f
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 28 15:34:43 2018 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jan 28 16:45:53 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc0e214

dev-php/theseer-tokenizer: minor variable cleanup.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild 
b/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild
index f4435fb25f3..2f736a8e864 100644
--- a/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild
+++ b/dev-php/theseer-tokenizer/theseer-tokenizer-1.1.0.ebuild
@@ -3,18 +3,16 @@
 
 EAPI=6
 
-MY_PN="tokenizer"
-
-DESCRIPTION="Library for converting tokenized PHP source code into XML and 
other formats"
+DESCRIPTION="Convert tokenized PHP source code into XML and other formats"
 HOMEPAGE="https://github.com/theseer/tokenizer";
-SRC_URI="https://github.com/theseer/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="test"
 
-S="${WORKDIR}/${MY_PN}-${PV}"
+S="${WORKDIR}/tokenizer-${PV}"
 
 RDEPEND="dev-php/fedora-autoloader
        >=dev-lang/php-7.0:*[tokenizer,xmlwriter]"
@@ -28,7 +26,7 @@ src_prepare() {
 
 src_install() {
        insinto /usr/share/php/TheSeer/Tokenizer
-       doins -r src/*
+       doins src/*.php
        dodoc README.md
 }
 

Reply via email to