summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Knight <tomk@gentoo.org>2005-01-08 21:31:33 +0000
committerTom Knight <tomk@gentoo.org>2005-01-08 21:31:33 +0000
commitf046f704512dec624752cba5c1d38aee1a623470 (patch)
treecb298691ef74969432318fdec8b459a150152021 /dev-php
parentSecurity bump; fixes bugs #77025 and #77094. (diff)
downloadhistorical-f046f704512dec624752cba5c1d38aee1a623470.tar.gz
historical-f046f704512dec624752cba5c1d38aee1a623470.tar.bz2
historical-f046f704512dec624752cba5c1d38aee1a623470.zip
Version bumped, bug #75178. Set correct einfo output, bug #67229
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/smarty/ChangeLog11
-rw-r--r--dev-php/smarty/files/digest-smarty-2.6.61
-rw-r--r--dev-php/smarty/metadata.xml6
-rw-r--r--dev-php/smarty/smarty-2.6.0-r2.ebuild8
-rw-r--r--dev-php/smarty/smarty-2.6.2.ebuild8
-rw-r--r--dev-php/smarty/smarty-2.6.5.ebuild8
-rw-r--r--dev-php/smarty/smarty-2.6.6.ebuild30
7 files changed, 58 insertions, 14 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog
index f4b86efd0362..648f65f5c402 100644
--- a/dev-php/smarty/ChangeLog
+++ b/dev-php/smarty/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for dev-php/smarty
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.23 2004/12/30 21:00:12 ciaranm Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.24 2005/01/08 21:31:33 tomk Exp $
+
+*smarty-2.6.6 (08 Jan 2005)
+
+ 08 Jan 2005; Tom Knight <tomk@gentoo.org> metadata.xml,
+ smarty-2.6.0-r2.ebuild, smarty-2.6.2.ebuild, smarty-2.6.5.ebuild,
+ +smarty-2.6.6.ebuild:
+ Version bumped, bug #75178. Set correct einfo output, bug #67229
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-php/smarty/files/digest-smarty-2.6.6 b/dev-php/smarty/files/digest-smarty-2.6.6
new file mode 100644
index 000000000000..35269220cdf4
--- /dev/null
+++ b/dev-php/smarty/files/digest-smarty-2.6.6
@@ -0,0 +1 @@
+MD5 cfe923cbce423b69fabd93edd00395d1 Smarty-2.6.6.tar.gz 137589
diff --git a/dev-php/smarty/metadata.xml b/dev-php/smarty/metadata.xml
index d9bb4626fb2b..a0578bae9b81 100644
--- a/dev-php/smarty/metadata.xml
+++ b/dev-php/smarty/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>no-herd</herd>
+<herd>php</herd>
<maintainer>
- <email>twp@gentoo.org</email>
- <name>Tom Payne</name>
+ <email>tomk@gentoo.org</email>
+ <name>Tom Knight</name>
</maintainer>
</pkgmetadata>
diff --git a/dev-php/smarty/smarty-2.6.0-r2.ebuild b/dev-php/smarty/smarty-2.6.0-r2.ebuild
index af1b5ccbceb6..a3426c38f41f 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-2004 Gentoo Foundation
+# 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.5 2004/06/25 01:24:49 agriffis Exp $
+# $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 $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -24,5 +24,7 @@ pkg_postinst() {
einfo "Smarty has been installed in /usr/lib/php/Smarty/."
einfo "To use it in your scripts, either"
einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or"
- einfo "2. add /usr/lib/php/Smarty/ to includes= in /etc/php4/php.ini"
+ einfo "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your"
+ einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45],"
+ einfo "cgi-php[45] or cli-php[45])."
}
diff --git a/dev-php/smarty/smarty-2.6.2.ebuild b/dev-php/smarty/smarty-2.6.2.ebuild
index c28d302564e8..69ee48ae3773 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-2004 Gentoo Foundation
+# 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.6 2004/07/04 08:15:36 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.2.ebuild,v 1.7 2005/01/08 21:31:33 tomk Exp $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -24,5 +24,7 @@ pkg_postinst() {
einfo "Smarty has been installed in /usr/lib/php/Smarty/."
einfo "To use it in your scripts, either"
einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or"
- einfo "2. add /usr/lib/php/Smarty/ to includes= in /etc/php4/php.ini"
+ einfo "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your"
+ einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45],"
+ einfo "cgi-php[45] or cli-php[45])."
}
diff --git a/dev-php/smarty/smarty-2.6.5.ebuild b/dev-php/smarty/smarty-2.6.5.ebuild
index 898746e0d87c..6e61feca6de9 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-2004 Gentoo Foundation
+# 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.5 2004/12/27 19:22:00 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.5.ebuild,v 1.6 2005/01/08 21:31:33 tomk Exp $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -24,5 +24,7 @@ pkg_postinst() {
einfo "Smarty has been installed in /usr/lib/php/Smarty/."
einfo "To use it in your scripts, either"
einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or"
- einfo "2. add /usr/lib/php/Smarty/ to includes= in /etc/php4/php.ini"
+ einfo "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your"
+ einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45],"
+ einfo "cgi-php[45] or cli-php[45])."
}
diff --git a/dev-php/smarty/smarty-2.6.6.ebuild b/dev-php/smarty/smarty-2.6.6.ebuild
new file mode 100644
index 000000000000..9f322d2c43b6
--- /dev/null
+++ b/dev-php/smarty/smarty-2.6.6.ebuild
@@ -0,0 +1,30 @@
+# 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.6.ebuild,v 1.1 2005/01/08 21:31:33 tomk Exp $
+
+MY_P=Smarty-${PV}
+DESCRIPTION="A template engine for PHP"
+HOMEPAGE="http://smarty.php.net/"
+SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~hppa ~ppc ~sparc ~x86 ~amd64"
+IUSE="doc"
+DEPEND="doc? ( dev-php/smarty-docs )"
+RDEPEND="virtual/php"
+S=${WORKDIR}/${MY_P}
+
+src_install() {
+ dodoc [A-Z]*
+ mkdir -p ${D}/usr/lib/php
+ cp -a libs ${D}/usr/lib/php/Smarty
+}
+
+pkg_postinst() {
+ einfo "Smarty has been installed in /usr/lib/php/Smarty/."
+ einfo "To use it in your scripts, either"
+ einfo "1. define('SMARTY_DIR', \"/usr/lib/php/Smarty/\") in your scripts, or"
+ einfo "2. add '/usr/lib/php/Smarty/' to the 'include_path' variable in your"
+ einfo "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45],"
+ einfo "cgi-php[45] or cli-php[45])."
+}