grknight    15/03/23 00:34:46

  Modified:             ChangeLog
  Added:                PEAR-Archive_Tar-1.3.15.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
0xD1F781EFF9F4A3B6)

Revision  Changes    Path
1.66                 dev-php/PEAR-Archive_Tar/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   16 Feb 2015 21:48:02 -0000      1.65
+++ ChangeLog   23 Mar 2015 00:34:46 -0000      1.66
@@ -1,6 +1,12 @@
 # ChangeLog for dev-php/PEAR-Archive_Tar
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v 1.65 
2015/02/16 21:48:02 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Archive_Tar/ChangeLog,v 1.66 
2015/03/23 00:34:46 grknight Exp $
+
+*PEAR-Archive_Tar-1.3.15 (23 Mar 2015)
+
+  23 Mar 2015; Brian Evans <[email protected]>
+  +PEAR-Archive_Tar-1.3.15.ebuild:
+  Version bump
 
   16 Feb 2015; Brian Evans <[email protected]> 
PEAR-Archive_Tar-1.3.13.ebuild:
   Add missing RDEPEND for bug 447180



1.1                  dev-php/PEAR-Archive_Tar/PEAR-Archive_Tar-1.3.15.ebuild

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

Index: PEAR-Archive_Tar-1.3.15.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-Archive_Tar/PEAR-Archive_Tar-1.3.15.ebuild,v
 1.1 2015/03/23 00:34:46 grknight Exp $

EAPI="5"

MY_PN="${PN/PEAR-/}"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Tar file management class"

LICENSE="BSD"
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:*[pcre(+)]
                >=dev-php/PEAR-PEAR-1.8.1
"
RDEPEND="dev-lang/php:*[bzip2,posix,zlib]
        ${DEPEND}"
PDEPEND="dev-php/pear"
HOMEPAGE="http://pear.php.net/package/Archive_Tar";

S="${WORKDIR}/${MY_P}"

src_install() {
        insinto /usr/share/php/Archive
        doins Archive/*

        dodoc docs/*
}




Reply via email to