diff options
author | Tom Knight <tomk@gentoo.org> | 2005-08-24 00:15:42 +0000 |
---|---|---|
committer | Tom Knight <tomk@gentoo.org> | 2005-08-24 00:15:42 +0000 |
commit | c62412d38b6ca443b45e2fef1e99035ad27d6b5b (patch) | |
tree | 96994a45afc7ea77f21fba121bcbe857050bcc8b /dev-php/smarty | |
parent | Version bump #103426 by Dennis Nienhüser. (diff) | |
download | gentoo-2-c62412d38b6ca443b45e2fef1e99035ad27d6b5b.tar.gz gentoo-2-c62412d38b6ca443b45e2fef1e99035ad27d6b5b.tar.bz2 gentoo-2-c62412d38b6ca443b45e2fef1e99035ad27d6b5b.zip |
changed cp -a to cp -pPR as per bug #103487
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-php/smarty')
-rw-r--r-- | dev-php/smarty/Manifest | 14 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.0-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.10.ebuild | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.2.ebuild | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.5.ebuild | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.7.ebuild | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.8.ebuild | 4 | ||||
-rw-r--r-- | dev-php/smarty/smarty-2.6.9.ebuild | 4 |
8 files changed, 21 insertions, 21 deletions
diff --git a/dev-php/smarty/Manifest b/dev-php/smarty/Manifest index cc2b390ccf25..a10428b21de4 100644 --- a/dev-php/smarty/Manifest +++ b/dev-php/smarty/Manifest @@ -1,12 +1,12 @@ -MD5 88f170d36458ec5b1f2afeb53166471f smarty-2.6.2.ebuild 1019 +MD5 a6882032f39cf27d127498acfdcc87be smarty-2.6.2.ebuild 1021 MD5 006d448854cca797fe4f95b6085ffe5d ChangeLog 4849 MD5 00c298073008a95e52d037980076f290 metadata.xml 242 -MD5 4620fc3b14d15d8d2bfd0a57468764e6 smarty-2.6.10.ebuild 1194 -MD5 aa6cfae4eeae3c6b1e01fe7bc52e2a3d smarty-2.6.0-r2.ebuild 990 -MD5 44f6a36bcf65bcbaf853625d6aba3ed9 smarty-2.6.5.ebuild 1028 -MD5 b785b8c192def57eecd7066a11bb691e smarty-2.6.7.ebuild 1030 -MD5 ae081cebcd151f0519c36b7227ceb035 smarty-2.6.8.ebuild 1026 -MD5 29de3b756d4b327fd941e5742328ee1f smarty-2.6.9.ebuild 1191 +MD5 adb53ae95cc99f77917cea0b774e2b38 smarty-2.6.10.ebuild 1196 +MD5 5db248eadc49c19e995b7206f717c690 smarty-2.6.0-r2.ebuild 992 +MD5 adc6e95f7f05d14be77ad92aa2b6a842 smarty-2.6.5.ebuild 1030 +MD5 afe6e744dbfb273c37105d9bddb704c0 smarty-2.6.7.ebuild 1032 +MD5 175022a815e01f8e7c9519ca15c17cc6 smarty-2.6.8.ebuild 1028 +MD5 4c97c1ead613f5170ee0c065c09c958a smarty-2.6.9.ebuild 1193 MD5 5c8b2c664a6db112f8008092217a87f4 files/digest-smarty-2.6.10 65 MD5 cc746919357bf3d40185fb16d4e2be1c files/digest-smarty-2.6.0-r2 64 MD5 e4efdb7a0ff70439c7314f0f570ea9aa files/digest-smarty-2.6.2 64 diff --git a/dev-php/smarty/smarty-2.6.0-r2.ebuild b/dev-php/smarty/smarty-2.6.0-r2.ebuild index a3426c38f41f..ae550d6270a2 100644 --- a/dev-php/smarty/smarty-2.6.0-r2.ebuild +++ b/dev-php/smarty/smarty-2.6.0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0-r2.ebuild,v 1.6 2005/01/08 21:31:33 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0-r2.ebuild,v 1.7 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { diff --git a/dev-php/smarty/smarty-2.6.10.ebuild b/dev-php/smarty/smarty-2.6.10.ebuild index f50ff404c08a..428a960309ea 100644 --- a/dev-php/smarty/smarty-2.6.10.ebuild +++ b/dev-php/smarty/smarty-2.6.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.10.ebuild,v 1.1 2005/08/17 12:32:57 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.10.ebuild,v 1.2 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { diff --git a/dev-php/smarty/smarty-2.6.2.ebuild b/dev-php/smarty/smarty-2.6.2.ebuild index 69ee48ae3773..e133c9190f41 100644 --- a/dev-php/smarty/smarty-2.6.2.ebuild +++ b/dev-php/smarty/smarty-2.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.2.ebuild,v 1.7 2005/01/08 21:31:33 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.2.ebuild,v 1.8 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { diff --git a/dev-php/smarty/smarty-2.6.5.ebuild b/dev-php/smarty/smarty-2.6.5.ebuild index 637cfce04abd..3c3497eac378 100644 --- a/dev-php/smarty/smarty-2.6.5.ebuild +++ b/dev-php/smarty/smarty-2.6.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.5.ebuild,v 1.7 2005/01/16 15:18:40 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.5.ebuild,v 1.8 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { diff --git a/dev-php/smarty/smarty-2.6.7.ebuild b/dev-php/smarty/smarty-2.6.7.ebuild index 88e637bf0fdf..5180b2aa74e3 100644 --- a/dev-php/smarty/smarty-2.6.7.ebuild +++ b/dev-php/smarty/smarty-2.6.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.7.ebuild,v 1.1 2005/02/10 16:19:44 tomk Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.7.ebuild,v 1.2 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { diff --git a/dev-php/smarty/smarty-2.6.8.ebuild b/dev-php/smarty/smarty-2.6.8.ebuild index a508be908d98..0a7c5c87505e 100644 --- a/dev-php/smarty/smarty-2.6.8.ebuild +++ b/dev-php/smarty/smarty-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.8.ebuild,v 1.6 2005/03/26 18:15:29 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.8.ebuild,v 1.7 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { diff --git a/dev-php/smarty/smarty-2.6.9.ebuild b/dev-php/smarty/smarty-2.6.9.ebuild index 7d010b196ac6..ef71cdaecb0c 100644 --- a/dev-php/smarty/smarty-2.6.9.ebuild +++ b/dev-php/smarty/smarty-2.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.9.ebuild,v 1.5 2005/04/09 01:01:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.9.ebuild,v 1.6 2005/08/24 00:15:42 tomk Exp $ MY_P=Smarty-${PV} DESCRIPTION="A template engine for PHP" @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} src_install() { dodoc [A-Z]* mkdir -p ${D}/usr/lib/php - cp -a libs ${D}/usr/lib/php/Smarty + cp -pPR libs ${D}/usr/lib/php/Smarty } pkg_postinst() { |