Cleanup.
authorLuca Longinotti <chtekk@gentoo.org>
Sun, 18 Mar 2007 15:46:37 +0000 (15:46 +0000)
committerLuca Longinotti <chtekk@gentoo.org>
Sun, 18 Mar 2007 15:46:37 +0000 (15:46 +0000)
Package-Manager: portage-2.1.2.2

dev-php/smarty-docs/ChangeLog
dev-php/smarty-docs/files/digest-smarty-docs-2.6.9 [deleted file]
dev-php/smarty-docs/smarty-docs-2.6.11.ebuild
dev-php/smarty-docs/smarty-docs-2.6.14.ebuild
dev-php/smarty-docs/smarty-docs-2.6.9.ebuild [deleted file]
dev-php/smarty/ChangeLog
dev-php/smarty/files/digest-smarty-2.6.16 [deleted file]
dev-php/smarty/smarty-2.6.14.ebuild
dev-php/smarty/smarty-2.6.16.ebuild [deleted file]
dev-php/smarty/smarty-2.6.18.ebuild

index 167b195e5f9f9feb75c704ae3860a3fc26ecb956..16b4efac32cfd0d5f11dce447e196a09f53a706d 100644 (file)
@@ -1,6 +1,11 @@
 # ChangeLog for dev-php/smarty-docs
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.40 2007/03/12 16:42:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.41 2007/03/18 15:46:37 chtekk Exp $
+
+  18 Mar 2007; Luca Longinotti <chtekk@gentoo.org>
+  -smarty-docs-2.6.9.ebuild, smarty-docs-2.6.11.ebuild,
+  smarty-docs-2.6.14.ebuild:
+  Cleanup.
 
   12 Mar 2007; Raúl Porcel <armin76@gentoo.org> smarty-docs-2.6.11.ebuild:
   x86 stable
diff --git a/dev-php/smarty-docs/files/digest-smarty-docs-2.6.9 b/dev-php/smarty-docs/files/digest-smarty-docs-2.6.9
deleted file mode 100644 (file)
index b8e2260..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 b64311248f9666fa579545dc45bdc789 Smarty-2.6.9-docs.tar.gz 107030
-RMD160 f52c07f6c26527c06732c3255370932299c760a5 Smarty-2.6.9-docs.tar.gz 107030
-SHA256 9f54381b28de942b5a06221369bce38130b42be36c01df66b3bfd2bbfb251dc8 Smarty-2.6.9-docs.tar.gz 107030
index 8b58ef41516e513f5ab79fe94897c7da497ade07..bb2cd4b033f04c27fb7398babfc9c9f33f8d617b 100644 (file)
@@ -1,16 +1,21 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild,v 1.7 2007/03/12 16:42:05 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.11.ebuild,v 1.8 2007/03/18 15:46:37 chtekk Exp $
+
+KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
+
+MY_P="Smarty-${PV}-docs"
 
 DESCRIPTION="Documentation for Smarty, a template engine for PHP."
 HOMEPAGE="http://smarty.php.net/docs.php"
+SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
 
-MY_P="Smarty-${PV}-docs"
-SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
+DEPEND=""
+RDEPEND=""
+
 S="${WORKDIR}/manual"
 
 src_install() {
index 7ee56a5592ffd707665b182daf4b7a6d5ea6aca1..4699c6e94c5fe8be29aa3c7273331147bff1d44e 100644 (file)
@@ -1,16 +1,21 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild,v 1.1 2006/12/04 19:44:05 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.14.ebuild,v 1.2 2007/03/18 15:46:37 chtekk Exp $
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+MY_P="Smarty-${PV}-docs"
 
 DESCRIPTION="Documentation for Smarty, a template engine for PHP."
 HOMEPAGE="http://smarty.php.net/docs.php"
+SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
 IUSE=""
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 
-MY_P="Smarty-${PV}-docs"
-SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
+DEPEND=""
+RDEPEND=""
+
 S="${WORKDIR}/manual"
 
 src_install() {
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.9.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.9.ebuild
deleted file mode 100644 (file)
index b40c092..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.9.ebuild,v 1.7 2006/10/11 19:41:51 corsair Exp $
-
-DESCRIPTION="Documentation for Smarty, a template engine for PHP."
-HOMEPAGE="http://smarty.php.net/docs.php"
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE=""
-KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
-
-MY_P="Smarty-${PV}-docs"
-SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
-S="${WORKDIR}/manual"
-
-src_install() {
-       dohtml -r .
-}
index 8e860bb9ebacb2a32cd17bebbc6aaab5b2669474..1aff7bec2d10e3c9b1e10ed875ae6f9b12271a7a 100644 (file)
@@ -1,6 +1,10 @@
 # ChangeLog for dev-php/smarty
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.68 2007/03/11 22:20:50 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.69 2007/03/18 15:42:03 chtekk Exp $
+
+  18 Mar 2007; Luca Longinotti <chtekk@gentoo.org> smarty-2.6.14.ebuild,
+  -smarty-2.6.16.ebuild, smarty-2.6.18.ebuild:
+  Cleanup.
 
 *smarty-2.6.18 (11 Mar 2007)
 
diff --git a/dev-php/smarty/files/digest-smarty-2.6.16 b/dev-php/smarty/files/digest-smarty-2.6.16
deleted file mode 100644 (file)
index 5a14cf2..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 da67591f19b69a932c1cab7df5b0303a Smarty-2.6.16.tar.gz 151978
-RMD160 d2b66cd9094531fe44c582a37951ea86237defb9 Smarty-2.6.16.tar.gz 151978
-SHA256 1cd3a9c35f47142d685cc1c74129525fe8c54bd92a21023de9c6c120b4374b11 Smarty-2.6.16.tar.gz 151978
index 6dfc1793bccb6c58d63c67acba227e0420909ba3..60eb51bdc857fd2d6bf48220dfbea089477b5163 100644 (file)
@@ -1,26 +1,31 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.14.ebuild,v 1.9 2007/01/28 06:27:38 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.14.ebuild,v 1.10 2007/03/18 15:42:03 chtekk Exp $
 
 inherit php-lib-r1
 
+KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
+
+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 amd64 hppa ppc ~ppc64 sparc x86"
 IUSE="doc"
 
-DEPEND="doc? ( dev-php/smarty-docs )"
+DEPEND=""
+RDEPEND=""
+PDEPEND="doc? ( dev-php/smarty-docs )"
 
-MY_P="Smarty-${PV}"
-SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
 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"`
 }
 
diff --git a/dev-php/smarty/smarty-2.6.16.ebuild b/dev-php/smarty/smarty-2.6.16.ebuild
deleted file mode 100644 (file)
index 6a8b70d..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.16.ebuild,v 1.2 2007/01/28 06:27:38 genone Exp $
-
-inherit php-lib-r1
-
-DESCRIPTION="A template engine for PHP."
-HOMEPAGE="http://smarty.php.net/"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc"
-
-DEPEND="doc? ( dev-php/smarty-docs )"
-
-MY_P="Smarty-${PV}"
-SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
-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 one of apache-php[45],"
-       elog "cgi-php[45] or cli-php[45])."
-       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!"
-       elog
-       elog "The Smarty include directory has changed in 2.6.12 from /usr/share/php/Smarty/"
-       elog "to /usr/share/php/${PHP_LIB_NAME}/ you will need to change your SMARTY_DIR or"
-       elog "include_path accordingly."
-}
index 687afb6f2f0368461235c3de6e111a5d1bd618b4..c32b660c1286da34eb0834b41604c54c76ca1a1e 100644 (file)
@@ -1,41 +1,46 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.18.ebuild,v 1.1 2007/03/11 22:20:50 tomk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.18.ebuild,v 1.2 2007/03/18 15:42:03 chtekk Exp $
 
 inherit php-lib-r1
 
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
+
+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 ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
 IUSE="doc"
 
-DEPEND="doc? ( dev-php/smarty-docs )"
+DEPEND=""
+RDEPEND=""
+PDEPEND="doc? ( dev-php/smarty-docs )"
 
-MY_P="Smarty-${PV}"
-SRC_URI="http://smarty.php.net/distributions/${MY_P}.tar.gz"
 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() {
-       einfo "${PHP_LIB_NAME} has been installed in /usr/share/php/${PHP_LIB_NAME}/."
-       einfo "To use it in your scripts, either"
-       einfo "1. define('SMARTY_DIR', \"/usr/share/php/${PHP_LIB_NAME}/\") in your scripts, or"
-       einfo "2. add '/usr/share/php/${PHP_LIB_NAME}/' 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])."
-       echo
-       einfo "If you're upgrading from a previous version make sure to clear out your"
-       einfo "templates_c and cache directories as some include paths have changed!"
-       echo
-       einfo "The Smarty include directory has changed in 2.6.12 from /usr/share/php/Smarty/"
-       einfo "to /usr/share/php/${PHP_LIB_NAME}/ you will need to change your SMARTY_DIR or"
-       einfo "include_path accordingly."
+       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 one of apache-php[45],"
+       elog "cgi-php[45] or cli-php[45])."
+       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!"
+       elog
+       elog "The Smarty include directory has changed in 2.6.12 from /usr/share/php/Smarty/"
+       elog "to /usr/share/php/${PHP_LIB_NAME}/ you will need to change your SMARTY_DIR or"
+       elog "include_path accordingly."
 }