grknight    15/01/14 18:04:14

  Modified:             ChangeLog
  Added:                PEAR-PHP_Shell-0.3.2.ebuild
  Removed:              PEAR-PHP_Shell-0.3.1-r1.ebuild
  Log:
  Version bump; drop old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
D1F781EFF9F4A3B6)

Revision  Changes    Path
1.4                  dev-php/PEAR-PHP_Shell/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Shell/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   17 Jun 2010 13:09:20 -0000      1.3
+++ ChangeLog   14 Jan 2015 18:04:14 -0000      1.4
@@ -1,10 +1,15 @@
 # ChangeLog for dev-php/PEAR-PHP_Shell
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Shell/ChangeLog,v 1.3 
2010/06/17 13:09:20 mabi Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PHP_Shell/ChangeLog,v 1.4 
2015/01/14 18:04:14 grknight Exp $
+
+*PEAR-PHP_Shell-0.3.2 (14 Jan 2015)
+
+  14 Jan 2015; Brian Evans <[email protected]> +PEAR-PHP_Shell-0.3.2.ebuild,
+  -PEAR-PHP_Shell-0.3.1-r1.ebuild:
+  Version bump; drop old
 
 *PEAR-PHP_Shell-0.3.1-r1 (17 Jun 2010)
 
   17 Jun 2010; <[email protected]> -PEAR-PHP_Shell-0.3.1.ebuild,
   +PEAR-PHP_Shell-0.3.1-r1.ebuild:
   eapi bump for php-5.3 (bug #298205)
-



1.1                  dev-php/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.2.ebuild

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

Index: PEAR-PHP_Shell-0.3.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/PEAR-PHP_Shell/PEAR-PHP_Shell-0.3.2.ebuild,v 
1.1 2015/01/14 18:04:14 grknight Exp $

EAPI=5

inherit php-pear-r1

DESCRIPTION="A shell for PHP with history and tab-completion"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="auto-completion"

RDEPEND=">=dev-lang/php-5.3[tokenizer]
        auto-completion? ( dev-lang/php[readline] )"

src_prepare() {
        # Fill in Gentoo values for placeholders
        sed -i  -e "s~@php_bin@~${EPREFIX}/usr/bin/php~" \
                -e "s~@php_dir@~${EPREFIX}/usr/share/php/scripts~" 
"${S}/scripts/php-shell.sh" || die
        # Fix version value.  Upstream forgot to update in code but made a 
release anyway
        sed -i "s/$version = '0.3.1'/$version = '0.3.2'/" "${S}/PHP/Shell.php" 
|| die
}

src_install() {
        php-pear-r1_src_install
        dobin scripts/php-shell.sh
        dosym php-shell.sh /usr/bin/php-shell
}




Reply via email to