summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2004-04-12 16:47:18 +0000
committerTom William Payne <twp@gentoo.org>2004-04-12 16:47:18 +0000
commit8613c02e615be7868529d4140f953862a53c8e6c (patch)
treed952d1bd1a1b659bcced1cce8767c6d522c44010 /dev-php/smarty
parentStable on x86. (Manifest recommit) (diff)
downloadgentoo-2-8613c02e615be7868529d4140f953862a53c8e6c.tar.gz
gentoo-2-8613c02e615be7868529d4140f953862a53c8e6c.tar.bz2
gentoo-2-8613c02e615be7868529d4140f953862a53c8e6c.zip
Removed old versions. Marked 2.6.2 stable on x86.
Diffstat (limited to 'dev-php/smarty')
-rw-r--r--dev-php/smarty/ChangeLog6
-rw-r--r--dev-php/smarty/files/digest-smarty-2.5.02
-rw-r--r--dev-php/smarty/files/digest-smarty-2.6.02
-rw-r--r--dev-php/smarty/files/digest-smarty-2.6.0-r11
-rw-r--r--dev-php/smarty/smarty-2.5.0.ebuild32
-rw-r--r--dev-php/smarty/smarty-2.6.0-r1.ebuild27
-rw-r--r--dev-php/smarty/smarty-2.6.0.ebuild32
-rw-r--r--dev-php/smarty/smarty-2.6.2.ebuild4
8 files changed, 7 insertions, 99 deletions
diff --git a/dev-php/smarty/ChangeLog b/dev-php/smarty/ChangeLog
index 4e424aade02f..298c300ff2b3 100644
--- a/dev-php/smarty/ChangeLog
+++ b/dev-php/smarty/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/smarty
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.10 2004/03/21 18:17:51 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/ChangeLog,v 1.11 2004/04/12 16:47:18 twp Exp $
+
+ 12 Apr 2004; <twp@gentoo.org> smarty-2.5.0.ebuild, smarty-2.6.0-r1.ebuild,
+ smarty-2.6.0.ebuild, smarty-2.6.2.ebuild:
+ Removed old versions. Marked 2.6.2 stable on x86.
*smarty-2.6.2 (21 Mar 2004)
diff --git a/dev-php/smarty/files/digest-smarty-2.5.0 b/dev-php/smarty/files/digest-smarty-2.5.0
deleted file mode 100644
index cc763efc1623..000000000000
--- a/dev-php/smarty/files/digest-smarty-2.5.0
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 9acb557dc4e344fadc2ab2270c74dfa2 Smarty-2.5.0.tar.gz 101763
-MD5 22bd33a9b9cf497e80eb21659b4c2163 Smarty-2.5.0-docs.tar.gz 101422
diff --git a/dev-php/smarty/files/digest-smarty-2.6.0 b/dev-php/smarty/files/digest-smarty-2.6.0
deleted file mode 100644
index e5fc2d0aab83..000000000000
--- a/dev-php/smarty/files/digest-smarty-2.6.0
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 e7bf2f46c6a188220493f1e12ab55c19 Smarty-2.6.0.tar.gz 120963
-MD5 3035699c5785c06b0492832d372ffc62 Smarty-2.6.0-docs.tar.gz 107185
diff --git a/dev-php/smarty/files/digest-smarty-2.6.0-r1 b/dev-php/smarty/files/digest-smarty-2.6.0-r1
deleted file mode 100644
index 732c54fedfe8..000000000000
--- a/dev-php/smarty/files/digest-smarty-2.6.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e7bf2f46c6a188220493f1e12ab55c19 Smarty-2.6.0.tar.gz 120963
diff --git a/dev-php/smarty/smarty-2.5.0.ebuild b/dev-php/smarty/smarty-2.5.0.ebuild
deleted file mode 100644
index 48b6ba7c10f2..000000000000
--- a/dev-php/smarty/smarty-2.5.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.5.0.ebuild,v 1.5 2004/02/22 21:10:13 agriffis 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
- http://smarty.php.net/distributions/manual/en/${MY_P}-docs.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha hppa ppc sparc x86"
-IUSE="doc"
-DEPEND="virtual/php"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dodoc [A-Z]*
- insinto /usr/lib/php/Smarty
- doins libs/*
- insinto /usr/lib/php/Smarty/plugins
- doins libs/plugins/*
- dohtml -r ../manual/*
-}
-
-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"
-}
diff --git a/dev-php/smarty/smarty-2.6.0-r1.ebuild b/dev-php/smarty/smarty-2.6.0-r1.ebuild
deleted file mode 100644
index 8ba79c10df04..000000000000
--- a/dev-php/smarty/smarty-2.6.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0-r1.ebuild,v 1.4 2004/02/22 21:10:13 agriffis 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"
-IUSE="doc"
-DEPEND="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 includes= in /etc/php4/php.ini"
-}
diff --git a/dev-php/smarty/smarty-2.6.0.ebuild b/dev-php/smarty/smarty-2.6.0.ebuild
deleted file mode 100644
index 3ba65546cdfc..000000000000
--- a/dev-php/smarty/smarty-2.6.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.0.ebuild,v 1.4 2004/02/22 21:10:13 agriffis 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
- http://smarty.php.net/distributions/manual/en/${MY_P}-docs.tar.gz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="alpha hppa ppc sparc x86"
-IUSE="doc"
-DEPEND="virtual/php"
-
-S=${WORKDIR}/${MY_P}
-
-src_install() {
- dodoc [A-Z]*
- insinto /usr/lib/php/Smarty
- doins libs/*
- insinto /usr/lib/php/Smarty/plugins
- doins libs/plugins/*
- dohtml -r ../manual/*
-}
-
-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"
-}
diff --git a/dev-php/smarty/smarty-2.6.2.ebuild b/dev-php/smarty/smarty-2.6.2.ebuild
index 219a3493df71..e3710bb8688e 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 Technologies, Inc.
# 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.1 2004/03/21 18:17:51 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty/smarty-2.6.2.ebuild,v 1.2 2004/04/12 16:47:18 twp Exp $
MY_P=Smarty-${PV}
DESCRIPTION="A template engine for PHP"
@@ -8,7 +8,7 @@ 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"
+KEYWORDS="~alpha ~hppa ~ppc ~sparc x86"
IUSE="doc"
DEPEND="doc? ( dev-php/smarty-docs )"
RDEPEND="virtual/php"