summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom William Payne <twp@gentoo.org>2003-12-22 19:14:42 +0000
committerTom William Payne <twp@gentoo.org>2003-12-22 19:14:42 +0000
commit191e8ac80d24ec7b16a1e4a6183f84cba2aeb717 (patch)
tree4860977beb84f68be89f110698cbb8fb6f4800be /dev-php/smarty-docs
parentVersion bump, change DEPEND (diff)
downloadgentoo-2-191e8ac80d24ec7b16a1e4a6183f84cba2aeb717.tar.gz
gentoo-2-191e8ac80d24ec7b16a1e4a6183f84cba2aeb717.tar.bz2
gentoo-2-191e8ac80d24ec7b16a1e4a6183f84cba2aeb717.zip
Version bump, change DEPEND
Diffstat (limited to 'dev-php/smarty-docs')
-rw-r--r--dev-php/smarty-docs/ChangeLog7
-rw-r--r--dev-php/smarty-docs/Manifest6
-rw-r--r--dev-php/smarty-docs/files/digest-smarty-docs-2.6.01
-rw-r--r--dev-php/smarty-docs/smarty-docs-2.5.0.ebuild4
-rw-r--r--dev-php/smarty-docs/smarty-docs-2.6.0.ebuild18
5 files changed, 30 insertions, 6 deletions
diff --git a/dev-php/smarty-docs/ChangeLog b/dev-php/smarty-docs/ChangeLog
index 4d7d48e4cd17..3d2c25f70a35 100644
--- a/dev-php/smarty-docs/ChangeLog
+++ b/dev-php/smarty-docs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-php/smarty-docs
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.1 2003/09/28 02:29:28 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/ChangeLog,v 1.2 2003/12/22 19:14:34 twp Exp $
+
+*smarty-2.6.0 (22 Dec 2003)
+
+ 22 Dec 2003; Tom Payne <twp@gentoo.org> smarty-docs-2.5.0.ebuild, smarty-docs-2.6.0.ebuild :
+ Version bump. Change DEPEND from virtual/php to dev-php/mod_php to satisfy repoman.
*smarty-2.5.0 (28 Sep 2003)
diff --git a/dev-php/smarty-docs/Manifest b/dev-php/smarty-docs/Manifest
index 2e254f9dfd60..c95e13cf81cd 100644
--- a/dev-php/smarty-docs/Manifest
+++ b/dev-php/smarty-docs/Manifest
@@ -1,6 +1,6 @@
-MD5 0d105f366400138a65fd5dae8eeab21e smarty-docs-2.5.0.ebuild 548
+MD5 a9b88633b4e0f452545b86548d3ae515 smarty-docs-2.5.0.ebuild 552
MD5 d992d28bec4a3bfd72b441145091a58e metadata.xml 244
-MD5 9c708d7356c593c591ff9b342abeb1e1 ChangeLog 334
-MD5 0d105f366400138a65fd5dae8eeab21e smarty-docs-2.6.0.ebuild 548
+MD5 69b30ca1c19a08732ad53b4a35b2404e ChangeLog 545
+MD5 6d3b701d621a87d4c595f94e94a9c479 smarty-docs-2.6.0.ebuild 552
MD5 641fdee412971de5933b7da56c1cf9c0 files/digest-smarty-docs-2.5.0 69
MD5 07523ebbe30f8f113791aa0328a95890 files/digest-smarty-docs-2.6.0 69
diff --git a/dev-php/smarty-docs/files/digest-smarty-docs-2.6.0 b/dev-php/smarty-docs/files/digest-smarty-docs-2.6.0
new file mode 100644
index 000000000000..112b449cecc4
--- /dev/null
+++ b/dev-php/smarty-docs/files/digest-smarty-docs-2.6.0
@@ -0,0 +1 @@
+MD5 3035699c5785c06b0492832d372ffc62 Smarty-2.6.0-docs.tar.gz 107185
diff --git a/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild b/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild
index ac65e2bd6046..4101a4215f1e 100644
--- a/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild
+++ b/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild,v 1.1 2003/09/28 02:29:28 twp Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.5.0.ebuild,v 1.2 2003/12/22 19:14:34 twp Exp $
MY_P=Smarty-${PV}-docs
DESCRIPTION="A template engine for PHP"
@@ -9,7 +9,7 @@ SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha arm hppa mips ppc sparc x86"
-DEPEND="virtual/php"
+DEPEND="dev-php/mod_php"
S=${WORKDIR}/manual
diff --git a/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild b/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild
new file mode 100644
index 000000000000..438fd477c0cb
--- /dev/null
+++ b/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/smarty-docs/smarty-docs-2.6.0.ebuild,v 1.1 2003/12/22 19:14:34 twp Exp $
+
+MY_P=Smarty-${PV}-docs
+DESCRIPTION="A template engine for PHP"
+HOMEPAGE="http://smarty.php.net/"
+SRC_URI="http://smarty.php.net/distributions/manual/en/${MY_P}.tar.gz"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="alpha arm hppa mips ppc sparc x86"
+DEPEND="dev-php/mod_php"
+
+S=${WORKDIR}/manual
+
+src_install() {
+ dohtml -r .
+}