Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-php/smarty: ChangeLog smarty-2.6.19.ebuild
Date: Tue, 26 Feb 2008 16:35:57
Message-Id: E1JU2mY-0001r4-7Y@stork.gentoo.org
1 armin76 08/02/26 16:35:54
2
3 Modified: ChangeLog
4 Added: smarty-2.6.19.ebuild
5 Log:
6 Version bump, import from the php overlay
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.75 dev-php/smarty/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.75&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/smarty/ChangeLog?rev=1.75&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/smarty/ChangeLog?r1=1.74&r2=1.75
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
19 retrieving revision 1.74
20 retrieving revision 1.75
21 diff -u -r1.74 -r1.75
22 --- ChangeLog 2 Nov 2007 03:55:10 -0000 1.74
23 +++ ChangeLog 26 Feb 2008 16:35:53 -0000 1.75
24 @@ -1,6 +1,15 @@
25 # ChangeLog for dev-php/smarty
26 -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.74 2007/11/02 03:55:10 beandog Exp $
28 +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.75 2008/02/26 16:35:53 armin76 Exp $
30 +
31 +*smarty-2.6.19 (26 Feb 2008)
32 +
33 + 26 Feb 2008; Raúl Porcel <armin76@g.o> +smarty-2.6.19.ebuild:
34 + Version bump, import from the php overlay
35 +
36 + 19 Feb 2008; Jakub Moc <jakub@g.o>
37 + +smarty-2.6.19.ebuild:
38 + Version bump - bugfix release
39
40 02 Nov 2007; Steve Dibb <beandog@g.o> smarty-2.6.18.ebuild:
41 amd64 stable, bug 197314
42
43
44
45 1.1 dev-php/smarty/smarty-2.6.19.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/smarty/smarty-2.6.19.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-php/smarty/smarty-2.6.19.ebuild?rev=1.1&content-type=text/plain
49
50 Index: smarty-2.6.19.ebuild
51 ===================================================================
52 # Copyright 1999-2008 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.19.ebuild,v 1.1 2008/02/26 16:35:53 armin76 Exp $
55
56 inherit php-lib-r1
57
58 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
59
60 MY_P="Smarty-${PV}"
61
62 DESCRIPTION="A template engine for PHP."
63 HOMEPAGE="http://smarty.php.net/"
64 SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 IUSE="doc"
68
69 DEPEND=""
70 RDEPEND=""
71 PDEPEND="doc? ( dev-php/smarty-docs )"
72
73 S="${WORKDIR}/${MY_P}"
74
75 need_php_by_category
76
77 src_install() {
78 dodoc-php BUGS ChangeLog FAQ NEWS QUICK_START README RELEASE_NOTES TODO
79
80 php-lib-r1_src_install ./libs `find ./libs -type f -print | sed -e "s|./libs||g"`
81 }
82
83 pkg_postinst() {
84 elog "${PHP_LIB_NAME} has been installed in /usr/share/php/${PHP_LIB_NAME}/."
85 elog "To use it in your scripts, either"
86 elog "1. define('SMARTY_DIR', \"/usr/share/php/${PHP_LIB_NAME}/\") in your scripts, or"
87 elog "2. add '/usr/share/php/${PHP_LIB_NAME}/' to the 'include_path' variable in your"
88 elog "php.ini file under /etc/php/SAPI (where SAPI is one of apache-php[45],"
89 elog "cgi-php[45] or cli-php[45])."
90 elog
91 elog "If you're upgrading from a previous version make sure to clear out your"
92 elog "templates_c and cache directories as some include paths have changed!"
93 }
94
95
96
97 --
98 gentoo-commits@l.g.o mailing list