grknight 15/05/05 13:24:11 Modified: ChangeLog Added: PEAR-Console_Getopt-1.4.0.ebuild Log: Version bump; New version changed license to BSD-2 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key D1F781EFF9F4A3B6)
Revision Changes Path 1.40 dev-php/PEAR-Console_Getopt/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.40&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?rev=1.40&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog?r1=1.39&r2=1.40 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- ChangeLog 26 Jan 2014 18:28:08 -0000 1.39 +++ ChangeLog 5 May 2015 13:24:11 -0000 1.40 @@ -1,6 +1,12 @@ # ChangeLog for dev-php/PEAR-Console_Getopt -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.39 2014/01/26 18:28:08 olemarkus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/ChangeLog,v 1.40 2015/05/05 13:24:11 grknight Exp $ + +*PEAR-Console_Getopt-1.4.0 (05 May 2015) + + 05 May 2015; Brian Evans <[email protected]> + +PEAR-Console_Getopt-1.4.0.ebuild: + Version bump; New version changed license to BSD-2 26 Jan 2014; Ole Markus With <[email protected]> PEAR-Console_Getopt-1.3.1.ebuild: 1.1 dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.0.ebuild?rev=1.1&content-type=text/plain Index: PEAR-Console_Getopt-1.4.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Console_Getopt/PEAR-Console_Getopt-1.4.0.ebuild,v 1.1 2015/05/05 13:24:11 grknight Exp $ EAPI=5 MY_PN="${PN/PEAR-/}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Command-line option parser" LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="" SRC_URI="http://pear.php.net/get/${MY_P}.tgz" DEPEND=">=dev-lang/php-5.4:* >=dev-php/PEAR-PEAR-1.8.1" RDEPEND="${DEPEND}" PDEPEND="dev-php/pear" HOMEPAGE="http://pear.php.net/package/Console_Getopt" S="${WORKDIR}/${MY_P}" src_install() { insinto /usr/share/php/ doins -r Console }
