public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-3.0.6.ebuild ChangeLog
@ 2011-02-08 11:40 Ole Markus With (olemarkus)
  0 siblings, 0 replies; only message in thread
From: Ole Markus With (olemarkus) @ 2011-02-08 11:40 UTC (permalink / raw
  To: gentoo-commits

olemarkus    11/02/08 11:40:46

  Modified:             ChangeLog
  Added:                smarty-3.0.6.ebuild
  Log:
  Version bump. First 3.x release of dev-php/smarty
  
  (Portage version: 2.1.9.25/cvs/Linux i686)

Revision  Changes    Path
1.106                dev-php/smarty/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	6 Jan 2011 13:10:10 -0000	1.105
+++ ChangeLog	8 Feb 2011 11:40:46 -0000	1.106
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/smarty
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.105 2011/01/06 13:10:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.106 2011/02/08 11:40:46 olemarkus Exp $
+
+*smarty-3.0.6 (04 Feb 2011)
+
+  04 Feb 2011; Ole Markus With <olemarkus@gentoo.org> +smarty-3.0.6.ebuild:
+  Version bump. First 3.x release
 
   06 Jan 2011; Raúl Porcel <armin76@gentoo.org> smarty-2.6.24.ebuild,
   smarty-2.6.26.ebuild:



1.1                  dev-php/smarty/smarty-3.0.6.ebuild

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

Index: smarty-3.0.6.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-3.0.6.ebuild,v 1.1 2011/02/08 11:40:46 olemarkus Exp $

inherit php-lib-r1 eutils

KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

MY_P="Smarty-${PV}"

DESCRIPTION="A template engine for PHP."
HOMEPAGE="http://www.smarty.net/"
SRC_URI="http://www.smarty.net/files/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE="doc"

DEPEND=">=dev-lang/php-5.2"
RDEPEND="$DEPEND"
PDEPEND="doc? ( dev-php/smarty-docs )"

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

need_php_by_category

src_install() {
	dodoc-php BUGS ChangeLog FAQ NEWS QUICK_START README RELEASE_NOTES TODO

	php-lib-r1_src_install ./libs `find ./libs -type f -print | sed -e "s|./libs||g"`
}

pkg_postinst() {
	elog "${PHP_LIB_NAME} has been installed in /usr/share/php/${PHP_LIB_NAME}/."
	elog "To use it in your scripts, either"
	elog "1. define('SMARTY_DIR', \"/usr/share/php/${PHP_LIB_NAME}/\") in your scripts, or"
	elog "2. add '/usr/share/php/${PHP_LIB_NAME}/' to the 'include_path' variable in your"
	elog "php.ini file under /etc/php/SAPI (where SAPI is e.g apache2-php5.2,"
	elog "cgi-php5.3, etc)."
	elog
	elog "If you're upgrading from a previous version make sure to clear out your"
	elog "templates_c and cache directories as some include paths have changed!"
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-08 11:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 11:40 [gentoo-commits] gentoo-x86 commit in dev-php/smarty: smarty-3.0.6.ebuild ChangeLog Ole Markus With (olemarkus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox