grknight    15/05/05 00:11:36

  Modified:             ChangeLog
  Added:                phpDocumentor-2.8.2.ebuild
  Log:
  Version bump, use phar instead of tar archive
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  Changes    Path
1.5                  dev-php/phpDocumentor/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   10 Oct 2014 14:18:14 -0000      1.4
+++ ChangeLog   5 May 2015 00:11:36 -0000       1.5
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/phpDocumentor
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/ChangeLog,v 1.4 
2014/10/10 14:18:14 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/phpDocumentor/ChangeLog,v 1.5 
2015/05/05 00:11:36 grknight Exp $
+
+*phpDocumentor-2.8.2 (05 May 2015)
+
+  05 May 2015; Brian Evans <[email protected]> +phpDocumentor-2.8.2.ebuild:
+  Version bump, use phar instead of tar archive
 
 *phpDocumentor-2.7.0 (10 Oct 2014)
 



1.1                  dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild?rev=1.1&content-type=text/plain

Index: phpDocumentor-2.8.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-php/phpDocumentor/phpDocumentor-2.8.2.ebuild,v 1.1 
2015/05/05 00:11:36 grknight Exp $

EAPI=5

DESCRIPTION="The phpDocumentor package provides automatic documenting of php 
api directly from the source"
HOMEPAGE="http://phpdoc.org";
SRC_URI="https://github.com/${PN}/${PN}2/releases/download/v${PV}/${PN}.phar -> 
${P}.phar"

LICENSE="MIT"
SLOT="0"

KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

# block old version that provides the same binary
DEPEND="!dev-php/PEAR-PhpDocumentor"
RDEPEND="media-gfx/graphviz
        dev-lang/php:*[cli,iconv,intl,phar,xmlreader,xslt]"
S="${WORKDIR}"

src_unpack() { :; }

src_install() {
        insinto /usr/share/php/${PN}
        insopts -m755
        newins "${DISTDIR}/${P}.phar" ${PN}.phar
        dosym /usr/share/php/${PN}/${PN}.phar /usr/bin/phpdoc
}




Reply via email to